summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL
AgeCommit message (Expand)Author
2016-05-29EGL: specify version firstKarol Herbst
2016-05-25Fix builds when using newest version of NDKsigmabeta
2016-05-18GLExtensions: Fix OpenGL ES 3.2 handling.degasus
2016-03-01EGL: Also check for higher GL versions.degasus
2016-02-15Make sure to get the right function pointer for DSA+buffer_storageRyan Houdek
2016-02-15Disable a few OpenGL 4.5 functions that AMD fails to expose.Ryan Houdek
2016-02-14Add support for GL 4.3Ryan Houdek
2016-02-14Add support for GL 4.4Ryan Houdek
2016-02-14Add support for GL 4.5Ryan Houdek
2016-02-14Change GL 4.2 defines over to the proper naming convention.Ryan Houdek
2016-02-05Rearrange GLInterface interface generation.Ryan Houdek
2016-02-05Fix a few missing includesRyan Houdek
2016-01-30Merge pull request #3572 from Sonicadvance1/egl_support_headlessRyan Houdek
2016-01-29Merge pull request #3550 from Sonicadvance1/egl_support_core_profileRyan Houdek
2016-01-29Merge pull request #3546 from Sonicadvance1/egl_shared_contextRyan Houdek
2016-01-27Support a headless EGL option.Ryan Houdek
2016-01-27Include the EGL defines we need for KHR_create_context ourselves.Ryan Houdek
2016-01-27Support the OpenGL core profile in EGL.Ryan Houdek
2016-01-27Implement support for GL 4.2 in GLExtensionsRyan Houdek
2016-01-27Implement shared contexts in the EGL context.Ryan Houdek
2016-01-10Add support to EGL to on the fly destroy the resulting surfaceRyan Houdek
2016-01-09Fix typo in GLExtensionsRyan Houdek
2016-01-06Merge pull request #3428 from Sonicadvance1/proper_glextensionsRyan Houdek
2016-01-02GLInterface: Make GLInterfaceMode an enum classLioncash
2016-01-02GLInterfaceBase: In-class initialize protected membersLioncash
2016-01-02WGL: Make class member privateLioncash
2016-01-02GLInterface: Add missing override specifiersLioncash
2016-01-02Make GLExtensions no longer require slghtly modified GL headers.Ryan Houdek
2016-01-01Merge pull request #3336 from Sonicadvance1/improve_glextensionsRyan Houdek
2015-12-20VideoBackends: Simplify initialization and deinitialization of resourcesLioncash
2015-12-13Fix 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-03GLExtensions: remove duplicate typedefsTillmann Karras
2015-10-19Merge pull request #3145 from catzilla4/masterScott Mansell
2015-10-14VideoSW: Use OpenGL Core contextdegasus
2015-10-06Added some headers to allow Dolphin to compile in my environment.catzilla4
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-22EGL: Don't depend on VideoCommon or CoreScott Mansell
2015-09-22GLX: Don't depend on Core or VideoCommonScott Mansell
2015-09-22AGL: Don't depend on VideoCommonScott Mansell
2015-09-22WGL: Don't depend on Core/VideoCommonScott Mansell
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell