aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-07Applied patch by Robin Cornelius for SNOW-784: Textures remain blurry with ↵McCabe Maxsted1-1/+9
http textures enabled
2010-08-07Applied patch by Robin Cornelius for SNOW-792: When using http textures, the ↵McCabe Maxsted1-4/+23
viewer re-bakes the avatar's textures over and over
2010-08-07Applied patch by Robin Cornelius for SNOW-780: textures fetched via http are ↵McCabe Maxsted1-21/+112
not cached
2010-06-26Applied patch by Thickbrick Sleaford for SNOW-698: Crash when http-getting ↵McCabe Maxsted1-3/+11
an empty texture: ERROR: doWork: ASSERT (mFormattedImage->getDataSize() > 0)
2010-06-19Applied fixed patch for SNOW-712McCabe Maxsted1-1/+1
2010-06-19Applied patch by Thickbrick Sleaford for SNOW-712: HTTP-fetched textures are ↵McCabe Maxsted1-2/+11
not always decoded
2010-04-28fix: crash on relog; appearence self pie greyed out after relog.Armin Weatherwax1-1/+2
2010-03-04Aleric Inglewood: SNOW-196 Special case for TextureFetch race condition check.Armin Weatherwax1-30/+12
Where the current UUID was just removed from mRequestMap, thus avoiding to the need for the problematic lock completely. The case that we add something to mNetworkQueue while it was just removed from mRequestMap is corrected by LLTextureFetch::sendRequestListToSimulators anyway.
2010-03-04Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetchArmin Weatherwax1-10/+18
Applys a trylock() abort system to allow the worker thread to avoid deadlocks due to a race between mQueueMutex and mWorkerMutex.
2010-03-04Vex Streeter, Merov Linden: SNOW-434 Unsafe threaded op. (lltexturefetch.cpp).Armin Weatherwax1-1/+5
2010-02-16Ported many texture engine changes from Snowglobe.Jacek Antonelli1-459/+599
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-3/+3
2009-01-28Second Life viewer sources 1.22.7-RCJacek Antonelli1-1/+6
2009-01-28Second Life viewer sources 1.22.6-RCJacek Antonelli1-5/+18
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2008-09-28Second Life viewer sources 1.21.3-RCJacek Antonelli1-16/+16
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-6/+6
2008-08-15Second Life viewer sources 1.20.10Jacek Antonelli1-3/+8
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli1-12/+6
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli1-12/+72
2008-08-15Second Life viewer sources 1.19.1.2Jacek Antonelli1-1/+3
2008-08-15Second Life viewer sources 1.19.1.1Jacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.19.0.0Jacek Antonelli1-2/+2
2008-08-15Second Life viewer sources 1.18.6.4-RCJacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.18.6.0-RCJacek Antonelli1-4/+13
2008-08-15Second Life viewer sources 1.18.4.0-RCJacek Antonelli1-0/+3
2008-08-15Second Life viewer sources 1.17.1.0Jacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.17.0.12Jacek Antonelli1-0/+2
2008-08-15Second Life viewer sources 1.15.0.2Jacek Antonelli1-0/+1
2008-08-15Second Life viewer sources 1.14.0.0Jacek Antonelli1-479/+1570
2008-08-15Second Life viewer sources 1.13.2.12Jacek Antonelli1-0/+763