Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-31 | Merge pull request #2983 from secondlife/rye/minor-fixes | Rye | |
Various minor crash and correctness fixes | |||
2024-10-31 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden | |
# Conflicts: # indra/newview/featuretable_linux.txt | |||
2024-10-30 | Fix uninitialized glm::mat4 in LLGL | Rye Cogtail | |
2024-10-28 | viewer#2883 Regenerate font's matrix and depth instead of loading | Andrey Kleshchev | |
to fix issues with nametags and window resizes | |||
2024-10-28 | viewer#2883 Account for DPI changes | Andrey Kleshchev | |
2024-10-23 | Merge branch 'develop' into marchcat/xcode-16 | Nat Goodspeed | |
2024-10-22 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden | |
2024-10-22 | Merge branch 'develop' into marchcat/xcode-16 | Nat Goodspeed | |
2024-10-20 | viewer#2741 Don't reallocate image conversion buffer all the time | Andrey Kleshchev | |
2024-10-15 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden | |
2024-10-11 | secondlife/viewer#1883: (WIP) Alpha paint queue | Cosmic Linden | |
2024-10-10 | Implement the groundwork for wayland support. (#2803) | Nicky Dasmijn | |
During compile time try to detect libwayland-client-dev is installed, - If yes, compile a viewer which can run and start under wayland. libwayland-client is needed to detect if the viewer is hidden/minimized. - if no, disable wayland support and refuse to start the viewer under wayland (xwayland is okay). To not introduce a hard link dependency on libwayland-client.so the object will be loaded dynamically if needed. | |||
2024-10-08 | Merge branch 'develop' into marchcat/xcode-16 | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # indra/llmath/raytrace.cpp | |||
2024-10-05 | viewer#2741 Sligtly better logging for a crash | Andrey Kleshchev | |
2024-10-04 | Fix mac link error using GL 4.3 functions (#2813) | Brad Linden | |
2024-10-04 | Merge pull request #2771 from secondlife/v-2472 | cosmic-linden | |
secondlife/viewer#2472: Debug tools for labeling textures | |||
2024-10-04 | Merge remote branch 'develop' into marchcat/xcode-16 | Nat Goodspeed | |
2024-10-03 | secondlife/viewer#2472: Also don't persist local file enumeration beyond ↵ | Cosmic Linden | |
next session | |||
2024-10-03 | secondlife/viewer#2472: Feedback | Cosmic Linden | |
Disable if not supported for OpenGL version Minimize performance footguns Simplify for clause | |||
2024-10-03 | Fix AMD gpu detection under linux | Rye Cogtail | |
2024-10-02 | secondlife/viewer#2472: Debug tools for labeling textures | Cosmic Linden | |
2024-10-03 | viewer#2709 Fix loose triangle #2 | Andrey Kleshchev | |
2024-10-02 | Merge pull request #2758 from Nicky-D/feature/fontcache | Andrey Lihatskiy | |
Port Fontcache from Firestorm. | |||
2024-10-02 | viewer#2762 Restore LLFontVertexBuffer for HUD | Andrey Kleshchev | |
2024-10-02 | Add another static_cast<long> to make the implicit conversion from size_t > ↵ | Nicky | |
long explicit. | |||
2024-10-02 | Rename namepsace to "ll" | Nicky | |
2024-10-01 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden | |
2024-10-01 | Port 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-01 | Merge branch 'develop' into rye/continued-sdl-cleanup | Rye Mutt | |
2024-10-01 | Remove dead code related to GeForce Mobile GPUs (#2747) | Ansariel Hiller | |
2024-10-01 | Enable GL debug output support for linux | Rye Cogtail | |
2024-09-30 | Merge pull request #2733 from RyeMutt/rye/linux | Rye Mutt | |
SDL and Linux improvements | |||
2024-09-30 | Merge pull request #2723 from RyeMutt/uniform-cleanup | Rye Mutt | |
bindDeferredShader and dead uniform cleanup | |||
2024-09-28 | Fix using nvidia extension to get GL memory under linux | Rye Cogtail | |
2024-09-27 | Merge pull request #2713 from secondlife/v-2638 | cosmic-linden | |
Don't clear big render target if all pixels will be replaced | |||
2024-09-27 | Clean up unused uniforms in bindDeferredShader and move SSAO uniforms to two ↵ | Rye Cogtail | |
shaders that use them | |||
2024-09-27 | Remove dead llatmosphere code | Rye Cogtail | |
2024-09-27 | Remove dead LLPostProcess class and related code | Rye Cogtail | |
2024-09-27 | #2674 Optimize LLWorld::renderPropertyLines() - LLRender class code formatting | Alexander Gavriliuk | |
2024-09-27 | #2674 Optimize LLWorld::renderPropertyLines() - use vertexBatchPreTransformed() | Alexander Gavriliuk | |
2024-09-26 | secondlife/viewer#2638: Don't clear big render target if all pixels will be ↵ | Cosmic Linden | |
replaced | |||
2024-09-26 | viewer#2709 Fix loose triangle | Andrey Kleshchev | |
2024-09-26 | #2411 Allow disabling and enabling LLFontVertexBuffer | Andrey Kleshchev | |
for testing purposes | |||
2024-09-25 | Merge branch 'develop' into marchcat/xcode-16 | Nat Goodspeed | |
2024-09-23 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfeaturemanager.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvoicewebrtc.cpp | |||
2024-09-23 | viewer#2631 Couple small tweaks | Andrey Kleshchev | |
2024-09-19 | Merge branch 'main' into marchcat/b-main-sync | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llviewertexturelist.cpp | |||
2024-09-19 | Merge branch 'develop' into frame-profile-json | Nat Goodspeed | |
2024-09-19 | Reapply commit f4b6563 -- cherry-picking lost parts of it?! | Nat Goodspeed | |
2024-09-19 | Expose LLVector4a in LLRender | Andrey Kleshchev | |
Avoid using a bunch of allocators. Make sure we use LLVector4a's SSE logic instead of LLVector3's. Some minor optimizations. |