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
/
VideoBackends
/
OGL
/
OGLConfig.cpp
Age
Commit message (
Expand
)
Author
2024-08-22
Add support for libfmt-11
Alfred Wingate
2024-01-28
VideoCommon: Post to analytics when bug is overridden
TellowKrinkle
2023-11-27
OGLConfig: Only use Warn Log if OGL extensions are missing
Dentomologist
2023-10-25
VideoBackends:OGL: Handle when SSBOs are only supported in some shader stages
TellowKrinkle
2023-06-09
Merge pull request #11699 from Pokechu22/gl-check-maximum-samples
Admiral H. Curtiss
2023-06-08
OpenGL: Check the list of supported AA modes instead of hardcoding
Pokechu22
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-04-08
OGL: Use GL_OES_texture_storage_multisample_2d_array when supported
Pokechu22
2023-04-08
OGL: Remove bSupports2DTextureStorageMultisample and bSupports3DTextureStorag...
Pokechu22
2023-04-08
OGL: Convert SupportedESPointSize to an enum class
Pokechu22
2023-02-14
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
TellowKrinkle
2023-02-09
VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.
degasus
2023-01-31
Implement AbstractGfx for OpenGL
Scott Mansell