index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
GL
/
GLExtensions
Age
Commit message (
Expand
)
Author
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2025-03-11
Core/Common: Fix typos
Luz Paz
2023-06-08
OpenGL: Check the list of supported AA modes instead of hardcoding
Pokechu22
2023-06-08
Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)
Filoppi
2023-02-09
VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.
degasus
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
licensing: switch GLExtensions/ to use SPDX tags
Pierre Bourdon
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-23
Common: Migrate logging to fmt
Lioncash
2019-12-29
GLExtensions.cpp: Use arrays of `const char *const` instead of `std::string`.
David Korth
2019-06-17
Common: Add missing header guards
Lioncash
2018-10-20
GLContext: Remove global context pointer
Stenzek
2018-10-20
Refactoring and cleanup of GLInterface (now GLContext)
Stenzek
2018-04-12
Reformat all the things!
spycrab
2017-11-22
VideoBackends: Add AbstractStagingTexture class
Stenzek
2017-08-03
Merge pull request #5827 from JonnyH/WIP/fix-glMultiDrawElementsBaseVertex-in...
Markus Wick
2017-08-01
GLExtensions: Add GL_ARB_texture_compression_bptc
Stenzek
2017-07-25
Fix an incorrect OES suffix on glMultiDrawElementsBaseVertex
Jonathan Hamilton
2017-04-29
GLExtensions: Add GL_EXT_texture_compression_s3tc
Stenzek
2017-04-01
GLExtensions: Seperate GL_ARB_compute_shader from GL 4.3
Stenzek
2017-04-01
GLExtensions: Seperate GL_ARB_shader_image_load_store from GL 4.2
Stenzek
2017-04-01
GLExtensions: Seperate GL_ARB_texture_storage from GL 4.2
Stenzek
2017-03-10
GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0
Michael Maltese
2017-02-24
OGL: Add support for glDepthRangedNV to handle oversized depth ranges.
Jules Blok
2016-06-24
Further fixes to the formatting change. WX sucks.
Pierre Bourdon
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-18
GLExtensions: Fix OpenGL ES 3.2 handling.
degasus
2016-02-15
Make sure to get the right function pointer for DSA+buffer_storage
Ryan Houdek
2016-02-15
Disable a few OpenGL 4.5 functions that AMD fails to expose.
Ryan Houdek
2016-02-14
Add support for GL 4.3
Ryan Houdek
2016-02-14
Add support for GL 4.4
Ryan Houdek
2016-02-14
Add support for GL 4.5
Ryan Houdek
2016-02-14
Change GL 4.2 defines over to the proper naming convention.
Ryan Houdek
2016-01-27
Implement support for GL 4.2 in GLExtensions
Ryan Houdek
2016-01-09
Fix typo in GLExtensions
Ryan Houdek
2016-01-02
Make GLExtensions no longer require slghtly modified GL headers.
Ryan Houdek
2015-12-13
[GLExtensions] Improve the extension loader.
Ryan Houdek
2015-12-13
[GLExtensions] Support ORing of extensions when checking for support.
Ryan Houdek
2015-11-03
GLExtensions: remove duplicate typedefs
Tillmann Karras
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell