| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04-03 | SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3. | Nat Goodspeed | |
| 2022-06-29 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
| # Conflicts: # doc/contributions.txt # indra/newview/llviewercontrol.cpp | |||
| 2022-06-15 | SL-17584 Frame buffer object is now nessesary to run viewer | Andrey Kleshchev | |
| 2022-05-27 | DRTVWR-543 post-merge cleanup | Andrey Lihatskiy | |
| 2022-05-27 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
| # Conflicts: # autobuild.xml # indra/cmake/LLCommon.cmake # indra/llcommon/CMakeLists.txt # indra/llrender/llgl.cpp # indra/newview/llappviewer.cpp # indra/newview/llface.cpp # indra/newview/llflexibleobject.cpp # indra/newview/llvovolume.cpp | |||
| 2022-04-29 | SL-17124 switchContext and loadShaderFile crashes | Andrey Kleshchev | |
| - Do not try initializing shaders if requirements are not met or if window does not exist - Warn user before closing window. Situation is unexpected, there is chance of more issues, like a freeze or a crash on close() - mHasMultitexture is a solid requirement, if it is not present, we won't be able to run | |||
| 2022-04-15 | SL-17035 Reverted a part of previous commit | Andrey Kleshchev | |
| According to davep, the intent of Debug GL is to crash and in this it's doing it's job, but the rest of the fix that makes the state not persist is a good solution. | |||
| 2022-04-14 | SL-17035 Crash at gl_debug_callback | Andrey Kleshchev | |
| RenderDebugGL was avaliable from develop menu, but since it was persistent, caused slowdowns and crashes it could result in users crashing or lagging without knowing the cause. To resolve the issue it was made to last for a single session. | |||
| 2022-02-17 | SL-16815 Remove frame stalls from occlusion queries, bumpmap updates, and ↵ | Dave Parks | |
| querying for available video memory. | |||
| 2022-02-14 | SL-16418 Media texture update stall fix. Make media texture updates use ↵ | Dave Parks | |
| LLImageGL thread to update, fix AMD sync issue on ImageGL thread and install debug callbacks on LLImageGL thread when debug gl enabled. | |||
| 2022-02-03 | SL-16727: Revert change causing llvieweroctree to not render reflections ↵ | Ptolemy | |
| when shadows are set to projectors cause by commit bb379cb8cc | |||
| 2022-01-14 | SL-16606: Add profiler category PIPELINE | Ptolemy | |
| 2021-12-07 | SL-16462 Fix for broken water clip plane during water reflection/refraction ↵ | Runitai Linden | |
| map render. | |||
| 2021-12-06 | SL-16202 Put Multi-threaded GL behind a feature flag and update featuretable ↵ | Dave Parks | |
| (decruftify settings, compatibility pass). | |||
| 2021-12-03 | SL-16436 and SL-16327 Fix for RenderDebugGL test failures and fix for grey ↵ | Dave Parks | |
| textures | |||
| 2021-11-30 | SL-16386 remove references to (const true) LLGLSLShader::sNoFixedFunction | Dave Houlton | |
| 2021-11-22 | SL-13565 disable reflection render pass when all non-void water is occluded | Dave Houlton | |
| 2021-11-12 | SL-15333 Crash in glh_init_extensions | Andrey Kleshchev | |
| 2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
| LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
| 2021-10-26 | SL-16193 Fix for mesh selection outline not rendering correctly (and broken ↵ | Dave Parks | |
| physics shapes display). | |||
| 2021-10-22 | merge | Brad Payne (Vir Linden) | |
| 2021-10-06 | SL-16138 remove checks for now-mandatory capabilities | Dave Houlton | |
| 2021-09-20 | SL-15999 - track --noninteractive state with gNonInteractive flag | Brad Payne (Vir Linden) | |
| 2021-02-01 | DRTVWR-525 fix build error resulting from 6.4.13 merge | Dave Houlton | |
| 2021-02-01 | Merge branch 'master' into DV525-merge-6.4.13 | Dave Houlton | |
| 2020-11-11 | Merge branch 'master' 6.4.12 into DRTVWR-510 | Dave Houlton | |
| 2020-11-11 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
| # Conflicts: # autobuild.xml # indra/llui/llfolderviewmodel.h # indra/newview/lltexturecache.cpp # indra/newview/llviewermenu.h # indra/newview/skins/default/xui/en/menu_wearable_list_item.xml | |||
| 2020-11-10 | SL-14264 - ViewerStats added logging of most gGLManager fields | Brad Payne (Vir Linden) | |
| 2020-10-19 | DRTVWR-510 clean up obsolete downstream-from-mDebugGPU code | Dave Houlton | |
| 2020-10-19 | DRTVWR-510 remove obsolete mDebugGPU variable | Dave Houlton | |
| 2020-10-08 | DRTVWR-510 remove all LL_SOLARIS conditionals | Dave Houlton | |
| 2020-08-18 | Merge branch 'master' 6.4.8 into DRTVWR-510 | Dave Houlton | |
| 2020-08-18 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
| 2020-07-21 | Merge master 6.4.6 into DRTVWR-510 | Dave Houlton | |
| Includes the conversion to VS2017 build tools. | |||
| 2020-07-21 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
| # Conflicts: # autobuild.xml | |||
