summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/OGLConfig.cpp
AgeCommit message (Expand)Author
2024-08-22Add support for libfmt-11Alfred Wingate
2024-01-28VideoCommon: Post to analytics when bug is overriddenTellowKrinkle
2023-11-27OGLConfig: Only use Warn Log if OGL extensions are missingDentomologist
2023-10-25VideoBackends:OGL: Handle when SSBOs are only supported in some shader stagesTellowKrinkle
2023-06-09Merge pull request #11699 from Pokechu22/gl-check-maximum-samplesAdmiral H. Curtiss
2023-06-08OpenGL: Check the list of supported AA modes instead of hardcodingPokechu22
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-04-08OGL: Use GL_OES_texture_storage_multisample_2d_array when supportedPokechu22
2023-04-08OGL: Remove bSupports2DTextureStorageMultisample and bSupports3DTextureStorag...Pokechu22
2023-04-08OGL: Convert SupportedESPointSize to an enum classPokechu22
2023-02-14VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)TellowKrinkle
2023-02-09VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.degasus
2023-01-31Implement AbstractGfx for OpenGLScott Mansell