summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
AgeCommit message (Expand)Author
2024-04-20Merge tag '7.1.5-release'Erik Kundiman
2024-03-02Merge tag '7.1.3-release'Erik Kundiman
2024-03-01Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2023-12-13SL-20279 BugSplat Crash #1327171: gl_debug_callback(111)Alexander Gavriliuk
2023-12-05Merge branch 'main' into DRTVWR-489Alexander Gavriliuk
2023-09-11GL_BUFFER_IMMUTABLE_STORAGE_EXT as an alternativeErik Kundiman
2023-09-11Try to use GL_MULTISAMPLE_EXT or don't try at allErik Kundiman
2023-09-11Use more portable GL_TEXTURE_MAX_ANISOTROPY_EXTErik Kundiman
2023-09-11Preprocess non portable OpenGL 3.2 codeErik Kundiman
2023-09-10Merge branch 'main' into DRTVWR-559Erik Kundiman
2023-09-07Bring back GL_MULTISAMPLE_ARB to macOSErik Kundiman
2023-09-07Revert "Bring back GL funcs & macros that work on macOS"Erik Kundiman
2023-09-07Bring back GL funcs & macros that work on macOSErik Kundiman
2023-09-06Comment out the GL functions redefinitions for allErik Kundiman
2023-09-06Re-exclude FBSD test on Nvidia headersErik Kundiman
2023-09-06GL_EXT_draw's can be used for transform feedbackErik Kundiman
2023-09-06EXT_disjoint_timer_query as alternative to ARB'sErik Kundiman
2023-09-06Khronos debug as an alternative to ARB'sErik Kundiman
2023-09-06Lose the _ARB suffix from many macrosErik Kundiman
2023-09-05Preprocess non portable GL funcs & macrosErik Kundiman
2023-09-05Exclude FBSD from more GL function redefinitionsErik Kundiman
2023-09-05Comment out redefinitions of GL functionsErik Kundiman
2023-08-24Merge tag '6.6.14-release'Erik Kundiman
2023-08-22Can link to libglvnd, no need to set LEGACY prefErik Kundiman
2023-07-19Include FreeBSD macro variable for GL related codeErik Kundiman
2023-07-18Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292)Brad Linden
2023-05-16DRTVWR-559 Decruft deprecated OpenGL flags.RunitaiLinden
2023-04-06SL-19538 Followup -- scrub all possible sources of NaNs, make dynamic exposur...Dave Parks
2023-04-03DRTVWR-489: Fix things up after a messy merge with main because of a gigantic...Callum Prentice
2023-04-03SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3.Nat Goodspeed
2023-01-27SL-19203 et al -- Integrate SSR with reflection probes, tweak probe blending....RunitaiLinden
2023-01-24SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-20SL-18869 Followup -- AMD compatibility pass.Dave Parks
2023-01-20SL-18869 GL 3 compatibility pass and minor decruft.Dave Parks
2023-01-19Optimizations, decruft, and intel compatibility pass (#53)RunitaiLinden
2023-01-09SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy col...Dave Parks
2022-10-21Merge branch 'master' (DRTVWR-548) into DRTVWR-559Andrey Kleshchev
2022-10-11SL-18190 Cleanup -- convert some vec4's to vec3's (as they really are), remov...Dave Parks
2022-09-22SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling r...Dave Parks
2022-09-16SL-18128 Clear out much OpenGL cruft and switch to core profile on AMDDave Parks
2022-09-06SL-17967 - remove some debug/devel codeHoward Stearns
2022-09-02SL-17967 Fix for confounding program and shader objects when fetching logs an...Dave Parks
2022-09-02SL-17967 Purge OpenGL extensions (use core API only)Dave Parks
2022-09-01SL-17967 - _ARB constant removalHoward Stearns
2022-09-01SL-17967 - Git rid of ARB that is in coreHoward Stearns
2022-08-29SL-17967 - demonstrate what features are provided in various profilesHoward Stearns
2022-08-26experiments for turning on opengl core profile on mac for DRTVWR-559Brad Kittenbrink
2022-06-29Merge branch 'master' (DRTVWR-543) into DRTVWR-559Andrey Kleshchev
2022-06-29Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-06-23WIP adding check for existence of ARB_texture_cube_map_array extensionBrad Kittenbrink