Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-31 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-31 | revert changes for SH-3927: Interesting: Viewer should send predicted camera ↵ | Xiaohong Bao | |
position to simulator to control object load order | |||
2013-05-30 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-30 | Automated 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-30 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-30 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-30 | remove a debug assertion | Xiaohong Bao | |
2013-05-29 | BUILDFIX: fixed unit test compile error | Richard Linden | |
2013-05-29 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/ | Richard Linden | |
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
made LLCopyOnWritePointer enforce write access through write() again disabled some error checking on release for download builds | |||
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-28 | for SH-4004: interesting: need debug option to clear viewer cache while ↵ | Xiaohong Bao | |
still logged in | |||
2013-05-28 | fix for SH-4214: Crash on Linux readFromCache: ASSERT (mInitialized) | Xiaohong Bao | |
2013-05-28 | change the way to handle creating/destroying a same object repeatedly | Xiaohong Bao | |
2013-05-23 | add a debug setting "UseObjectCacheOcclusion" to enable/disable object cache ↵ | Xiaohong Bao | |
occlusion culling | |||
2013-05-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-23 | for SH-4145: Interesting: Implement occlusion culling for object cache | Xiaohong Bao | |
2013-05-22 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/ | Richard Linden | |
2013-05-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
clean up of llscenemonitor.cpp | |||
2013-05-21 | BUILDFIX: gcc fixes | Richard Linden | |
2013-05-21 | BUIDLFIX: trying to make gcc happy | Richard Linden | |
2013-05-20 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-20 | BUILDFIX: mac gcc fix | Richard Linden | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
killed LLFastTimerView::getTime fixed block time stats always being 0 | |||
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
further improvements that should eliminate more short duration recording periods | |||
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-16 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-16 | more correct setting to enable object cache culling. | Xiaohong Bao | |
2013-05-16 | fix for SH-4080: interesting: random crash on Mac | Xiaohong Bao | |
2013-05-16 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-14 | BUILDFIX: attempted fix for gcc build | Richard Linden | |
2013-05-13 | BUILDFIX: potential fix for linux build | Richard Linden | |
2013-05-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
improved precision of scene diff log output | |||
2013-05-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added log output for scene monitoring | |||
2013-05-13 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-10 | BUILDFIX - bad logic in scene monitor frame recording | Richard Linden | |
2013-05-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors | |||
2013-05-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors | |||
2013-05-09 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
added controls for curtain delay | |||
2013-05-06 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
cleaning up more unused files | |||
2013-05-06 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-02 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
added comments to llsingleton.h | |||
2013-05-02 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
changed sCurCameraID to enum in attempt to pinpoint memory stompage | |||
2013-05-01 | performance optimization: only scan 32 objects per frame looking for invisibles. | Xiaohong Bao | |
2013-04-29 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed singleton unit test resurrecting a singleton now properly calls initSingleton() | |||
2013-04-27 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
more singleton cleanup to eliminate crashes on startup/exit | |||
2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed Mac crash related to non-reentrant singleton constructor | |||
2013-04-26 | added ignores for newview/pilot.(txt|xml) | Richard Linden | |