summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLExtensions
AgeCommit message (Expand)Author
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-03-11Core/Common: Fix typosLuz Paz
2023-06-08OpenGL: Check the list of supported AA modes instead of hardcodingPokechu22
2023-06-08Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)Filoppi
2023-02-09VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.degasus
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05licensing: switch GLExtensions/ to use SPDX tagsPierre Bourdon
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-23Common: Migrate logging to fmtLioncash
2019-12-29GLExtensions.cpp: Use arrays of `const char *const` instead of `std::string`.David Korth
2019-06-17Common: Add missing header guardsLioncash
2018-10-20GLContext: Remove global context pointerStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-04-12Reformat all the things!spycrab
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-08-03Merge pull request #5827 from JonnyH/WIP/fix-glMultiDrawElementsBaseVertex-in...Markus Wick
2017-08-01GLExtensions: Add GL_ARB_texture_compression_bptcStenzek
2017-07-25Fix an incorrect OES suffix on glMultiDrawElementsBaseVertexJonathan Hamilton
2017-04-29GLExtensions: Add GL_EXT_texture_compression_s3tcStenzek
2017-04-01GLExtensions: Seperate GL_ARB_compute_shader from GL 4.3Stenzek
2017-04-01GLExtensions: Seperate GL_ARB_shader_image_load_store from GL 4.2Stenzek
2017-04-01GLExtensions: Seperate GL_ARB_texture_storage from GL 4.2Stenzek
2017-03-10GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0Michael Maltese
2017-02-24OGL: Add support for glDepthRangedNV to handle oversized depth ranges.Jules Blok
2016-06-24Further fixes to the formatting change. WX sucks.Pierre Bourdon
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-18GLExtensions: Fix OpenGL ES 3.2 handling.degasus
2016-02-15Make sure to get the right function pointer for DSA+buffer_storageRyan Houdek
2016-02-15Disable a few OpenGL 4.5 functions that AMD fails to expose.Ryan Houdek
2016-02-14Add support for GL 4.3Ryan Houdek
2016-02-14Add support for GL 4.4Ryan Houdek
2016-02-14Add support for GL 4.5Ryan Houdek
2016-02-14Change GL 4.2 defines over to the proper naming convention.Ryan Houdek
2016-01-27Implement support for GL 4.2 in GLExtensionsRyan Houdek
2016-01-09Fix typo in GLExtensionsRyan Houdek
2016-01-02Make 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-03GLExtensions: remove duplicate typedefsTillmann Karras
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell