Age | Commit message (Collapse) | Author |
|
|
|
Fortunately we already have platform-independent wrappers in llmemory.h.
|
|
|
|
overhead, non interactive viewer sessions)
|
|
|
|
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.
|
|
|
|
|
|
|
|
because it causes frame stalls while logging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SL-16014
Approved-by: Euclid Linden
Approved-by: Dave Parks
|
|
|
|
|
|
# Conflicts:
# indra/llcommon/linden_common.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SL-16027: Add Tracy OpenGL support
Approved-by: Euclid Linden
Approved-by: Dave Parks
|
|
|
|
|
|
|
|
|
|
This reverts commit adb724564da73a4b2d1ebf7835ce628448048d87.
|
|
|
|
|
|
broken frame limiter code (use vsync if you want to limit framerate).
|
|
|
|
|
|
|
|
|
|
|