summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-02-06Add some haze to the distance on water. (#3508)Jonathan "Geenz" Goodman
* #3507 Add distance haze to water to get us closer to 6.6.17's appearance.
2025-02-05Merge pull request #3497 from secondlife/rye/forever-3445Rye
Fix media failing to function on PBR materials (#3445)
2025-02-04#3346 crash at LLConversationItemSession::clearAndDeparentModelsMaxim Nikolenko
2025-02-03Fix media failing to function on PBR materials (#3445)Rye
2025-01-31#3491 Rename all uses of Release Candidate to BetaMaxim Nikolenko
2025-01-30#3456 Water improvements to get us closer to 6.6.17 (#3490)Jonathan "Geenz" Goodman
* A lot of tweaking for water. * Get water much closer to 6.6.17. This won't produce 1:1 results, but it should be much closer to where we once were.
2025-01-30#3400 Reimplement LLError marker for crash statisticsAndrey Kleshchev
2025-01-29Merge pull request #3480 from secondlife/brad/tag-release-fixnat-goodspeed
Backport tag-release token fix to release/2024.12-ForeverFPS branch
2025-01-29viewer#2576 Crash when banning a residentMaxim Nikolenko
Co-authored-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2025-01-28#3466 Crash at LLScrollingPanelParam::drawMaxim Nikolenko
2025-01-27Backport tag-release token fix to release/2024.12-ForeverFPS branchBrad Linden
2025-01-27#3473 Fix crash at mActiveObjectsAndrey Kleshchev
2025-01-24Attempt to get more log info in secondlife/viewer#3335 crash reports (#3470)Brad Linden
when failing to load basic vertex shaders
2025-01-23Merge pull request #3468 from secondlife/rye/forever-3339Rye
Fall back mul_mat4_vec3 to scalar implementation to attempt crash mitigation
2025-01-23Fix potential undefined behavior when converting to and from glm types from ↵Rye
LLVector3/4 and fall back mul_mat4_vec3 to scalar implementation to attempt crash mitigation (#3339)
2025-01-24#3371 Texture resolution cap #3Andrey Kleshchev
Fix text field sometimes being clipped
2025-01-23#3451 Crash at LLFloaterSnapshot::Impl::getActivePanelMaxim Nikolenko
2025-01-23Small cleanupAndrey Kleshchev
2025-01-23#3187 Crash at LLTextureEntry::getGLTFRenderMaterialAndrey Kleshchev
2025-01-22#3452 Crash in LLSaleInfo::asLLSD()Andrey Kleshchev