summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2025-09-23Minimise whitespace diffs from upstreamErik Kundiman
and remove merge conflict lines.
2025-09-21Adding lower max texture resolution choices in the preferencesmobserveur
This commit adds 128 and 256 pixels texture resolution limit in the preferences. This aims to help lower end hardware in texture heavy sims.
2025-09-21Improved visuals effects panelmobserveur
This commit improves the visuals effects panel, and adds texture and objects lod sliders
2025-09-18Merge remote-tracking branch 'mobserveur/2025.07' into 2025.07Erik Kundiman
2025-09-18Reactivation of vsync when the context is createdmobserveur
This commit reactivates vsync when the context is created, if the user chose this option. This was disabled for testing purpose.
2025-09-18Minimise whitespace diffs from upstreamErik Kundiman
2025-09-16Fixes the slow down related to the attached huds renderingmobserveur
This commit fixes the long time issue with attached huds rendering, which was causing important slow down with certain combinations of post processing settings.
2025-09-15Merge branch 'main' into 2025.07Erik Kundiman
2025-09-14ll_icon_small.ico changeSecret Foxtail
Replace SLv icon with megapahit
2025-09-15Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07Erik Kundiman
2025-09-14Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-13Attempt to fix the Sharpening / AA settings slow down on Macmobserveur
This commit aims to fix the issue that causes a slow down when certain combinations of post-processing settings are used.
2025-09-13Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-13back to using LLCachedControl in LLReflectionMapManagermobserveur
This commit changes the gSavedSetting direct reading to using LLCachedControl in LLReflectionMapManager
2025-09-12Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-11Fix for multithreaded textures on Mac and more optimisationsmobserveur
This commit fixes an issue with the multithreaded textures option on Mac and adds some more optimisations.
2025-09-09p#428 'multiple textures' sometimes not presentAndrey Kleshchev
when opening picker for the first time
2025-09-09Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2025-09-09Merge branch '2025.06'Erik Kundiman
2025-09-09Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-09Merge branch 'main' into 2025.06Erik Kundiman
2025-09-09Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-09Performance Optimisations, Bloom effect, Visuals Panelmobserveur
This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel.
2025-09-08Optimisations and experimental HDR display support on macmobserveur
This commit completes the previous ones for performance optimisations, and adds HDR display support on mac
2025-09-06#4639 Crash at getDimensionsF32Andrey Kleshchev
2025-09-06#4536 Fix clipped setting descriptionsAndrey Kleshchev
2025-09-04p#470 Fix wrong release notes being shown.Andrey Kleshchev
2025-09-04#4623 Shared Media on HUDs not loadingAndrey Kleshchev
Looks like a merge between a commit that affected mScreenPixelArea and a commit that added a return value resulted in reordered calls.
2025-09-02#4587 Make shader cache reading fasterAndrey Kleshchev
2025-09-02#4587 Shaders sometimes do not match the shader settingsAndrey Kleshchev
Ensure versions get matched reliably
2025-09-02Merge from main into developAndrey Kleshchev
Update develop branch from main to pick up 2025.05 and 2025.06 merge commits and version bump.
2025-09-02Increment viewer version after 2024.06Andrey Kleshchev
2025-09-02#4621 Crash at LLMeshRepoThread::run(1060)Andrey Kleshchev
Fix a missed mutex
2025-09-02#4619 Don't crash on LLHUDEffect::renderAndrey Kleshchev
LLHUDEffectResetSkeleton needs to override LLHUDEffect::render to not cause an LL_ERRS if it stays alive for too long.
2025-09-01#4588 Unable to direct silent installationAndrey Kleshchev
2025-08-30Enable NVIDIA GL threaded optimisations by defaultErik Kundiman
https://www.phoronix.com/review/nvidia_threaded_opts If a user needs it to be off, then set __GL_THREADED_OPTIMIZATIONS to 0 upon launching, the built-in enabling is set not to overwrite.
2025-08-30Performance Optimisations, Bloom effect, Visuals Panelmobserveur
This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel.
2025-08-30Contrast Skin Cleanupmobserveur
Cleaning up the unnecessary files in the Contrast skin
2025-08-30Gold Contrast Skin (incomplete/beta)mobserveur
New skin: Gold Contrast
2025-08-29#4598 Fix variables being inited before settings are readyAndrey Kleshchev
2025-08-29#4604 Warn user off high settings when on low-RAM hardwareAndrey Kleshchev
2025-08-29#4604 Reduce draw distance when low on RAMAndrey Kleshchev
2025-08-27#4608 Crash at LLJoint::findJointAndrey Kleshchev
'this' is null inside findJoint according to bugsplat so likely mRoot was not initialized yet.
2025-08-26#4598 Crash in LLReflectionMapManager::updateAndrey Kleshchev
Not enough data for a solid conclusion (does something create settings in a thread?), but should be avoidable if we cache settings differently.
2025-08-25Merge pull request #4603 from secondlife/release/2025.06Jonathan "Geenz" Goodman
Update develop with latest 2025.06 changes.
2025-08-22Improved open performance for some web based UI floaters by preloading the ↵Callum Linden
web content during login (#4574) * First phase of some work to replace certain UI web based floaters with a much more simple floater (no more browserish web-content-floater) and then pre-load content as login is progressing. This means that after login, the floater can be opened much more rapidly than now. This first commit does this process for the Search floater * This commit brings in a new marketplace floater than hosts the marketplace web page (no more webcontent floater here either). It works as expected and opens quickly but the user is not logged in when the page is opened so that needs to be tackled before we can declare that this is a viable solution * This commit introduces a way to set the openID cookie that arrives via login.cgi into all the instances that are preloaded - the result is that when you open the preloaded floater after login, you are logged into your linden account * Fix a mac only warning as error - function overrides a member function but is not marked 'override' * Marchcat spotted left over cruft from earlier dev when we used a trimmed down URL for the pre-load search. Now we use the same search URL throughout and zero out the query parameters
2025-08-22#4570 Sanity check bandwidth inputAndrey Kleshchev
Going above this will just make server throttle things and viewer's own throttlig won't be effective when viewer can't keep up.
2025-08-22Merge branch 'main' into 2025.06Erik Kundiman
2025-08-22Add a way to have snapshot legacy file namingErik Kundiman
as requested by Bavid Dailey. Having timestamp is set as the default.
2025-08-22Add a special thanks and more testersErik Kundiman