Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | Merged in euclid-16138 (pull request #720) | Euclid Linden | |
SL-16138 avoid redundant shader binds, and related cleanup Approved-by: Dave Parks Approved-by: Michael Pohoreski | |||
2021-10-06 | SL-16138 remove checks for now-mandatory capabilities | Dave Houlton | |
2021-10-06 | SL-16138 Add timing mark-up to shader fxns | Dave Houlton | |
2021-10-05 | SL-16138 Avoid re-binding a shader which is already bound | Dave Houlton | |
2021-10-05 | DRTVWR-546 trigger | Dave Houlton | |
2021-10-04 | Merged in DRTVWR-541 (pull request #717) | Euclid Linden | |
Push autobuild updates made in DRTVWR-541 into -546 | |||
2021-10-04 | Merged in SL-16040 (pull request #709), Nat's changes to allow autobuild ↵ | Nat Linden | |
with Tracy enabled on TeamCity. SL-16040: TC viewer builds with Tracy enabled Approved-by: Euclid Linden Approved-by: Dave Parks | |||
2021-10-01 | SL-16094 Move LLWindowWin32::mainWindowProc and Windows message handling to ↵ | Dave Parks | |
a background thread to prevent frame stalls in LLWindowWin32::gatherInput | |||
2021-09-28 | SL-16040: _aligned_malloc() and _aligned_free() are Microsoft only. | Nat Goodspeed | |
Fortunately we already have platform-independent wrappers in llmemory.h. | |||
2021-09-28 | SL-16040: operator new() must never return nullptr. | Nat Goodspeed | |
2021-09-28 | SL-16040: Honor autobuild_{configure,build}_parameters variables. | Nat Goodspeed | |
The generic build.sh script honors these environment variables to specify parameters to the autobuild configure and autobuild build steps, respectively. Support them in the viewer-specific build.sh too. In the generic build.sh, autobuild_configure_parameters allows specifying command-line switches either for autobuild or, following --, for the underlying tool (in our case, CMake). In order to support that variable the same way here, we insert -- (as before) when autobuild_configure_parameters is unset or empty, since the rest of the switches *we* specify are for CMake. That means that, as with the generic build.sh, a non-empty autobuild_configure_parameters override must precede any switches intended for CMake with the -- separator. | |||
2021-09-27 | SL-16093 Don't force the console window to be open on developer builds ↵ | Dave Parks | |
because it causes frame stalls while logging. | |||
2021-09-27 | SL-16088 Fix for stall from many calls to glGenBuffers. | Dave Parks | |
2021-09-24 | Ignore build-vc160-64 | Runitai Linden | |
2021-09-22 | Merge remote-tracking branch 'remotes/origin/DRTVWR-541' into DRTVWR-546 | Runitai Linden | |
2021-09-22 | Merged in SL-16014 (pull request #692) | Michael Pohoreski | |
SL-16014 Approved-by: Euclid Linden Approved-by: Dave Parks | |||
2021-09-22 | Fix merge conflict | Ptolemy | |
2021-09-22 | SL-16014: Fix typo | Ptolemy | |
2021-09-22 | Merge remote-tracking branch 'remotes/origin/DRTVWR-541' into DRTVWR-546 | Runitai Linden | |
# Conflicts: # indra/llcommon/linden_common.h | |||
2021-09-22 | SL-16014: Add Tracy markup to doFrame() | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for LLEventFilter | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for LLVolumeFace | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for LLSD | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup to LLViewerObjectList | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup to LLSpatialGroup | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup to LLFace | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for lldrawable | Ptolemy | |
2021-09-22 | SL-16014: Add macros for better markup in Tracy | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy logging to doFrame() | Ptolemy | |
2021-09-22 | SL-16014 Add Tracy logging to lldrawpoolavatar.cpp | Ptolemy | |
2021-09-22 | SL-16031 Add support for VS 2019 (requires autobuild 1.2-alpha) | Dave Parks | |
2021-09-22 | SL-15958 Stop impostored avatars from casting shadows | Mnikolenko Productengine | |
2021-09-22 | Merged in SL-16027_Tracy_OpenGL (pull request #697) | Michael Pohoreski | |
SL-16027: Add Tracy OpenGL support Approved-by: Euclid Linden Approved-by: Dave Parks | |||
2021-09-21 | SL-16027: Only enable Tracy OpengL macros if Tracy is enabled | Ptolemy | |
2021-09-21 | SL-16027: Add Tracy OpenGL support | Ptolemy | |
2021-09-20 | SL-16043 Fix DisableVerticalSync, default DisableVerticalSync to off, remove ↵ | Dave Parks | |
broken frame limiter code (use vsync if you want to limit framerate). | |||
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-09-20 | SL-16014: Add Tracy markup to doFrame() | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup for LLEventFilter | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup for LLVolumeFace | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup for LLSD | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup to LLViewerObjectList | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup to LLSpatialGroup | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup to LLFace | Ptolemy | |
2021-09-20 | SL-16014: Add Tracy markup for lldrawable | Ptolemy | |
2021-09-20 | SL-16014: Add macros for better markup in Tracy | Ptolemy | |
2021-09-15 | SL-16014: Add Tracy logging to doFrame() | Ptolemy | |
2021-09-15 | SL-16014 Add Tracy logging to lldrawpoolavatar.cpp | Ptolemy | |
2021-09-15 | Merged in merge-541 (pull request #686) | Euclid Linden | |
Merge to latest 541 | |||
2021-09-15 | Merged DRTVWR-546 into merge-541 | Euclid Linden | |