Texture Cache

From Second Life Wiki
Revision as of 12:24, 23 March 2007 by Dzonatas Sol (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The texture cache is a hot topic for optimization. Current ideas/subjects discussed from the mailing list include:

  • Multi-level cache for uncompressed and compressed textures
  • Fixed block size cache to store images of any size that is a power of 2
  • Reformatted textures, beings change from jpeg2000 to tga, bmp, gif, rle, or resampled and squished
  • Storage:
    • Filesystem
    • Database
    • Network
    • Memory mapped
  • Quality of cached images
  • System Requirements
    • Minimal
    • Optimal
    • Surveys


Please use the Talk page to continue discussion.