aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-13Remove workaround for http texture ranges on Opensimthickbrick1-2/+0
The various http textures request range bugs are fixed in Opensim 0.7.1. Also, this workaround was ugly, hacky and buggy.
2010-10-16Port of SNOW-802: Use UDP for baked textures.thickbrick1-1/+1
Port of SNOW-802 from SG1. Originally ported by Robin cornelius from SG 2.1. Also added a paramter can_use_http to the LLTextureFetchWorker constructor, to avoid messing with locks.
2010-10-16Port of SNOW-802: Use UDP for baked textures.thickbrick1-1/+1
Port of SNOW-802 from SG1. Originally ported by Robin cornelius from SG 2.1. Also added a paramter can_use_http to the LLTextureFetchWorker constructor, to avoid messing with locks.
2010-10-14Work around for buggy range responses in OpenSimthickbrick1-0/+2
Ugly work around for http://opensimulator.org/mantis/view.php?id=5081 by adding 1 to the http request range when on affected versions, and always requesting ranges that start with 0 (viewer2 style).
2010-03-04Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetchArmin Weatherwax1-5/+4
Applys a trylock() abort system to allow the worker thread to avoid deadlocks due to a race between mQueueMutex and mWorkerMutex.
2010-02-16Ported many texture engine changes from Snowglobe.Jacek Antonelli1-7/+30
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-1/+2
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli1-0/+2
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.4.0-RCJacek Antonelli1-0/+3
2008-08-15Second Life viewer sources 1.15.0.2Jacek Antonelli1-0/+1
2008-08-15Second Life viewer sources 1.14.0.0Jacek Antonelli1-7/+66
2008-08-15Second Life viewer sources 1.13.2.12Jacek Antonelli1-0/+47