Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-11-17 | IMP-590: Added a thread-safe and robust wrapper for APR pools. | Aleric Inglewood | 1 | -4/+1 | |
See http://redmine.imprudenceviewer.org/issues/590 | |||||
2010-10-25 | IMP-667: WARNING: remove: Attempting to remove filename: ↵ | Aleric Inglewood | 1 | -1/+9 | |
/ramdisk/imprudence/cache/textures/*/*.texture This turned out to be a simple matter of trying to remove non-existant files: A texture with a 'body size' of 0 doesn't have a texture body file. | |||||
2010-10-25 | Fixed a locking issue with regard to texture cache purging. | Aleric Inglewood | 1 | -7/+13 | |
Releasing a lock in the middle of a critical area isn't very smart. | |||||
2010-10-25 | Fix possible crash on llassert_always(purge_list.size() >= entries_to_purge) | Aleric Inglewood | 1 | -13/+9 | |
This horrible noobish code checked if num_entries > sCacheMaxEntries and then goes on to assign (num_entries-empty_entries) - sCacheMaxEntries to an U32 entries_to_purge. Obviously this can lead to an abitrary large value of entries_to_purge with as result a crash due to the llassert_always. This bug must have been extremely rare since it only happens when someone decreases their cache size and has more empty entries in their entries file than the total number of entries minus the new cache size. | |||||
2010-10-25 | Validate textures starting with 00 too. | Aleric Inglewood | 1 | -1/+1 | |
2010-10-08 | Possible fix for an infinite loop in LLTextureCache. | Jacek Antonelli | 1 | -5/+8 | |
Backported a few changes from pre-LGPL Viewer 2. | |||||
2010-10-05 | Fix RED-603: Errors when loading local images | thickbrick | 1 | -2/+3 | |
Avoid bad offsets that would cause failure with this warning: "doRead: Error reading file from local cache" | |||||
2010-09-03 | Revert "Updated lltexturecache to the latest in viewer-development (see ↵ | McCabe Maxsted | 1 | -458/+221 | |
#425)" since it was causing issues with local assets and object backup This reverts commit 4ca4594ec264f390be981568ef5ff3ff0f2f77e6. | |||||
2010-08-30 | Updated lltexturecache to the latest in viewer-development (see #425) | McCabe Maxsted | 1 | -221/+458 | |
2010-08-28 | Changed the llerrs in lltexturecache.cpp to llwarns | McCabe Maxsted | 1 | -4/+2 | |
2010-08-16 | Incremented LLTextureCache::sHeaderCacheVersion to 1.3 and cache_version to ↵ | McCabe Maxsted | 1 | -1/+1 | |
7 to fix SNOW-799 | |||||
2010-08-07 | Applied patch by Robin Cornelius for SNOW-784: Textures remain blurry with ↵ | McCabe Maxsted | 1 | -0/+7 | |
http textures enabled | |||||
2010-03-04 | Merov Linden: SNOW-435 mHeaderMutex recursive lock. | Armin Weatherwax | 1 | -9/+29 | |
2010-03-04 | Aleric Inglewood: SNOW-408 Fix the case for a non-valid handle but abort set. | Armin Weatherwax | 1 | -15/+28 | |
2010-02-16 | Ported many texture engine changes from Snowglobe. | Jacek Antonelli | 1 | -642/+626 | |
2010-02-08 | Ported many APR changes from Snowglobe. | Jacek Antonelli | 1 | -43/+30 | |
2009-06-12 | Applied patch by Robin Cornelius for VWR-12686: ↵ | McCabe Maxsted | 1 | -13/+7 | |
LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE | |||||
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 1 | -60/+78 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 1 | -1/+1 | |
2008-10-08 | Second Life viewer sources 1.21.5-RC | Jacek Antonelli | 1 | -1/+1 | |
2008-10-03 | Second Life viewer sources 1.21.4-RC | Jacek Antonelli | 1 | -4/+0 | |
2008-09-28 | Second Life viewer sources 1.21.3-RC | Jacek Antonelli | 1 | -34/+37 | |
2008-09-16 | Skip "N files scheduled for deletion" message when nothing scheduled. | Jacek Antonelli | 1 | -1/+4 | |
2008-09-16 | Applied VWR-3878: Purging cache textures causes viewer to pause | Nicholaz Beresford | 1 | -6/+59 | |
for many seconds, with heavy disk activity. | |||||
2008-09-06 | Second Life viewer sources 1.21.1-RC | Jacek Antonelli | 1 | -0/+12 | |
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 1 | -14/+12 | |
2008-08-15 | Second Life viewer sources 1.20.13 | Jacek Antonelli | 1 | -2/+3 | |
2008-08-15 | Second Life viewer sources 1.20.8 | Jacek Antonelli | 1 | -0/+9 | |
2008-08-15 | Second Life viewer sources 1.20.7 | Jacek Antonelli | 1 | -13/+13 | |
2008-08-15 | Second Life viewer sources 1.20.2 | Jacek Antonelli | 1 | -32/+182 | |
2008-08-15 | Second Life viewer sources 1.19.0.3 | Jacek Antonelli | 1 | -1/+5 | |
2008-08-15 | Second Life viewer sources 1.19.0.0 | Jacek Antonelli | 1 | -2/+2 | |
2008-08-15 | Second Life viewer sources 1.18.6.4-RC | Jacek Antonelli | 1 | -1/+1 | |
2008-08-15 | Second Life viewer sources 1.18.4.0-RC | Jacek Antonelli | 1 | -0/+3 | |
2008-08-15 | Second Life viewer sources 1.17.1.0 | Jacek Antonelli | 1 | -1/+3 | |
2008-08-15 | Second Life viewer sources 1.15.0.2 | Jacek Antonelli | 1 | -0/+1 | |
2008-08-15 | Second Life viewer sources 1.14.0.0 | Jacek Antonelli | 1 | -0/+1409 | |