summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-11-21more for SH-3571: display frame-to-frame pixel differences on screenXiaohong Bao
2012-11-20more for SH-3352: Create pixel shader to accumulate frame-to-frame absolute ↵Xiaohong Bao
pixel differences
2012-11-20fix a crash caused by object cache for SH-3333.Xiaohong Bao
2012-11-19for SH-3561: capture the frame buffer contents and compare pixel differences ↵Xiaohong Bao
between frames.
2012-11-19for SH-3352: Create pixel shader to accumulate frame-to-frame absolute pixel ↵Xiaohong Bao
differences
2012-11-08for SH-3472: prioritize object loadingXiaohong Bao
2012-11-01more for SH-3459: interesting store object bounding information in viewer cacheXiaohong Bao
2012-10-31for SH-3471: create a simplified version of octree for object cache entries.Xiaohong Bao
2012-10-29for SH-3459: interesting store object bounding information in viewer cacheXiaohong Bao
2012-10-25avoid redundant object creation.Xiaohong Bao
2012-10-25more for SH-3333: avoid repeatedly creating/killing a same object from ↵Xiaohong Bao
object cache due to occlusion culling.
2012-10-19fix a gTextureTimer bug: it starts too early.Xiaohong Bao
2012-10-16Some minor performance tuning-up for SH-3333.Xiaohong Bao
2012-10-15For SH-3333: Design and implement a new object cache system on viewer sideXiaohong Bao
2012-10-12SH-3405 WIP convert existing stats to lltrace systemRichard Linden
default to double precision now fixed unit conversion logic for LLUnit renamed LLTrace::Rate to LLTrace::Count and got rid of the old count as it was confusing some const correctness changes
2012-10-12SH-3275 WIP Update viewer metrics system to be more flexibleRichard Linden
cleaned up accumulator merging logic introduced frame recording to LLTrace directly instead of going through LLViewerStats moved consumer code over to frame recording instead of whatever the current active recording was
2012-10-10mergeRichard Linden
2012-10-10SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed units conversion so that trace getters return convertable units removed circular dependencies from lltrace* converted more stats to lltrace
2012-10-09SH-3275 WIP Update viewer metrics system to be more flexibleRichard Linden
renamed mergeSamples to mergeRecording
2012-10-09post merge cleanupRichard Linden
2012-10-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2012-10-09SH-3275 WIP Update viewer metrics system to be more flexibleRichard Linden
added PeriodicRecorder class for frame by frame stats accumulation
2012-10-05SH-3405 WIP convert existing stats to lltrace systemRichard Linden
added update() method to trace recorders to allow mid-collection snapshots
2012-10-05SH-3405 WIP convert existing stats to lltrace systemRichard Linden
added update() method to trace recorders to allow mid-collection snapshots
2012-10-04SH-3275 WIP Update viewer metrics system to be more flexibleRichard Linden
moved threadrecorder classes into separate file added Count trace type, which tracks value increases and decreases and can report churn as well as overall growth rate
2012-10-03SH-3405 WIP convert existing stats to lltrace systemRichard Linden
SH-3403 FIX implement unit conversion LLUnit implements unit tracking and conversion added support for LLUnit to LLTrace duplicated most llstats into LLTrace equivalents
2012-10-02SH-3275 WIP Update viewer metrics system to be more flexibleRichard Linden
implemented minimal merging logic made recordings ligher weight by moving live tracking data into threadrecorder
2012-10-02SH-3404 create sampler classRichard Linden
renamed LLTrace::ThreadTrace to LLTrace::ThreadRecorder renamed LLTrace::Sampler to LLTrace::Recording
2012-10-01SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
cleaned up API samplers are now value types with copy-on-write buffers under the hood removed coupling with LLThread
2012-09-30SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
factored out lltrace::sampler into separate file added rudimentary lltrace support to llstatgraph made llstatgraph use param blocks more effectively moves initial set of stats over to lltrace removed windows.h #defines for min and max
2012-09-28SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
created separate constructor for static allocation of sampler buffer fixed start/stop/resume semantics of samplers and added sampler time interval tracking
2012-09-26SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
slave threads now pushing data to master thread
2012-09-26SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
fixed various issues related to unit tests and LLThreadLocalPtr initialization and teardown
2012-09-24fixed buildRichard Linden
moved LLThread::lockData and unlockData back to header
2012-09-24SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
moved LLThreadLocalPtr to llapr fixed various startup race conditions for LLThreadLocalPtr
2012-09-21SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
added LLThreadLocalPtr broke llmutex out into llmutex.h got primary sampling buffer under thread local storage
2012-09-14SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
renamed some variables/methods
2012-09-14SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
added multi-threaded sampling to LLTrace first pass at data aggregation
2012-09-07SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
added buffer merging and copying
2012-09-07SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
created buffer type for storing trace data added merging logic for different trace types
2012-09-06SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
further development of lltrace (accumulator and storage classes)
2012-09-06SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
lltrace cleanup
2012-09-06another build fixRichard Linden
2012-09-06fixed buildRichard Linden
2012-09-06removed unused fileRichard Linden
2012-09-06Automated merge with http://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2012-09-05SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
renamed some variables in lltrace
2012-09-05SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
build fix
2012-09-05SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
first pass at LLTrace framework
2012-09-04merge changes for DRTVWR-207Oz Linden