summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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. ↵Brad Linden
(#2760) fix secondlife/viewer#2756
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 ↵Kitty Barnett
fix Linux build)
2024-10-01Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
2024-10-01Port Fontcache from Firestorm. The cache will make sure a font only gets ↵Nicky
loaded once in memory and then reused, saving a lot of unecessary I/O and memory.
2024-10-01Merge pull request #2751 from RyeMutt/rye/continued-sdl-cleanupRye Mutt
Clean up SDL input capture and various small linux fixes
2024-10-01Merge branch 'develop' into rye/continued-sdl-cleanupRye Mutt
2024-10-01Merge pull request #2750 from RyeMutt/rye/linuxwarnRye Mutt
Repair linux warning flags and fix test builds
2024-10-01Remove dead code related to GeForce Mobile GPUs (#2747)Ansariel Hiller
2024-10-01#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to the ↵Andrey Lihatskiy
Communicate menu (#2707)
2024-10-01Enable GL debug output support for linuxRye Cogtail
2024-10-01Clean up more dead X11 code from SDL impl and modernize mouse capture with ↵Rye Cogtail
SDL_CaptureMouse
2024-10-01Fix display of CEF version in about floater on linuxRye Cogtail
2024-10-01Clean up and fix warning flags not applying correctly on linuxRye Cogtail
2024-09-30Fix or workaround test build failures on linuxRye Cogtail
2024-09-30Fix -Wpessimizing-move warning in makeClassicCallbackRye 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-10-01Linux: Remove APR from Linux-Symbolgrabber (#2743)Nicky Dasmijn
dlopen and dlsym are well suited for and let us avoid the need to deal with the pecularities of APR.
2024-09-30Merge pull request #2733 from RyeMutt/rye/linuxRye Mutt
SDL and Linux improvements
2024-09-30viewer#2735 Fix day cycle not saving valuesAndrey Kleshchev
2024-09-30Merge pull request #2723 from RyeMutt/uniform-cleanupRye Mutt
bindDeferredShader and dead uniform cleanup
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-30Merge pull request #1 from Nicky-D/rlva/linuxKitty Barnett
Fix Linux build errors
2024-09-30Merge pull request #2734 from secondlife/nat/llconvert-nopnat-goodspeed
Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`.
2024-09-30#2410 Combat 2.0 settings not reflected on heart iconAlexander Gavriliuk
2024-09-30Merge pull request #2722 from secondlife/maxim/lua-uicallback-invokeMaxim Nikolenko
Add UI callback to invoke specified script via menu
2024-09-29Zap trailing spaces.Nat Goodspeed
2024-09-29Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`.Nat Goodspeed
2024-09-29Clear redundant pathing codeMnikolenko Productengine
2024-09-29Clean up old linux workaroundsRye Cogtail
2024-09-29Clean up SDL window creation and fix various bugsRye Cogtail
Add support for Core and Debug GL context creation Fix window position support Fix vsync handling Add minimum GL context support
2024-09-29Fix shutdown crash from failing to clean up SDL window properlyRye Cogtail
2024-09-29Clean up SDL window event handling and implement missing functionaiotyRye Cogtail
Horizontal Scrollwheels Proper extra mouse button handling SDL native double click handling
2024-09-29Implement various missing functions and callbacks in SDL window backendRye Cogtail
2024-09-28Update SDL clipboard, icon flash, and url opening handlers to use native SDL ↵Rye Cogtail
functions
2024-09-28Refresh linux featuretable with new options from windowsRye Cogtail
2024-09-28Fix using nvidia extension to get GL memory under linuxRye Cogtail
2024-09-28Merge pull request #2725 from RyeMutt/openal-crashRye Mutt
Fix shutdown crash from OpenAL failing to release a buffer
2024-09-29Linux/GCC 13 build fix for template specialization of ↵Nicky Dasmijn
pasteTextWithLinebreaks (#2729) GCC 13 did not like having a template<> inside the class body at all. Thus turn the specialization of pasteTextWithLinebreaks into a class methode pasteTextWithLinebreaksImpl.
2024-09-28Replace None and Success. Those are X11 defines and thus lead to compile errorsNicky
when compiling a Linux viewer.
2024-09-27Merge remote branch 'develop' into maxim/lua-uicallback-invokeNat Goodspeed
2024-09-27Merge pull request #2713 from secondlife/v-2638cosmic-linden
Don't clear big render target if all pixels will be replaced
2024-09-27secondlife/viewer#2638: Do clear smaa buffer due to discardCosmic Linden
2024-09-27Merge pull request #2724 from RyeMutt/deadpostprocessRye Mutt
Remove dead LLPostProcess class and related code