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
/
Common
/
GL
Age
Commit message (
Expand
)
Author
2016-05-29
EGL: specify version first
Karol Herbst
2016-05-25
Fix builds when using newest version of NDK
sigmabeta
2016-05-18
GLExtensions: Fix OpenGL ES 3.2 handling.
degasus
2016-03-01
EGL: Also check for higher GL versions.
degasus
2016-02-15
Make sure to get the right function pointer for DSA+buffer_storage
Ryan Houdek
2016-02-15
Disable a few OpenGL 4.5 functions that AMD fails to expose.
Ryan Houdek
2016-02-14
Add support for GL 4.3
Ryan Houdek
2016-02-14
Add support for GL 4.4
Ryan Houdek
2016-02-14
Add support for GL 4.5
Ryan Houdek
2016-02-14
Change GL 4.2 defines over to the proper naming convention.
Ryan Houdek
2016-02-05
Rearrange GLInterface interface generation.
Ryan Houdek
2016-02-05
Fix a few missing includes
Ryan Houdek
2016-01-30
Merge pull request #3572 from Sonicadvance1/egl_support_headless
Ryan Houdek
2016-01-29
Merge pull request #3550 from Sonicadvance1/egl_support_core_profile
Ryan Houdek
2016-01-29
Merge pull request #3546 from Sonicadvance1/egl_shared_context
Ryan Houdek
2016-01-27
Support a headless EGL option.
Ryan Houdek
2016-01-27
Include the EGL defines we need for KHR_create_context ourselves.
Ryan Houdek
2016-01-27
Support the OpenGL core profile in EGL.
Ryan Houdek
2016-01-27
Implement support for GL 4.2 in GLExtensions
Ryan Houdek
2016-01-27
Implement shared contexts in the EGL context.
Ryan Houdek
2016-01-10
Add support to EGL to on the fly destroy the resulting surface
Ryan Houdek
2016-01-09
Fix typo in GLExtensions
Ryan Houdek
2016-01-06
Merge pull request #3428 from Sonicadvance1/proper_glextensions
Ryan Houdek
2016-01-02
GLInterface: Make GLInterfaceMode an enum class
Lioncash
2016-01-02
GLInterfaceBase: In-class initialize protected members
Lioncash
2016-01-02
WGL: Make class member private
Lioncash
2016-01-02
GLInterface: Add missing override specifiers
Lioncash
2016-01-02
Make GLExtensions no longer require slghtly modified GL headers.
Ryan Houdek
2016-01-01
Merge pull request #3336 from Sonicadvance1/improve_glextensions
Ryan Houdek
2015-12-20
VideoBackends: Simplify initialization and deinitialization of resources
Lioncash
2015-12-13
Fix minor memory leak in WGL interface.
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-03
GLExtensions: remove duplicate typedefs
Tillmann Karras
2015-10-19
Merge pull request #3145 from catzilla4/master
Scott Mansell
2015-10-14
VideoSW: Use OpenGL Core context
degasus
2015-10-06
Added some headers to allow Dolphin to compile in my environment.
catzilla4
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-26
Common: Move asserts to their own header
Lioncash
2015-09-22
EGL: Don't depend on VideoCommon or Core
Scott Mansell
2015-09-22
GLX: Don't depend on Core or VideoCommon
Scott Mansell
2015-09-22
AGL: Don't depend on VideoCommon
Scott Mansell
2015-09-22
WGL: Don't depend on Core/VideoCommon
Scott Mansell
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell