Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | STORM-1059 : Fix for cache purging (fix by Aleric) | Merov Linden | |
2011-01-24 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-01-24 | VWR-24321: fix validation of textures that start with 00 | Aleric Inglewood | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-20 | fix for SH-829: Viewer attempting to load precached images in file types ↵ | Xiaohong Bao | |
that are not being used. | |||
2011-01-20 | VWR-24317: remove warnings for deleting non-existant texture file on startup | Aleric Inglewood | |
2010-09-01 | code for DEV-52939: viewer's object geometry cache files are not limited in ↵ | Xiaohong Bao | |
number, and can also be incorrectly cleared with the VFS cache. reviewed by andrew. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
2010-07-15 | EXT-8283 FIX - allow saveWearable to change name of wearable, split off ↵ | Brad Payne (Vir Linden) | |
logic for saveAs case. Some remaining UI issues will be filed separately. Reviewed by Nyx | |||
2010-05-10 | EXT-7294: FIXED: crash at LLTextureCache::updateEntry [secondlife-bin ↵ | Xiaohong Bao | |
lltexturecache.cpp:1231] Also simply the writing flow of the texture cache. | |||
2010-04-12 | fix merge poopage. | Tofu Linden | |
2010-04-12 | (slightly hairy) merge from viewer-hotfix | Tofu Linden | |
2010-04-07 | fix for all wierd crashes happening to lltexturecache.cpp, cuased by running ↵ | Xiaohong Bao | |
viewer 2.0 and viewer 1.23 at the same time. Specifically for the following jiras: EXT-6692: crash at LLTextureCache::readEntryFromHeaderImmediately [secondlife-bin lltexturecache.cpp:1145] EXT-6691: crash at LLTextureCache::writeEntryToHeaderImmediately [secondlife-bin lltexturecache.cpp:1126] possible fix for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170] | |||
2010-04-01 | fix for EXT-6678: crash at LLTextureCache::openAndReadEntry [secondlife-bin ↵ | Xiaohong Bao | |
lltexturecache.cpp:1111] | |||
2010-03-29 | fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵ | Xiaohong Bao | |
mHeaderEntriesInfo.mEntries) | |||
2010-03-29 | fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵ | Xiaohong Bao | |
[secondlife-bin lltexturecache.cpp:1292] | |||
2010-03-29 | fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵ | Xiaohong Bao | |
mHeaderEntriesInfo.mEntries) | |||
2010-03-29 | fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵ | Xiaohong Bao | |
[secondlife-bin lltexturecache.cpp:1292] | |||
2010-04-01 | fix for EXT-6678: crash at LLTextureCache::openAndReadEntry [secondlife-bin ↵ | Xiaohong Bao | |
lltexturecache.cpp:1111] | |||
2010-04-07 | fix for all wierd crashes happening to lltexturecache.cpp, cuased by running ↵ | Xiaohong Bao | |
viewer 2.0 and viewer 1.23 at the same time. Specifically for the following jiras: EXT-6692: crash at LLTextureCache::readEntryFromHeaderImmediately [secondlife-bin lltexturecache.cpp:1145] EXT-6691: crash at LLTextureCache::writeEntryToHeaderImmediately [secondlife-bin lltexturecache.cpp:1126] possible fix for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170] | |||
2010-03-18 | fixing linux build errors from bao's checkin for EXT-6093 | Nyx (Neal Orman) | |
viewer wouldn't compile under linux, due to gcc being paranoid about a few things. Fixed them up and got them reviewed. Code reviewed by bao. | |||
2010-03-17 | more for lltexturecache.cpp: fix the crash due to deleting the entries ↵ | Xiaohong Bao | |
header file after clearing the texture cache. | |||
2010-03-17 | fix for EXT-6093: crash at ↵ | Xiaohong Bao | |
LLTextureCache::updateTextureEntryList[secondlife-bin lltexturecache.cpp:847]; EXT-5711: Some textures loading from cache seems jammed; EXT-5599: Viewer crashes consistently, in Linden Homes region. | |||
2010-03-10 | debug code for EXT-6093: crash at LLTextureCache::updateTextureEntryList ↵ | Xiaohong Bao | |
[secondlife-bin lltexturecache.cpp:847] | |||
2010-03-07 | partial fix for EXT-5711: Some textures loading from cache seems jammed. | Xiaohong Bao | |
This fix should be able to improve the speed of loading texturs from cache noticeably (30% or more). More fix to come. | |||
2010-03-04 | fix for EXT-5683: viewer crashes at llcommon/llworkerthread.cpp(323): ERROR: ↵ | Xiaohong Bao | |
LLWorkerClass::checkWork: ASSERT(workreq). | |||
2010-02-09 | more for EXT-4352: texture problem in viewer 2.0. TEXTURE_CACHE_ENTRY_SIZE ↵ | Xiaohong Bao | |
does not match the FIRST_PACKET_SIZE on the sim side. | |||
2010-01-27 | CID-99 | Tofu Linden | |
Checker: INVALIDATE_ITERATOR Function: LLAllocatorHeapProfile::parse(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llcommon/llallocator_heap_profile.cpp not a bug, but make it clearer to coverity. | |||
2010-01-27 | CID-101 | Tofu Linden | |
Checker: INVALIDATE_ITERATOR Function: LLTextureCache::writeComplete(unsigned int, bool) File: /indra/newview/lltexturecache.cpp not really a bug, but rearranged a little. | |||
2009-12-29 | fix for EXT-3553: unknown Crash. | Xiaohong Bao | |
2009-11-16 | Increasing texture cache version to force cache clear of possibly corrupted ↵ | Steve Bennetts | |
texture caches from previous 2.0 versions. Enabling Admin menu in God Mode independent of Advanced menu. | |||
2009-11-15 | Fixed a deadlock causing textrue caching to stall. | Steve Bennetts | |
2009-11-14 | More texture cache fixes, including a possible deadlock when the cache was ↵ | Steve Bennetts | |
getting purged. Significantly reduced spurrious warnings and delition of non sin-based texture fetch comptabable sided cache files. | |||
2009-11-13 | Mutex lock fix for texture cache. | Steve Bennetts | |
Also a fix for texture purging when reducing the cache size. | |||
2009-11-12 | Better fix for edge case where abort call to readComplete() can cause a crash. | Steve Bennetts | |
2009-11-10 | check for NULL to prevent crashing | angela | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-04-16 | svn merge -r117314:117337 | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/mv13a-merge-1 QAR-1343 maint-viewer-13a+libcurlexploitfix-3-3 combo merge | |||
2009-02-18 | Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 ↵ | Brad Kittenbrink | |
(maint-render-9) and QAR-1236 (dll-msvcrt-2) svn merge -r 109838:112264 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-render/maint-render-9-merge-r109833 | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
2008-10-08 | merge r97380-98701 branches/viewer/viewer_1-21 (Viewer RC5 and security ↵ | Mark Palange | |
fixes) merge to trunk (for real) | |||
2008-10-07 | Roll back of r98854 Accidentally commited merge in progress | Mark Palange | |
2008-10-07 | merge r97380-98701 branches/viewer/viewer_1-21 (Viewer RC5 and security ↵ | Mark Palange | |
fixes) merge to trunk | |||
2008-09-29 | QAR-872 Viewer 1.21 RC 3 | Steven Bennetts | |
merge viewer_1-21 96116-97380 -> release | |||
2008-09-12 | QAR-855 Viewer 1.21 RC 2 | Steven Bennetts | |
merge viewer_1-21 94770-96059 -> release | |||
2008-07-22 | QAR-758 1.20 Viewer RC 12, 13, 14, 15 -> Release | Steven Bennetts | |
merge Branch_1-20-14-Viewer-merge -> release Includes Branch_1-20-Viewer-2 through 92456 | |||
2008-06-26 | QAR-628 merge string-cleanup-5 -r 90476:90508 -> release | Steven Bennetts | |
dataserver-is-deprecated | |||
2008-06-06 | QAR-650 - Viewer RC 9 merge -> release (post cmake) | Steven Bennetts | |
merge release@88802 Branch_1-20-Viewer-2-merge-1@89178 -> release |