summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-03-11for SH-3976: interesting: make new object cache be able to handle shadows.Xiaohong Bao
2013-03-08remove some redundant code for SH-3937: interesting: implement the new cache ↵Xiaohong Bao
probe logic
2013-03-07for SH-3937: interesting: implement the new cache probe logicXiaohong Bao
2013-03-04trivial: convert to unix line endings.Xiaohong Bao
2013-02-28for SH-3824: interesting: Ensure viewer can handle object updates from ↵Xiaohong Bao
entire region gracefully
2013-01-25for SH-3781: LLTrace issuesXiaohong Bao
2013-01-25Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-24SH-3275 WIP interesting Update viewer metrics system to be more flexibleRichard Linden
removed LLFastTimerView::getFrameTimer() dead code elimination fixed off by one array access crash
2013-01-24more for SH-3653: Can we repurpose ObjectUpdateCached:ObjectData:UpdateFlags ↵Xiaohong Bao
field to carry spatial+size data?
2013-01-24for SH-3665: more post processing of the frame difference imageXiaohong Bao
2013-01-24SH-3275 WIP interesting Update viewer metrics system to be more flexibleRichard Linden
clean up LLFastTimerView so it can be converted to handling LLTrace data
2013-01-16for SH-3663: Get windlight cloud animation and water animation to stop when ↵Xiaohong Bao
pausing world updates
2013-01-16trivial: convert to unix line endings.Xiaohong Bao
2013-01-16Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-01-15for SH-3653: Can we repurpose ObjectUpdateCached:ObjectData:UpdateFlags ↵Xiaohong Bao
field to carry spatial+size data?
2013-01-15SH-3406 WIP convert fast timers to lltrace systemRichard Linden
fixed LLExtendableRecording to actually accumulator recording time period renamed and updated LLStopWatchControlsMixin::initTo to setPlayState
2013-01-15for SH-3667: Create an extendable recording tied to scene load timeXiaohong Bao
2013-01-11SH-3405 WIP convert existing stats to lltrace systemRichard Linden
more gcc fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11SH-3406 WIP convert fast timers to lltrace systemRichard Linden
gcc 4.1 fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11SH-3406 WIP convert fast timers to lltrace systemRichard Linden
gcc 4.1 fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11SH-3406 WIP convert fast timers to lltrace systemRichard Linden
gcc 4.1 fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11mergeRichard Linden
2013-01-11fix for mac buildsRichard Linden
2013-01-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-10SH-3406 WIP convert fast timers to lltrace systemRichard Linden
fix for gcc build error
2013-01-10SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed gcc errors in llscenemonitor.cpp
2013-01-11gcc fixesAndrew Meadows
2013-01-09added newline to fix gcc buildsRichard Linden
2013-01-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-09SH-3468 WIP add memory tracking base classRichard Linden
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators
2013-01-09fix a type casting error.Xiaohong Bao
2013-01-09Automated merge with https://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-01-09fix the merge errors from the changeset 3eadda9666cfXiaohong Bao
2013-01-10yet more gcc fixesAndrew Meadows
2013-01-10gcc fixesAndrew Meadows
2013-01-10gcc fixesAndrew Meadows
2013-01-09SH-3468 WIP add memory tracking base classRichard Linden
fix for linux build issues
2013-01-08MergeXiaohong Bao
2013-01-04SH-3468 WIP add memory tracking base classRichard Linden
further compile error fixes
2013-01-04Automated merge with http://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2013-01-04SH-3468 WIP add memory tracking base classRichard Linden
further compile error fixes
2013-01-04SH-3468 WIP add memory tracking base classRichard Linden
attempted fix for gcc compile errors can't use typeid() on a class that doesn't have a method defined in a translation unit fix is to force classes deriving from LLMemTrackable to use their own static member named sMemStat
2013-01-04More fixes for linux build of lltrace changesAndrew Meadows
2012-12-21SH-3468 WIP add memory tracking base classRichard Linden
improvements on lifetime of lltrace core data structures tweaks to thread local pointer handling so that static constructors/destructors can safely call functions that use lltrace