summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Expand)Author
2024-10-02viewer#2705 Some sky parameters weren't updatingAndrey Kleshchev
2024-10-02viewer#2762 Restore LLFontVertexBuffer for HUDAndrey Kleshchev
2024-10-01Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
2024-10-01Fix thread-unsafe usage of LLPointer and LLMeshSkinInfo(#2755) (#2759)Rye Mutt
2024-10-01Add early-out in LLPipeline::applyCAS() if gCASProgram failed to compile. (#2...Brad Linden
2024-10-01Fix thread-unsafe usage of LLPointer and LLMeshSkinInfo(#2755) (#2759)Rye Mutt
2024-10-02Merge branch 'develop' into rlva/baseKitty Barnett
2024-10-02Remove unneeded RLV_VERIFY + undefine accidental RLV_DEBUG define (should fix...Kitty Barnett
2024-10-01Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
2024-10-01Merge branch 'develop' into rye/continued-sdl-cleanupRye Mutt
2024-10-01Merge pull request #2750 from RyeMutt/rye/linuxwarnRye Mutt
2024-10-01Remove dead code related to GeForce Mobile GPUs (#2747)Ansariel Hiller
2024-10-01#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to the Com...Andrey Lihatskiy
2024-10-01Fix display of CEF version in about floater on linuxRye Cogtail
2024-09-30Fix GCC warning about unused _out parameter in LL_DEBUGSRye Cogtail
2024-09-30Fix GCC complaint about type truncationRye Cogtail
2024-09-30Fix integer to bool conversion warningRye Cogtail
2024-09-30Fix deprecated strstream usage with boost::iostream::array_sourceRye Cogtail
2024-09-30Merge pull request #2733 from RyeMutt/rye/linuxRye Mutt
2024-09-30Merge pull request #2723 from RyeMutt/uniform-cleanupRye Mutt
2024-09-30Revert "viewer#2363 Region Day Offset error with Time of Day"Andrey Kleshchev
2024-09-30Merge branch 'develop' into rlva/baseKitty Barnett
2024-09-30#2410 Combat 2.0 settings not reflected on heart iconAlexander Gavriliuk
2024-09-29Clear redundant pathing codeMnikolenko Productengine
2024-09-29Clean up old linux workaroundsRye Cogtail
2024-09-28Refresh linux featuretable with new options from windowsRye Cogtail
2024-09-28Replace None and Success. Those are X11 defines and thus lead to compile errorsNicky
2024-09-27Merge remote branch 'develop' into maxim/lua-uicallback-invokeNat Goodspeed
2024-09-27Merge pull request #2713 from secondlife/v-2638cosmic-linden
2024-09-27secondlife/viewer#2638: Do clear smaa buffer due to discardCosmic Linden
2024-09-27Clean up LLCallstacks from postSortRye Cogtail
2024-09-27Clean up unused uniforms in bindDeferredShader and move SSAO uniforms to two ...Rye Cogtail
2024-09-27Remove dead llatmosphere codeRye Cogtail
2024-09-27Remove dead LLPostProcess class and related codeRye Cogtail
2024-09-27viewer#2653 fix texture readback not being called and not setting values prop...Andrey Kleshchev
2024-09-27Merge pull request #2714 from secondlife/nat/xcode-16nat-goodspeed
2024-09-27Add UI callback to invoke specified script via menuMnikolenko Productengine
2024-09-27#2711 Remove ALM text from About SLMaxim Nikolenko
2024-09-27#2674 Optimize LLWorld::renderPropertyLines() - use vertexBatchPreTransformed()Alexander Gavriliuk
2024-09-27Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.Nat Goodspeed
2024-09-27Fix lerp issues and eliminate flerp in favor of std::lerp (#2712)Ansariel Hiller
2024-09-26secondlife/viewer#2638: Don't clear big render target if all pixels will be r...Cosmic Linden
2024-09-26Merge remote branch 'develop' into maxim/lua-autopilot-devNat Goodspeed
2024-09-26#2411 Disable LLFontVertexBuffer for HUDAndrey Kleshchev
2024-09-26Merge pull request #2689 from secondlife/rider/server_autopilotRider Linden
2024-09-26#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to the Com...Andrey Lihatskiy
2024-09-26#2411 Allow disabling and enabling LLFontVertexBufferAndrey Kleshchev
2024-09-26Merge remote branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-09-26Rename our lerp() to flerp(); call where MSVC balks at std::lerp().Nat Goodspeed
2024-09-26Reinstate our lerp() function, avoid "math.h" header.Nat Goodspeed