aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IJ2KDecoder.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Adds a synchronous jpeg decode for pre-caching purposesTeravus Ovares2009-01-231-0/+1
| | | | | * When the DynamicTextureModule creates a j2k image, pre-cache the decode so that it doesn't stall any client threads.
* * Set SVN PropertiesTeravus Ovares2009-01-191-40/+40
|
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-0/+40
* Updates LibOMV to r2362