Difference between revisions of "Image Pipeline"

From Second Life Wiki
Jump to navigation Jump to search
(New page: == Overview == * The Image Pipeline refers to the pipeline for fetching images for use as textures or in the User Interface. * The image pipeline consists of the following steps: ** Reques...)
 
Line 13: Line 13:
* This system is not well documented and will be replaced by the HTTP Image Pipeline
* This system is not well documented and will be replaced by the HTTP Image Pipeline
=== HTTP Image Pipeline ===
=== HTTP Image Pipeline ===
[[Image:TextureFetch.jpg]]

Revision as of 17:09, 3 September 2007

Overview

  • The Image Pipeline refers to the pipeline for fetching images for use as textures or in the User Interface.
  • The image pipeline consists of the following steps:
    • Request for image data
    • Retrieval of image data from the local cache if available
    • Retrieval of image data from the system if required
    • Decompression of the image data into texture data for use by the graphics system

System Overview

Local Texture Caching

Simulator Pipeline

  • The current system for fetching images from the servers goes through the simulator using UDP.
  • This system is not well documented and will be replaced by the HTTP Image Pipeline

HTTP Image Pipeline

TextureFetch.jpg