| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 27 hours | Merge remote-tracking branch 'secondlife/release/26.4' into 26.4 | Erik Kundiman | |
| 2025-11-05 | Add GL constants needed for compatibility with physicsextensions_source package | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-02 | Add support for GLX and EGL to GL extension loader | Rye | |
| Fix dullahan wayland support Fix shader GL_ERROR under GL Core profile in Mesa Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-31 | Rework and modernize GL function/extension initialization for better wayland ↵ | Rye | |
| compatability Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Reintroduce llappearanceutility to viewer tree from archive/develop | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Fix build errors due to opengl headers and various defines | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 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-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
| 2024-08-08 | Fix glext header inclusion on macOS | Erik Kundiman | |
| Somehow it hasn't led to an error on my and observeur's systems. It should have had, really. | |||
| 2024-07-31 | Revert "Remove double macro conditions in GL headers" | Erik Kundiman | |
| This reverts commit 591ecf748a620f7528d498e576271a33df5366ee. Unnecessarily including GLX headers in llglheaders.h would cause a conflict with some Boost 1.81 JSON header on Debian bookworm. | |||
| 2024-07-26 | Remove double macro conditions in GL headers | Erik Kundiman | |
| I just noticed LL_LINUX got its own scope just below LL_MESA. We're minimising difference from upstream Maintenance-B. | |||
| 2024-06-20 | Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b | Erik Kundiman | |
| 2024-06-06 | Change LL_FREEBSD to already existing __FreeBSD__ | Erik Kundiman | |
| So we don't need to have a custom environment -DLL_FREEBSD=1 setting. | |||
| 2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
| source for viewer 7.1.7.8974243247 | |||
| 2024-05-15 | Merge branch 'main' into marchcat/x-b-merge | Andrey Lihatskiy | |
| # Conflicts: # autobuild.xml # indra/cmake/ConfigurePkgConfig.cmake # indra/cmake/ICU4C.cmake # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.h # indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h # indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp # indra/newview/llappviewerlinux_api.h # indra/newview/llappviewerlinux_api_dbus.cpp # indra/newview/llappviewerlinux_api_dbus.h # indra/newview/llfloateremojipicker.cpp # indra/newview/lloutfitslist.cpp | |||
| 2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
| LF, and trim trailing whitespaces as needed | |||
| 2024-04-05 | Linux viewer (ReleaseOS) resurrection (#1099) | Nicky Dasmijn | |
| Co-authored-by: AiraYumi <aira.youme@airanyumi.net> | |||
| 2024-04-01 | linux build fix | AiraYumi | |
| 2023-09-10 | Fixes to get it build again on FreeBSD | Erik Kundiman | |
| and hopefully GNU/Linux too. | |||
| 2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
| 2023-09-07 | Bring back OpenGL >= 3.0 functionalities to macOS | Erik Kundiman | |
| They weren't compiled with the previous commit, and it affected a lot. | |||
| 2023-09-07 | Comment out the GL funcs redefinition for Darwin | Erik Kundiman | |
| 2023-09-05 | Comment out redefinitions of GL functions | Erik Kundiman | |
| which are mostly ARB ones, and instead we define GLEXT prototypes to be true so we still get access to the functions. | |||
| 2023-07-19 | Include FreeBSD macro variable for GL related code | Erik Kundiman | |
| 2022-09-19 | SL-18190 Faster better stronger radiance/irradiance maps | Dave Parks | |
| 2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
| 2022-09-02 | SL-17967 Purge OpenGL extensions (use core API only) | Dave Parks | |
| 2022-09-01 | SL-17967 - Git rid of ARB that is in core | Howard Stearns | |
| 2022-06-23 | fixing DRTVWR-559 glext usage on mac by upgrading to use khronos distributed ↵ | Brad Kittenbrink | |
| glext.h | |||
| 2022-06-05 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky | |
| DRTVWR-543-maint_cmake | |||
| 2022-05-20 | SL-17287 Update Tracy to 0.8.1. Clean up GPU instrumentation. | Dave Parks | |
| 2022-05-16 | SL-17284 Reflection probe tuning and optimization take 1 | Dave Parks | |
| 2022-04-18 | llrender does not need a dependency on sdl. There was some comment out code ↵ | Nicky | |
| which suggests it was needed long ago. | |||
| 2021-09-21 | SL-16027: Only enable Tracy OpengL macros if Tracy is enabled | Ptolemy | |
| 2021-09-21 | SL-16027: Add Tracy OpenGL support | Ptolemy | |
| 2020-10-08 | DRTVWR-510 remove all LL_SOLARIS conditionals | Dave Houlton | |
| 2019-10-16 | SL-12103 More reliable memory detection | andreykproductengine | |
| 2016-11-11 | MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned ↵ | Brad Payne (Vir Linden) | |
| matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage. | |||
| 2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
| 2013-10-08 | merge from viewer-release | Richard Linden | |
| 2013-09-09 | merge with viewer-release | Richard Linden | |
| 2013-09-09 | Merge viewer-release | simon | |
| 2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
| 2013-06-20 | merge with release | Richard Linden | |
| 2013-06-19 | Merge with viewer-release. | Geenz | |
| 2013-06-05 | merge with viewer-release | Richard Linden | |
| 2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
| 2013-05-09 | Merge downstream code and viewer-beta | simon | |
| 2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
