Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05 | merge with viewer-release | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-05-09 | Merge viewer-beta | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-11 | Forgot to commit @#! merge | simon | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-21 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
copied over scene load frame differencing changes from viewer-interesting made periodicrecording flexible enough to allow for indefinite number of periods added scene loading stats floater fixed collapsing behavior of container views | |||
2013-03-11 | merge | prep | |
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-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-06 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools) | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
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 | |||
2013-01-03 | fix for MAINT-2147: crash in LLTextureCache::writeToFastCache on OSX | Xiaohong Bao | |
2012-12-18 | Fix for alpha blending using gl fixed-functions not matching shader ↵ | Don Kjer | |
implementation | |||
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-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-10-16 | Pull back viewer-development with latest beta merges | simon@Simon-PC.lindenlab.com | |
2012-10-16 | pull back changes from 3.4.1-beta8 | Oz Linden | |
2012-10-15 | MAINT-1721 Fix for crash when clicking "back" button after editing appearance. | Dave Parks | |
Reviewed by VoidPointer | |||
2012-10-11 | Fixes for build issues, missing LLCOMMON_SYSTEM_INCLUDE_DIRS in some libraries | Brad Payne (Vir Linden) | |
2012-10-04 | Adding optimization to skip alpha image analysis when it isn't needed. | Don Kjer | |
2012-09-28 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
created separate constructor for static allocation of sampler buffer fixed start/stop/resume semantics of samplers and added sampler time interval tracking | |||
2012-09-26 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
fixed various issues related to unit tests and LLThreadLocalPtr initialization and teardown | |||
2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
2012-09-06 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Kelly Washington | |
follow up to fix test compiles. | |||
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-06-12 | for SH-3073: implement a fast cache system for texture fetching | Xiaohong Bao | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-22 | merge changes for DRTVWR-149 | Oz Linden | |
2012-05-08 | Pull from VirLinden/drano | Merov Linden | |
2012-05-08 | SH-3047 : Tweak of the performance compression data gathering code | Merov Linden | |
2012-05-08 | SH-3047 : Tweak of the performance compression data gathering code | Merov Linden | |
2012-05-02 | merge viewer-release to drano | Brad Payne (Vir Linden) | |
2012-04-13 | Final pull from viewer-thx1138 | Merov Linden | |
2012-04-13 | SH-3060 : Always use old byte range on low res (faster), reserve new byte ↵ | Merov Linden | |
range for high res. | |||
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-13 | fix for linux build failure | Brad Payne (Vir Linden) | |
2012-04-12 | SH-3080 : Implement the TextureReverseByteRange setting so we can play with ↵ | Merov Linden | |
that parameter | |||
2012-04-06 | SH-3060 : Complete new byte range computation, clean up and back pedal on ↵ | Merov Linden | |
some changes that didn't pay of. | |||
2012-04-06 | STORM-1837: check for valid png header before attempting to decode | Oz Linden | |
2012-04-05 | SH-3060 : Implement new byte range computation, cleaned up use of ↵ | Merov Linden | |
compression rate as well. | |||
2012-04-04 | SH-3060 : New byte range implementation. Intermediate (not working) state. | Merov Linden | |
2012-04-04 | SH-3075 : Fix encoding for reversible images and small textures | Merov Linden | |