summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-31Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-05-31revert changes for SH-3927: Interesting: Viewer should send predicted camera ↵Xiaohong Bao
position to simulator to control object load order
2013-05-30SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
reverted SlaveThreadRecorder update gating moved processTimes() outside of Recording, so it is called only once per frame refined sample merge logic so that multi-threaded samples do not stomp on linear history of a stat
2013-05-30Automated merge with ↵Richard Linden
bundle:c:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.sszl0v\ssh__richard@hg.lindenlab.com_richard_viewer-interesting_kkjl59.hg
2013-05-30SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
fixed LLTrace::ExtendablePeriodicRecording::extend() to include *all* frame extensions gated SlaveThreadRecorder pushing to master based on master update rate reverted changes to LLThreadLocalSingletonPointer to not use offset-from-default trick
2013-05-30Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-05-30remove a debug assertionXiaohong Bao
2013-05-29BUILDFIX: fixed unit test compile errorRichard Linden
2013-05-29Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/Richard Linden
2013-05-29SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
made LLCopyOnWritePointer enforce write access through write() again disabled some error checking on release for download builds
2013-05-29SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function
2013-05-28for SH-4004: interesting: need debug option to clear viewer cache while ↵Xiaohong Bao
still logged in
2013-05-28fix for SH-4214: Crash on Linux readFromCache: ASSERT (mInitialized)Xiaohong Bao
2013-05-28change the way to handle creating/destroying a same object repeatedlyXiaohong Bao
2013-05-23add a debug setting "UseObjectCacheOcclusion" to enable/disable object cache ↵Xiaohong Bao
occlusion culling
2013-05-23Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-05-23for SH-4145: Interesting: Implement occlusion culling for object cacheXiaohong Bao
2013-05-22Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/Richard Linden
2013-05-22SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
clean up of llscenemonitor.cpp
2013-05-21BUILDFIX: gcc fixesRichard Linden
2013-05-21BUIDLFIX: trying to make gcc happyRichard Linden
2013-05-20Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2013-05-20SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering
2013-05-20BUILDFIX: mac gcc fixRichard Linden
2013-05-20SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
killed LLFastTimerView::getTime fixed block time stats always being 0
2013-05-20SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
further improvements that should eliminate more short duration recording periods
2013-05-20SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
fixed copy construction of Recorders, eliminated most zero-length frames fixed reset behavior of periodic recordings and extendable recordings to clear entire history removed busy-loop recording of stats from worker threads...stats reported only when work is done
2013-05-16Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-05-16more correct setting to enable object cache culling.Xiaohong Bao
2013-05-16fix for SH-4080: interesting: random crash on MacXiaohong Bao
2013-05-16SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect cleaned up scene monitor stats recording, now all trace stats dumped to csv also fixed extendablerecording, periodicrecording, etc. to properly implement start/stop/etc
2013-05-14BUILDFIX: attempted fix for gcc buildRichard Linden
2013-05-13BUILDFIX: potential fix for linux buildRichard Linden
2013-05-13SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
improved precision of scene diff log output
2013-05-13SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
added log output for scene monitoring
2013-05-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-05-10BUILDFIX - bad logic in scene monitor frame recordingRichard Linden
2013-05-10SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors
2013-05-10SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors
2013-05-09SH-4080 WIP interesting: random crash on MacRichard Linden
added controls for curtain delay
2013-05-06SH-4080 WIP interesting: random crash on MacRichard Linden
cleaning up more unused files
2013-05-06Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2013-05-05Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵Richard Linden
dependencies
2013-05-02SH-4080 WIP interesting: random crash on MacRichard Linden
added comments to llsingleton.h
2013-05-02SH-4080 WIP interesting: random crash on MacRichard Linden
changed sCurCameraID to enum in attempt to pinpoint memory stompage
2013-05-01performance optimization: only scan 32 objects per frame looking for invisibles.Xiaohong Bao
2013-04-29SH-4080 WIP interesting: random crash on MacRichard Linden
fixed singleton unit test resurrecting a singleton now properly calls initSingleton()
2013-04-27SH-4080 WIP interesting: random crash on MacRichard Linden
more singleton cleanup to eliminate crashes on startup/exit
2013-04-26SH-4080 WIP interesting: random crash on MacRichard Linden
fixed Mac crash related to non-reentrant singleton constructor
2013-04-26added ignores for newview/pilot.(txt|xml)Richard Linden