summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
AgeCommit message (Expand)Author
2012-06-18Tidy Texture Console, add cache & resource wait stats, issue stats line to lo...Monty Brandenberg
2012-06-14LLMutex recursive lock, global & per-request tracing, simple GET request, LLP...Monty Brandenberg
2012-06-13Restore original priority scheme of LOW/HIGH.Monty Brandenberg
2012-06-11Refactoring of the request completion thread and removal of 206/content-range...Monty Brandenberg
2012-06-08Implemented HTTP retry for requests. Went in rather easily whichMonty Brandenberg
2012-06-07First efforts at getting the texture cache working. This isMonty Brandenberg
2012-06-07Lock/Mutex fixes, documentation, new resource wait state, dtor cleanupsMonty Brandenberg
2012-06-06Policy + caching fixes + https support + POST workingMonty Brandenberg
2012-06-05Faster spin in worker thread when doing I/O and a priority bump needed when f...Monty Brandenberg
2012-06-01MergeMonty Brandenberg
2012-06-01Do some work on BufferArray to make it a bit less naive aboutMonty Brandenberg
2012-06-01Another float/int issue and move the POST priority in line withMonty Brandenberg
2012-06-01Platform fixups Linux: unused variables, make error strings constant.Monty Brandenberg
2012-06-01Major steps towards implementing the policy component.Monty Brandenberg
2012-05-23Integrate llcorehttp library into lltexturefetch design.Monty Brandenberg
2011-12-05SH-2652 WIP -- Add timers to relevant areas, pause render pipeline while occl...Dave Parks
2011-10-14Merge backout of b782a75c99e6Dave Parks
2011-10-14Backed out changeset b782a75c99e6Dave Parks
2011-10-05fix for SH-2434: Mac viewer sometimes freezes at start up and must be force q...Xiaohong Bao
2011-05-10add debug mode to track the memory allocation/deallocation.Xiaohong Bao
2011-02-23MergeXiaohong Bao
2011-02-23Merge from viewer-developmentXiaohong Bao
2011-02-05Introduces a LLThreadLocalData class that can beAleric Inglewood
2011-01-29correct DOS line endingsOz Linden
2011-01-21Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: View...Xiaohong Bao
2011-01-06use the private pool in the texture pipelineXiaohong Bao
2010-12-16ESC-237 No static init of LLAtomics and move TFRequest out of unnamed namespace.Monty Brandenberg
2010-12-15ESC-235 Truncation of over-sized metrics reports wasn't working.Monty Brandenberg
2010-12-13debug code for SH-639: http requests 3X more in viewer 2.4Xiaohong Bao
2010-12-13Cleanup a cross-thread command dtor. It was technicallyMonty Brandenberg
2010-12-11ESC-211 ESC-212 Use arrays in payload to grid and compact payloadMonty Brandenberg
2010-12-10Decided to refactor a bit. Was using LLSD as an internal dataMonty Brandenberg
2010-12-09merge from http://hg.secondlife.com/viewer-developmentMonty Brandenberg
2010-12-03ESC-211 ESC-222 Viewer/Sim comms and outbound data throttleMonty Brandenberg
2010-12-02ESC-211 Metrics data sink - fix delivery by viewerMonty Brandenberg
2010-11-29ESC-154 ESC-156 Now using region hash rather than region uuid as identifier.Monty Brandenberg
2010-11-24ESC-154 ESC-155 Viewer metrics fixes for min/max merged values, floating time...Monty Brandenberg
2010-11-24ESC-154 ESC-156 Metrics integration across threadsMonty Brandenberg
2010-11-23ESC-154 ESC-156 Integrating metrics collector into viewer.Monty Brandenberg
2010-11-23ESC-154 ESC-156 Data collection and control for viewer metricsMonty Brandenberg
2010-11-22ESC-154 ESC-156 Metrics integration into viewer's threadsMonty Brandenberg
2010-11-19ESC-155 Multi-threaded umbrella collector for stats aggregationMonty Brandenberg
2010-11-18ESC-154 ESC-155 ESC-156Monty Brandenberg
2010-11-04merge with viewer-developmentMerov Linden
2010-10-12Pull update from viewer-developmentMerov Linden
2010-09-22fix for SH-173/VWR-22868: Development Viewer freezes just after startup / gre...Xiaohong Bao
2010-09-22fix for SH-173/VWR-22868: Development Viewer freezes just after startup / gre...Xiaohong Bao
2010-09-17STORM-105 : Add compression data gathering, took partial decompression into a...Merov Linden
2010-09-16debug code for SH-115: investigate texture related network traffic between vi...Xiaohong Bao
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden