Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-29 | Apple GPU Detection and Apple GPU performance optimisations | mobserveur | |
This commit adds a mIsApple member to the gl manager and refines the buffers optimisations for Apple GPU in llvertexbuffer.cpp | |||
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-09 | Remove ARB suffix from macros for more portability | Erik Kundiman | |
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-20 | Merge tag '7.1.5-release' | Erik Kundiman | |
source for viewer 7.1.5.8443591509 | |||
2024-03-02 | Merge tag '7.1.3-release' | Erik Kundiman | |
source for viewer 7.1.3.7878383867 | |||
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2023-12-13 | SL-20279 BugSplat Crash #1327171: gl_debug_callback(111) | Alexander Gavriliuk | |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk | |
2023-09-11 | GL_BUFFER_IMMUTABLE_STORAGE_EXT as an alternative | Erik Kundiman | |
2023-09-11 | Try to use GL_MULTISAMPLE_EXT or don't try at all | Erik Kundiman | |
to use GL_MULTISAMPLE | |||
2023-09-11 | Use more portable GL_TEXTURE_MAX_ANISOTROPY_EXT | Erik Kundiman | |
2023-09-11 | Preprocess non portable OpenGL 3.2 code | Erik Kundiman | |
2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-07 | Bring back GL_MULTISAMPLE_ARB to macOS | Erik Kundiman | |
since it doesn't have GL_MULTISAMPLE_EXT. | |||
2023-09-07 | Revert "Bring back GL funcs & macros that work on macOS" | Erik Kundiman | |
This reverts commit e600f6504cd7edd9d2883ea7dc17c2574b1ff468. | |||
2023-09-07 | Bring back GL funcs & macros that work on macOS | Erik Kundiman | |
2023-09-06 | Comment out the GL functions redefinitions for all | Erik Kundiman | |
2023-09-06 | Re-exclude FBSD test on Nvidia headers | Erik Kundiman | |
to minimise difference from upstream, as it's certain it's not FreeBSD anyway due to the removal of LL_FREEBSD on the containing scope. | |||
2023-09-06 | GL_EXT_draw's can be used for transform feedback | Erik Kundiman | |
2023-09-06 | EXT_disjoint_timer_query as alternative to ARB's | Erik Kundiman | |
2023-09-06 | Khronos debug as an alternative to ARB's | Erik Kundiman | |
2023-09-06 | Lose the _ARB suffix from many macros | Erik Kundiman | |
so the macros can be used on platforms that don't have ARB specs. | |||
2023-09-05 | Preprocess non portable GL funcs & macros | Erik Kundiman | |
so that implementations that don't include a certain GL implementation won't fail trying to compile the code. | |||
2023-09-05 | Exclude FBSD from more GL function redefinitions | Erik Kundiman | |
at the same time revert to less difference from upstream. | |||
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-08-24 | Merge tag '6.6.14-release' | Erik Kundiman | |
source for viewer 6.6.14.581101 | |||
2023-08-22 | Can link to libglvnd, no need to set LEGACY pref | Erik Kundiman | |
2023-07-19 | Include FreeBSD macro variable for GL related code | Erik Kundiman | |
2023-07-18 | Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292) | Brad Linden | |
2023-05-16 | DRTVWR-559 Decruft deprecated OpenGL flags. | RunitaiLinden | |
2023-04-06 | SL-19538 Followup -- scrub all possible sources of NaNs, make dynamic ↵ | Dave Parks | |
exposure controls not persist, limit exposure range, and do a debug gl pass. | |||
2023-04-03 | DRTVWR-489: Fix things up after a messy merge with main because of a ↵ | Callum Prentice | |
gigantic CMake patch. Sadly, my macOS box updated to Xcode14.3 overnight and that caused many warnings/errors with variables being initialized and then used but not in a way that affected anything.. Building on Xcode 14.3 also requires that MACOSX_DEPLOYMENT_TARGET be set to > 10.13. Waiting on a decision about that but checking this in in the meantime. Builds on macOS with appropriate build variables set for MACOSX_DEPLOYMENT_TARGET = 10.14 but not really expecting this to build in TC because (REDACTED). Windows version probably hopelessly broken - switching to that now. | |||
2023-04-03 | SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3. | Nat Goodspeed | |
2023-01-27 | SL-19203 et al -- Integrate SSR with reflection probes, tweak probe ↵ | RunitaiLinden | |
blending. (#63) * SL-19203 WIP -- Integrate SSR with reflection probes. Decruft LLRenderTarget. * SL-19203 WIP -- Re-integrate SSR. Incidental decruft. * SL-19203 WIP -- SSR frame delta correction (still broken for Z) * SL-19203 WIP -- SSR frame delta Z fix * SL-19203 WIP -- Make SSR toggleable again and disable SSR in cube snapshots. * SL-19203 WIP -- Soften sphere probe transitions and fix reflections on void water (make fallback probe a simple terrain+water+sky probe). Remove parallax correction for automatic probes to reduce artifacts. * SL-19203 Tune probe blending. * SL-19203 Cleanup. | |||
2023-01-24 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
2023-01-20 | SL-18869 Followup -- AMD compatibility pass. | Dave Parks | |
2023-01-20 | SL-18869 GL 3 compatibility pass and minor decruft. | Dave Parks | |
2023-01-19 | Optimizations, decruft, and intel compatibility pass (#53) | RunitaiLinden | |
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc | |||
2023-01-09 | SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy ↵ | Dave Parks | |
color/depth instead of glCopyTexSubImage or glBlitFrameBuffer | |||
2022-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-10-11 | SL-18190 Cleanup -- convert some vec4's to vec3's (as they really are), ↵ | Dave Parks | |
remove some unused glsl files. | |||
2022-09-22 | SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling ↵ | Dave Parks | |
reflection probes and anti-aliasing. Get render parity with current release viewer when reflection probes are disabled. | |||
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2022-09-06 | SL-17967 - remove some debug/devel code | Howard Stearns | |
2022-09-02 | SL-17967 Fix for confounding program and shader objects when fetching logs ↵ | Dave Parks | |
and fix for gl errors on AMD windows | |||
2022-09-02 | SL-17967 Purge OpenGL extensions (use core API only) | Dave Parks | |
2022-09-01 | SL-17967 - _ARB constant removal | Howard Stearns | |
2022-09-01 | SL-17967 - Git rid of ARB that is in core | Howard Stearns | |