Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | getCursorDelta isn't implemented if using SDL on Win | Erik Kundiman | |
13 days | Make Windows SDL-ready (in case we need to) | Erik Kundiman | |
2025-06-26 | Disable direct input init on Win ARM64 for now | Erik Kundiman | |
This would be for joysticks & spacemouses, which aren't that urgent. This is disabled as it seems to be causing a segmentation fault on Windows ARM64. | |||
2025-06-03 | Exclude Windows from compiling SDL related files | Erik Kundiman | |
2025-06-03 | Re-include GLEXT.cmake, but for Windows only | Erik Kundiman | |
There doesn't seem to be glext.h on Windows, so we'll just use the package from LL for now. | |||
2025-06-03 | Revert "Promote seh_catcher() et al. to llexception.{h,cpp} for general use." | Erik Kundiman | |
This reverts commit 71d777ea126e7f02cb46c11bdb606094ca06f75c. | |||
2025-06-03 | Revert "Fix up llexception.h's cross-platform SEH wrapper." | Erik Kundiman | |
This reverts commit 5ed8df22cd59680a685c4ada7daa5555bf59d4fe. | |||
2025-06-02 | Revert "Stop trying to force OpenGL version on non-macOS" | Erik Kundiman | |
This reverts commit fcdef29504a32ad85ce32c3d95ea8648aa169004. The moment 1 or 2 lines got removed, we lost core profile again. | |||
2025-06-02 | Stop trying to force OpenGL version on non-macOS | Erik Kundiman | |
Turns out my old GPU is detected as complying only to 4.5 when on Linux. The fact that it's been detected as complying to 4.6 on FreeBSD this whole time, is quite ironic. I've only tested that the viewer runs with 4.6 without this on FreeBSD (the implication works), will test Linux distros next. | |||
2025-05-29 | Merge branch '2025.04' | Erik Kundiman | |
2025-05-29 | Fix GL init on Linux/SDL on various combinations of GPU driver | Rye Cogtail | |
2025-05-29 | Clean up more dead X11 code from SDL impl and modernize mouse capture with ↵ | Rye Cogtail | |
SDL_CaptureMouse | |||
2025-05-28 | Clean up old linux workarounds | Rye Cogtail | |
2025-05-28 | Clean up SDL window creation and fix various bugs | Rye Cogtail | |
Add support for Core and Debug GL context creation Fix window position support Fix vsync handling Add minimum GL context support | |||
2025-05-28 | Fix shutdown crash from failing to clean up SDL window properly | Rye Cogtail | |
2025-05-28 | Clean up SDL window event handling and implement missing functionality | Rye Cogtail | |
Horizontal Scrollwheels Proper extra mouse button handling SDL native double click handling | |||
2025-05-28 | Implement various missing functions and callbacks in SDL window backend | Rye Cogtail | |
2025-05-28 | Update SDL clipboard, icon flash, and url opening handlers to use native SDL ↵ | Rye Cogtail | |
functions | |||
2025-05-28 | Fix name of vsync param in LLWindowSDL (#2502) | Ansariel Hiller | |
2025-05-28 | Fix trailing whitespace | Andrey Lihatskiy | |
2025-05-28 | Post merge cleanup of Linux code | Nicky | |
2025-05-22 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
2025-05-13 | Not rely on (LL_)USESYSTEMLIBS macro & CMake setting | Erik Kundiman | |
but the fact that we keep on using as many system libraries as we can (and only resort to other sources in certain cases), hasn't changed, of course. Also stop having to set USE_AUTOBUILD_3P to OFF. Lines are reindented, and when a system library can be found for a dependency, then that should be the way. If later we find out that using some other way is better, than stick to that. So, one option at a time, whichever is best for the situation. GLEXT hasn't been used, and in order to be not having to hack its .cmake file, we bypass it and refer to GLH (which is still used) right away in LLWindow. CMake commands that need to be bypassed, if it's a one-liner then it's just commented out, but if it's multiple lines, then scope them with if (FALSE) to minimise difference. | |||
2025-04-19 | Merge tag 'Second_Life_Release#9a333e65-2025.04' into 2025.04 | Erik Kundiman | |
2025-04-18 | Merge develop into release/2025.04 | Andrey Kleshchev | |
2025-04-09 | Merge tag 'Second_Life_Release#632a8648-2025.03' into 2025.03 | Erik Kundiman | |
2025-04-08 | #3892 Crash at fillCompositionLogfont | Andrey Kleshchev | |
2025-04-05 | #3575 Adjust VRAM budget test a bit | Andrey Kleshchev | |
2025-04-05 | #3575 Clean up obsolete VRAM detectin logic | Andrey Kleshchev | |
2025-04-01 | #3712 CMakeFindFrameworks deprecation | Andrey Kleshchev | |
2025-03-29 | Merge tag 'Second_Life_Release#8eff224c-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-25 | #3795 Fix macos shutdown crash | Andrey Kleshchev | |
2025-03-16 | Performance tweaks related to glError | mobserveur | |
Disabling glGetError() calls in release build | |||
2025-03-05 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-02-18 | Merge commit '0679cbdec89fbd3ec470768bdf469f6a1d326859' into tmp | Erik Kundiman | |
2025-02-13 | Fix xcode16 build errors | Andrey Lihatskiy | |
2025-02-10 | #3332 Issues with text buffer updates | Andrey Kleshchev | |
2025-01-23 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-22 | viewer#3088 Add graphical init and reinit | Andrey Kleshchev | |
2025-01-20 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-11 | #3364 Cap intel adapters' vram to 25% of ram | Andrey Kleshchev | |
2024-12-15 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-12-12 | #2590 Radeon mac optimization pass (#3277) | Dave Parks | |
- Skip updating of reflection probes that are not the default probe when probe coverage is set to "None" - enable RenderAppleUseMultGL and disable occlusion culling on Macs with AMD GPUs - Reduce the number of texture decode threads on Macs with intel cpus. - Move texture deletion to LLImageGL::updateClass and prevent textures from staying resident in vram longer than 3 frames - Disable SSAO by default on Macs with intel CPUs | |||
2024-10-22 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-22 | Revert "First attempt to fix unicode input" | Erik Kundiman | |
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742. | |||
2024-10-22 | Revert "IME composition is now replaced by the result" | Erik Kundiman | |
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be. | |||
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-09-18 | Avoid LL_ERRS when wgl_ARB_pixel_format is not supported (#2606) | Brad Linden | |
secondlife/viewer#2599 | |||
2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller | |
* APR_DECLARE_STATIC and APU_DECLARE_STATIC gets already defined in APR.cmake * Move both _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS definitions to 00-Common.cmake * Always define WIN32_LEAN_AND_MEAN and include subset of Windows API by default * Remove llwin32headerslean.h and remove unnecessary WIN32_LEAN_AND_MEAN definition handling in llwin32headers.h * Clean up includes of Windows API headers * Get rid of workaround to link against IPHLPAPI.lib in lluuid.cpp - this seems to have been an issue in the past that has been fixed | |||
2024-09-12 | Replace glh_linear usage with GLM (#2554) | Rye Mutt | |