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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2026-06-14
Remove unused headers
Sintendo
2024-04-22
port to OpenBSD
Guilherme Janczak
2023-01-31
Implement AbstractGfx for OpenGL
Scott Mansell
2022-05-22
cmake: Don't use PCH with Qt6.
Admiral H. Curtiss
2021-01-27
normalize common filenames in VideoBackends/OGL
Shawn Hoffman
2019-05-31
VideoOGL/CMakeLists: Specify headers in target sources
Lioncash
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-01-25
Remove old RasterFont classes
Stenzek
2018-05-20
Remove SOIL altogether from the project.
Emmanuel Gil Peyrot
2018-04-02
OGL/CMakeLists: Migrate off add_dolphin_library
Lioncash
2018-02-22
VideoBackends: Add AbstractShader and AbstractPipeline classes
Stenzek
2018-02-05
Do not link to libusbhid on FreeBSD/NetBSD
Greg V
2017-06-13
Video Backends: Split texture cache code out into separate files, introduce '...
iwubcode
2017-03-01
CMakeLists: Normalize whitespace
Lioncash
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell
2015-06-13
Fix FreeBSD build
Jeffrey Pfau
2015-01-03
CMake: simplify some expressions
Tillmann Karras
2014-11-24
VideoOGL: Move X11 wxWidgets utilities to DolphinWX
Lioncash
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-11-02
Merge pull request #1467 from waddlesplash/dolphin-qt
comex
2014-11-02
Move GLInterface to the OGL VideoBackend's directory.
Augustin Cavalier
2014-11-01
VideoCommon/VideoBackends: Remove unnecessary wxWidgets references.
Lioncash
2014-01-19
Stop building GLExtensions.cpp twice(One in GL, one in software). We don't ne...
Ryan Houdek
2014-01-17
[GLExtensions] Make sure to link against libdl since we use it to grab GL fun...
Ryan Houdek
2014-01-17
[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...
Ryan Houdek
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre
2013-12-11
Remove all instances of OpenCL in the Dolphin Project. A brief history of Ope...
Ryan Houdek
2013-10-17
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...
comex
2013-10-12
D3D: also uses VideoCommon constant buffer handling
degasus
2013-10-07
Put Plugins/ in Core/, rename to VideoBackends
Jasper St. Pierre