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
Age
Commit message (
Expand
)
Author
2026-06-23
Add missing includes
Joshua Vandaƫle
2026-05-03
Replace some [[maybe_unused]] annotations with commented names
Dentomologist
2026-04-28
Merge pull request #13505 from tygyh/Replace-find-with-contains
Dentomologist
2026-04-20
Remove GLX support
Link Mauve
2026-04-20
Replace `find(x) != npos` with `contains(x)` - Core
Dr. Dystopia
2026-04-17
Improve usage of std::move and const references parameters
Martino Fontana
2026-01-25
Merge pull request #14302 from oltolm/opengl_assert
OatmealDome
2026-01-25
Remove unused imports
Martino Fontana
2026-01-24
DX, OGL: fix assert
oltolm
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-11-02
Merge pull request #13975 from iwubcode/shader_includes
JMC47
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-10-13
VideoBackend: Rename GetName to GetConfigName
Dentomologist
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-08-12
Fix bugs related to AbstractStagingTextures that perform an Upload (write to ...
TryTwo
2025-06-07
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...
Jordan Woyak
2025-05-01
Make overriding explicit and remove redundant virtual specifiers on overridin...
Dr. Dystopia
2025-04-14
Use range-based loops - Core VideoBackends
Dr. Dystopia
2025-03-17
Enable anisotropic filtering when the game requests it
Pokechu22
2025-03-15
Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'
JosJuice
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-11-08
Replace 'reinterpret_cast' with 'static_cast'
Dr. Dystopia
2024-10-15
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
JosJuice
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2024-10-10
Modernize `std::set_intersection` with ranges
mitaclaw
2024-10-10
Modernize `std::is_sorted` with ranges
mitaclaw
2024-10-10
Modernize `std::reverse` with ranges
mitaclaw
2024-10-02
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
TellowKrinkle
2024-08-22
Add support for libfmt-11
Alfred Wingate
2024-05-21
Merge pull request #12537 from TellowKrinkle/MTLSubgroup
Admiral H. Curtiss
2024-04-22
port to OpenBSD
Guilherme Janczak
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2024-01-28
VideoCommon: Post to analytics when bug is overridden
TellowKrinkle
2023-12-15
VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...
iwubcode
2023-12-09
VideoCommon: Use std::span for BoundingBox::Write()
Lioncash
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-10-06
VideoBackends / VideoCommon: add new uniform buffer object for custom shader ...
iwubcode
2023-07-21
VideoBackends: add support for cube maps for OGL, Vulkan, and D3D
iwubcode
2023-06-28
VideoBackends: support multiple compute images for some backends (D3D, OGL, V...
iwubcode
2023-06-09
Merge pull request #11699 from Pokechu22/gl-check-maximum-samples
Admiral H. Curtiss
2023-06-09
Merge pull request #11859 from iwubcode/backend-multi-output
Admiral H. Curtiss
2023-06-08
OpenGL: Check the list of supported AA modes instead of hardcoding
Pokechu22
2023-06-08
VideoCommon: Pass WindowSystemInfo to InitBackendInfo
Pokechu22
2023-06-08
Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)
Filoppi
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-04-23
Merge pull request #11628 from Pokechu22/gles-32-only-multisample
Admiral H. Curtiss
2023-04-18
Merge pull request #11760 from Minty-Meeo/embracing-nullptr
Admiral H. Curtiss
2023-04-15
Embrace nullptr over NULL and 0
get
[next]