summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
AgeCommit message (Collapse)Author
2013-10-07renamed TraceType to StatTypeRichard Linden
added more MemTrackable types optimized memory usage of LLTrace some more
2013-10-04more fix for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPoolsXiaohong Bao
2013-10-04fix for SH-4544: Interesting: Shadows from platforms above the camera flickerXiaohong Bao
2013-10-03add a debug setting: "BackShpereCullingRadius"Xiaohong Bao
2013-10-02Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-02more for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPoolsXiaohong Bao
2013-10-01changed over to manual naming of MemTrackable statsRichard Linden
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats
2013-09-26more optimization for memory footprint.Xiaohong Bao
2013-09-26fix for SH-4523: interesting: viewer sometimes doesn't save objectcache file ↵Xiaohong Bao
on disconnect from region
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-20more fix for SH-4501: Interesting: Occluded objects do not appear when ↵Xiaohong Bao
Occluder object is deleted.
2013-09-20fix for SH-4430: Interesting: Light objects behind you are not loaded at login.Xiaohong Bao
2013-09-19fix for SH-4501: Interesting: Occluded objects do not appear when Occluder ↵Xiaohong Bao
object is deleted.
2013-09-18fix for SH-4500: Interesting: Some content on adjacent region not visible ↵Xiaohong Bao
after teleport.
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-09Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-09-09some fix for SH-4416: Interesting: memory footprint is larger when loading ↵Xiaohong Bao
from cache while ObjectCacheViewCullingEnabled is enabled than when it's disabled.
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-29add some debug settings for easier tuning up performance.Xiaohong Bao
2013-08-28fix for SH-4332: Cacheable object highlights from Render Metadata -> Update ↵Xiaohong Bao
Type do not render
2013-08-26reversion of rendering starts late changeXiaohong Bao
2013-08-23temporary fix for rendering starts late when running on pdp stationXiaohong Bao
2013-08-23more fix for SH-4400: Interesting: Side effect 1 of unloading culled objects.Xiaohong Bao
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-14Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-08-14enable far clip plane culling on object cache view cullingXiaohong Bao
2013-08-12mergeRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-08fix for SH-4402: interesting: lower FPS with lots of objects in viewXiaohong Bao
2013-08-07more fix for SH-4397: Object cache occlusion culling results are not always ↵Xiaohong Bao
correct
2013-08-07more fix for SH-4397: Object cache occlusion culling results are not always ↵Xiaohong Bao
correct
2013-08-06fix for SH-4398: Interesting: viewer crash in ↵Xiaohong Bao
LLVOCacheEntry::updateParentBoundingInfo
2013-08-05fix for SH-4397: Object cache occlusion culling results are not always correctXiaohong Bao
2013-07-30fix for SH-4297: interesting: viewer-interesting starts loading cached scene ↵Xiaohong Bao
late
2013-07-29fix for SH-4293: texture console takes a while to settle down on Interesting ↵Xiaohong Bao
viewer.
2013-07-02fix for SH-4264: interesting: Content near edges of screen does not loadXiaohong 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-25fix for SH-4284: interesting: viewer does not render cacheable objects on ↵Xiaohong Bao
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-21trivial: convert to unix line endings.Xiaohong Bao
2013-06-21for SH-4241: viewer crash shortly after login in LLViewerRegion::addNewObjectXiaohong Bao
2013-06-17add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time ↵Xiaohong Bao
invisible objects stay in memory.
2013-06-14fix for SH-4244: interesting: objects on adjacent region are not visible. andXiaohong Bao
SH-4264: interesting: Content near edges of screen does not load
2013-06-13fix for SH-4241: viewer crash shortly after login in ↵Xiaohong Bao
LLViewerRegion::addNewObject and SH-4261: interesting: crash in LLViewerRegion::addToVOCacheTree
2013-06-12fix for SH-4244: interesting: objects on adjacent region are not visible.Xiaohong Bao
2013-06-05merge with viewer-releaseRichard Linden
2013-05-30remove a debug assertionXiaohong 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