summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-15#2639 GPU test twice to fix misreported bandwidth (#3558)Andrey Kleshchev
A workaround, hopefully temporary. First test returns half the throughput, do two tests. May be caused by driver, may be some 'energy saving', will need to be checked later. It was working the same way prior to ExtraFPS, but viewer was running an extra CPU test.
2025-02-15Merge branch 'main' into 2024.12-ForeverFPSErik Kundiman
2025-02-15Arch shouldn't pull freealut (& openal) for nowErik Kundiman
since the mode that's not breaking CEF is when using FMOD.
2025-02-15Boost 1.87 ready while still backwards compatibleErik Kundiman
Arch system Boost has been upgraded to 1.87, and some things are deprecated. https://stackoverflow.com/questions/78821440/iterating-over-buffers-in-an-asiostreambuf https://github.com/badaix/snapcast/issues/1305
2025-02-15FMOD has been upgraded from 2.02.26 to 2.02.27Erik Kundiman
2025-02-15MacPorts' openal-soft has been upgraded to 1.24.2Erik Kundiman
2025-02-14Switch from GL_RGB16F to GL_R11F_G11F_B10F for probes (#3562)Jonathan "Geenz" Goodman
* #3561 Switch from GL_RGB16F to GL_R11F_G11F_B10F for reflection probes to help reduce memory bandwidth and VRAM pressure.
2025-02-13Merge pull request #3549 from secondlife/marchcat/foreverfps-xcode-16Andrey Lihatskiy
Update ForeverFPS build to use macos15/xcode16.1
2025-02-13Follow-up fixes from developAndrey Lihatskiy
2025-02-13Bump macos runner to os version 15 with xcode 16.1Andrey Lihatskiy
2025-02-13Fix xcode16 build errorsAndrey Lihatskiy
2025-02-13viewer-private#394 Ensure correct item id is used on macMaxim Nikolenko
2025-02-12viewer-private#396 Use benefits for picks countAndrey Kleshchev
2025-02-12viewer-private#395 Fix voice not reconnectingAndrey Kleshchev
2025-02-12#3210 Fix for "Texture will be downscaled" log message happening too oftenMaxim Nikolenko
2025-02-11#3332 Fix buffers not accounting for dynamic cache valuesAndrey Kleshchev
And fix previous lapse of judgement with GLYPH_BATCH_SIZE
2025-02-11Additional water fixes and tweaks. (#3524)Jonathan "Geenz" Goodman
* Incorporation of feedback for #3456
2025-02-11Rework windows to use zc:wchar_t for better c++ conformance and ↵Rye
compatibility with modern libraries
2025-02-11Fix deprecation warnings under C++20 on MSVCRye
2025-02-11Disable MSAA buffers on macos during GL context initRye
2025-02-11Vectorize LLRender UI scale and offset stack to resolve perf hotspot on armRye
2025-02-11Disable LLImageJPEG setjmp hack when building on ARM to avoid crashRye
2025-02-11Disable old GPU hacks on macos when running against Apple GPURye
2025-02-11Fix llcorehttp tests building under macosRye
2025-02-11Use SSE2NEON to emulate SSE intrinsics when building against an ARM targetRye
2025-02-11Fix timer support on macOS under ARM64Rye
2025-02-11Fix pessimizing move warning being emitted by the compilerRye
2025-02-11Fix uninitialized variable warnings being emitted by current clangRye
2025-02-11Introduce build system and preprocessor support for ARM64Rye
2025-02-11Fix crash from socket creation failure in media plugin systemRye
2025-02-11Merge pull request #2758 from Nicky-D/feature/fontcacheAndrey Lihatskiy
Port Fontcache from Firestorm.
2025-02-11Introduce SSE2NEON package for handling sse to neon intrinsic compatibilityRye
2025-02-11Restore support for anistropic filtering on macosRye
2025-02-11Fix openal leak causing crash during shutdownRye
2025-02-11Update macOS xib file and compile as part of build processRye
2025-02-11Update dependencies with support for apple siliconRye
2025-02-11Restore math types to trivially copyable and add static assertsRye
2025-02-11Fix Tracy memory profiling overloads for aligned allocationsRye
Fix disabling renderdoc support Improve ll_aligned_alloc functions on darwin for 32 and 64byte aligned by utilizing posix_memalign
2025-02-11Update to use universal build flags and fix cmake deprecationsRye
2025-02-11Fix build with C++20 including nat's changes to fsyspathRye
2025-02-11Enable OpenAL by defaultRye
2025-02-11Update KDU to 8.4.1 and fix kdu tests, also fix llimage_libtest utilityRye
2025-02-10#3332 Font issues with multy-byte and multy-glyps charactersAndrey Kleshchev
2025-02-10#3332 Issues with text buffer updatesAndrey Kleshchev
2025-02-07#3332 Switching screens can break text renderingAndrey Kleshchev
2025-02-07viewer-private#375 add more logging in attempt to get more infoMaxim Nikolenko
2025-02-07#3505 Fix updateMenu() being called too frequently on fetch callbackAndrey Kleshchev
The actual problem is fetch dumping thousands of callbacks, but this should mitigate the problem
2025-02-07#3505 Make inventory run less content checksAndrey Kleshchev
2025-02-07#3505 Make checkFolderForContentsOfType cheaperAndrey Kleshchev
2025-02-07Water Exclusion Surfaces (#3517)Jonathan "Geenz" Goodman
* #3455 Add support for water exclusion surfaces