Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | DRTVWR-559 Fix for shower curtain not opening smoothly. Incidental decruft. | RunitaiLinden | |
2023-05-17 | SL-19655 Decruft legacy GLSL shaders and now unused build queues. | RunitaiLinden | |
2022-10-27 | SL-18459 WIP -- fix for assert in setGLTFMaterial | Dave Parks | |
2022-06-06 | SL-17532 Potential fix for some rigged mesh draw order issues. | Dave Parks | |
2022-01-13 | SL-16544 Fix for rigged mesh bounding boxes | Dave Parks | |
2021-12-03 | SL-16436 and SL-16327 Fix for RenderDebugGL test failures and fix for grey ↵ | Dave Parks | |
textures | |||
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2017-01-24 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-10-07 | renamed TraceType to StatType | Richard Linden | |
added more MemTrackable types optimized memory usage of LLTrace some more | |||
2013-10-01 | changed over to manual naming of MemTrackable stats | Richard Linden | |
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats | |||
2013-09-25 | better 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-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-22 | fix for SH-4400: Interesting: Side effect 1 of unloading culled objects. | Xiaohong Bao | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-01 | BUILDFIX: reverted changes that attempted to automate mem track | Richard Linden | |
stat definition as they don't work on gcc/clang | |||
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-17 | add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time ↵ | Xiaohong Bao | |
invisible objects stay in memory. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-28 | change the way to handle creating/destroying a same object repeatedly | Xiaohong Bao | |
2013-05-10 | merge changes for 3.5.2-beta5 | Oz Linden | |
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-09 | MAINT-2647 Fix for some objects not rendering until first LoD switch/selection. | Dave Parks | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-06 | renamed LLTrace stat gathering classes/methods to make the structure of ↵ | Richard Linden | |
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc. | |||
2013-02-12 | merge up to 3.4.5-release | Oz Linden | |
2013-01-25 | Trying to set materials up for rendering! Yay! | Geenz | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators | |||
2013-01-08 | Merge | Xiaohong Bao | |
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard 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 | |||
2012-12-18 | SH-3468 WIP add memory tracking base class | Richard Linden | |
created memory tracking trace type instrumented a few classes with memory tracking | |||
2012-10-15 | For SH-3333: Design and implement a new object cache system on viewer side | Xiaohong Bao | |
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-08-01 | Merge back viewer-lion, which has viewer-development and down-stream fixes | simon@Simon-PC.lindenlab.com | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-06-27 | merge changes for DRTVWR-167 | Oz Linden | |
2012-06-19 | MAINT-794 Factor out a lot of CPU overhead around updating objects. | Dave Parks | |
2012-06-14 | MAINT-646 Cleanup some warnings from previous changes. | Dave Parks | |
2012-06-05 | MAINT-646 Factor std::set out of lloctree | Dave Parks | |
2012-05-07 | MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵ | simon@Simon-PC.lindenlab.com | |
pointer checks are good. Reviewed by Kelly | |||
2012-04-19 | MAINT-775 Don't thrash vertex buffers on animated prims (flexis, spinners, etc). | Dave Parks | |
2011-12-19 | SH-2789 WIP - various fixes to force 16-byte alignment | Brad Payne (Vir Linden) | |
2011-12-15 | SH-2789 WIP - build without tcmalloc, force alignment in various places | Brad Payne (Vir Linden) | |
2011-05-26 | SH-1359 General octree tune-up -- increase maximum capacity of an octree ↵ | Dave Parks | |
node and rework requested octree node sizes for minimum triangles per frame and maximum triangles per drawing call. |