summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.h
AgeCommit message (Collapse)Author
2014-01-06fix for SH-4656: crash at LLVOCacheEntry::updateParentBoundingInfo() line 510Xiaohong Bao
2013-12-03SH-4606 FIX Interesting: Small objects do not load until they are very close.Richard Linden
increased SceneLoadMinRadius to 32 changes logic so that falloff starts at SceneLoadMinRadius added timing to pixel threshold calculation
2013-11-14fix for SH-4609: Interesting: Occluded objects are loaded at loginXiaohong Bao
2013-11-11fix for SH-4607: Create new object cache tuning parametersXiaohong Bao
2013-10-30more fix to reduce number of rendered triangles per frame.Xiaohong Bao
2013-10-22fix for various object missing bugs: SH-4552, SH-4564, SH-4573, SH-4568Xiaohong Bao
2013-10-17fix for SH-4569: Objects are not culled by size in the distanceXiaohong Bao
2013-10-07Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-10-07renamed TraceType to StatTypeRichard Linden
added more MemTrackable types optimized memory usage of LLTrace some more
2013-10-04fix for SH-4544: Interesting: Shadows from platforms above the camera flickerXiaohong Bao
2013-10-02fix for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPoolsXiaohong Bao
2013-09-25better memory usage for LLTrace (tighter packing of recording arrays)Richard Linden
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml
2013-09-12fix for SH-4477: Interesting: objects on adjacent region are not visible. #3 andXiaohong Bao
SH-4457: Interesting: nearby content on adjacent region is not visible.
2013-09-09fix a login crashXiaohong Bao
2013-09-09Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-09-09cancel redundant memory alignments for some base classes to get better ↵Xiaohong Bao
memory performance
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-22fix for SH-4400: Interesting: Side effect 1 of unloading culled objects.Xiaohong Bao
2013-08-21fix some objects not rendered when login process is very longXiaohong Bao
2013-08-07more fix for SH-4397: Object cache occlusion culling results are not always ↵Xiaohong Bao
correct
2013-08-05fix for SH-4397: Object cache occlusion culling results are not always correctXiaohong Bao
2013-06-26more fix for SH-4284: interesting: viewer does not render cacheable objects ↵Xiaohong Bao
on far corner of region when camera moves
2013-06-24fix for SH-4284: interesting: viewer does not render cacheable objects on ↵Xiaohong Bao
far corner of region when camera moves
2013-06-17add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time ↵Xiaohong Bao
invisible objects stay in memory.
2013-05-28change the way to handle creating/destroying a same object repeatedlyXiaohong Bao
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-05Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵Richard Linden
dependencies
2013-04-10trivial: convert to unix line endings.Xiaohong Bao
2013-04-04add debug code for LLViewerOctreeXiaohong Bao
2013-01-09added newline to fix gcc buildsRichard Linden
2013-01-09fix the merge errors from the changeset 3eadda9666cfXiaohong Bao
2012-12-18fix for SH-3619: some objects are missingXiaohong Bao
2012-11-08for SH-3472: prioritize object loadingXiaohong Bao
2012-10-31for SH-3471: create a simplified version of octree for object cache entries.Xiaohong Bao
2012-10-15For SH-3333: Design and implement a new object cache system on viewer sideXiaohong Bao