Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-04 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
added copy constructor to periodic recording to allow snapshot generation in fast timer view fixed build errors | |||
2012-12-04 | merge changes for DRTVWR-253 | Nat Goodspeed | |
2012-12-04 | merge changes for BUG-768 | Nat Goodspeed | |
2012-12-04 | MAINT-1953 Run through viewer stats and update GPU table with missing ↵ | Dave Parks | |
entries and new expected OpenGL versions | |||
2012-12-04 | merge changes for DRTVWR-251 | Nat Goodspeed | |
2012-12-04 | merge changes for MAINT-1953 | Nat Goodspeed | |
2012-12-03 | more for MAINT-1955: Viewer crashes while login after clearing cache | Xiaohong Bao | |
2012-12-03 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
converted fast timer view over to new lltrace mechanisms | |||
2012-12-03 | MAINT-1979 Viewer crashes while attempting to join group in the moment of ↵ | Kelly Washington | |
loading group members * Fix one race condition that could dereference a dangling pointer. reviewed with Simon and Baker. | |||
2012-12-02 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
started moving fast timer historical stats over to LLTrace periodic recording | |||
2012-12-01 | fix for gcc compile errors | Richard Linden | |
2012-12-01 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed scale of reported times moved reset calls to happen at same time so we don't show partial results | |||
2012-11-30 | MAINT-1958 Trivial change to kick teamcity into behaving. | Dave Parks | |
2012-12-01 | Fixed previous commit. | Logan Dethrow | |
2012-11-30 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed crash when sending viewer asset stats | |||
2012-11-30 | MAINT-1958 More robust error handling -- handle the case where the FBO ↵ | Dave Parks | |
allocation failure occurs when enabling lighting and shadows. | |||
2012-11-30 | Fix for STORM-1854. Adapted the fix based on other open source consumers of ↵ | Logan Dethrow | |
fontconfig that were encountering the same error. | |||
2012-11-30 | MAINT-1958 Fix for linux build after transplant. | Dave Parks | |
2012-11-30 | Removed logging. | Aura Linden | |
2012-11-29 | Crashlogger only runs when it comes from teamcity so I must checkin debug ↵ | Aura Linden | |
and wait. What fun. | |||
2012-11-29 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moved runtime timer tree topology information to separate array instead of recording stack | |||
2012-11-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2012-11-27 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed precision of fast timer counts | |||
2012-11-27 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
hunting down bad values and crashes | |||
2012-11-27 | New VFS objects included in every bite! | Aura Linden | |
2012-11-27 | Tweak the example program (used as a performance tester) so that it | Monty Brandenberg | |
will run with higher connection concurrencies. I'm using this to test the listener queue length reporting on apaches and everything is consistent and as expected with this change (stuck at eight before). | |||
2012-11-27 | merge changes for DRTVWR-230 | Oz Linden | |
2012-11-26 | fix for MAINT-1955: Viewer crashes while login after clearing cache | Xiaohong Bao | |
2012-11-26 | MAINT-1958 Fix for crash on OSX when resizing window with deferred rendering ↵ | Dave Parks | |
enabled. Reviewed by VoidPointer | |||
2012-11-26 | BUG-768 Texture fetches hit caps throttle and need more retries. | Monty Brandenberg | |
Bumped the default retry limit up from 5 to 8 which gives up to 15 seconds more dwell time should the viewer get a 503 or other recoverable error on access. | |||
2012-11-26 | MAINT-1953 Add NVIDIA GT 230 to gpu table | Dave Parks | |
2012-11-26 | MAINT-1950 Add hashmarks to detail slider and put "Ultra" back in ↵ | Dave Parks | |
setGraphicsLevel Reviewed by Simon | |||
2012-11-26 | merge changes for DRTVWR-249 | Oz Linden | |
2012-11-20 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixes to merge | |||
2012-11-20 | merge changes for DRTVWR-247 | Oz Linden | |
2012-11-20 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-20 | merge changes for DRTVWR-246 | Oz Linden | |
2012-11-20 | merge changes for DRTVWR-229 | Oz Linden | |
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-19 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | increment version to 3.4.4 | Oz Linden | |
2012-11-19 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | merge changes for DRTVWR-245 | Oz Linden | |
2012-11-16 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
got new fast timer code to compile and run | |||
2012-11-16 | MAINT-1890 FIX Removing previous hacky fix for this issue. The better ↵ | William Todd Stinson | |
solution is to clamp the update_period to a reasonable number of frames (32). | |||
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives. | |||
2012-11-16 | Certain test and example programs now need the Boost.System library. | Nat Goodspeed | |
2012-11-16 | Boost 1.52 no longer supports Boost.Filesystem v2 -- don't request. | Nat Goodspeed | |
Instead of compatibility mode, #defining BOOST_FILESYSTEM_VERSION to 2 only gets you a compile error these days. | |||
2012-11-16 | Remove sensitivity to Boost library versions in viewer_manifest.py. | Nat Goodspeed | |