summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2025-10-08p#351 Mark RenderMaxOpenGLVersion as Windows specificAndrey Kleshchev
2025-10-08Move the irradiance gen unbind to be within the correct scope. (#4798)Jonathan "Geenz" Goodman
2025-10-07secondlife/viewer#2570: Fix baked texture shared between avatars when in PBR ↵Cosmic Linden
material
2025-10-07#4794 SceneLoadRearMaxRadiusFraction not stored as a fractionAndrey Kleshchev
2025-10-06p#480 Collada vs GLTF Mesh Import Naming ConventionAndrey Kleshchev
Both collada and gltf have a node and a mesh. Collada uses node-name, gltf was using mesh-name. GLTF format permits reusing single mesh for multiple nodes, but nodes are warrantied to not be reused. Switch to using node-names for better dupplicate avoidance and to be more in line with collada.
2025-10-06#4195 Clear code from a merge conflictAndrey Kleshchev
This part was removed unintentionally, due to a merge conflict resolution.
2025-10-06Fix #4195: Preserve transforms when switching PBR materials (#4725)Aqil Ahmad
Fixes texture transforms being reset when switching from Blinn-Phong to PBR materials and between PBR. Previously, custom scale, offset, and rotation settings would be lost, making it tedious to switch between PBR materials.
2025-10-05sun reflection on the sea in hdr display mode + fix for white screenmobserveur
This commit adds support for sun reflection on the sea in hdr display mode. It also fixes an issue where the display is all white with low color precision and non hdr & emissive mode.
2025-10-04#1759 Fix texture picker using IMG_WHITE for blank materialsAndrey Kleshchev
2025-10-04Merge branch 'main' into 2025.07Erik Kundiman
2025-10-03Merge remote-tracking branch 'origin/release/2025.07' into ↵Brad Linden
brad/llphysicsextensions-fallback
2025-10-03Update tumbleweed instructions & requiresSecret Foxtail
Update libboost packages to ver 89
2025-10-03#4777 Fix webrtc crashing in worker threads on shutdownAndrey Kleshchev
2025-10-03Initial VHACD based llconvexdecompositionRye
2025-10-03Omit WebRTC (termination) on FreeBSD and Win ARM64Erik Kundiman
2025-10-03Fix infinite growth of mLoadingPhysicsShapes in mesh repositoryRye
2025-10-03Merge tag 'Second_Life_Release#420bc85f-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Release#79909b8a-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Test#3ff16388-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Release#c743ea2b-2025.07' into 2025.07Erik Kundiman
2025-10-02Restore creation of secondlife-bin.MAP file on Darwin x86_64 for production ↵Brad Linden
of llphysicsextensions_tpv
2025-10-02new llphysicsextensions_source package that sets OSX_ARCHITECTURES properlyBrad Linden
and should hopefully package llphysicsextensions_tpv successfully
2025-10-02#4757 Model uploader warning when physics library is missingAndrey Kleshchev
2025-10-02Attempt to fix build errorBrad Linden
2025-10-02Cleaning deprecated gamma functions in shadersmobserveur
This commit is a complement to cleaning deprecated gamma functions in shaders
2025-10-02Fixes visual glitches after 2025.07 mergemobserveur
This commit fixes the visual glitches after the 2025.07 merging. It also allows the user to set a very short draw distance (this can be useful for photography)
2025-10-02Removes a debug message in llReflectionMapManager.cppmobserveur
This commit disabled a debugging message in llReflectionMapManager.cpp
2025-10-02Cleaning deprecated gamma functions in shadersmobserveur
This commit cleans the deprecated gamma functions in the shaders
2025-10-01Fix configurations like windows where LLPHYSICSEXTENSIONS_STUB_DIR is unsetBrad Linden
2025-10-01Reenable havok llphysicsextensions on Darwin x86_64 with ↵Brad Linden
llphysicsextensions_stub used for aarch64
2025-10-01#4768 Crash at retransmitUnackedPacketsAndrey Kleshchev
For some reason there are no logs for these crashes, but lack of connection data indicates that viewer was disconnected prior to crash.
2025-10-01#4758 Extra logging to track discard 6Andrey Kleshchev
Plus clamped some values and preventing decode from starting
2025-10-01Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07Erik Kundiman
2025-09-30#4751 Restore navigation UI for Marketplace and SearchMaxim Nikolenko
2025-09-30#3189 Fix missed else conditionAndrey Kleshchev
2025-09-29#4753 Crash at LLScriptFloater::setNotificationIdAndrey Kleshchev
2025-09-29#4750 Crash in LLToolBarView::handleDropToolAndrey Kleshchev
2025-09-29#4739 Wearables sort order reliabilityAndrey Kleshchev
2025-09-29Merge branch 'release/2025.07' into developBennett Goble
2025-09-29Fix rendering differences observed in 2025.07 (#4747)Rye
* Fix calling setTextureAddressModeFast and setTextureFilteringOptionFast with invalid tex type during fast binds * Restore mRT->screen to GL_RGBA16F to fix lighting banding
2025-09-26p#475 Excessive texture fetch logging on shutdownAndrey Kleshchev
2025-09-25#p473 fix XUI warningsMaxim Nikolenko
2025-09-24#4515 Improve ordering of sub-meshes upon uploadAndrey Kleshchev
2025-09-24#4733 When moving the cache, the old cef_cache should be removedMaxim Nikolenko
2025-09-24#4724 Fix performance problems with My OutfitsAndrey Kleshchev
2025-09-23#4730 Extend login timeoutAndrey Kleshchev
2025-09-23SL-20598 Fix user not being able to reset display nameAndrey Kleshchev
2025-09-23#4719 use correct search query when navigating to the pageMaxim Nikolenko
2025-09-23Minimise whitespace diffs from upstreamErik Kundiman
and remove merge conflict lines.
2025-09-22#4695 Fix device update causing a crashAndrey Kleshchev