dolphin/Source/Core/Common/GL
Ryan Houdek b620b26f8f [GLExtensions] Improve the extension loader.
This removes some nonsense in the extension loader where under an ES context we would still pull all function pointers and just continue onward if we
fail to pull one.
Now function pointers are only pulled if the version of GL or ES actually supports that function.
2015-12-13 11:37:07 -06:00
..
GLExtensions [GLExtensions] Improve the extension loader. 2015-12-13 11:37:07 -06:00
GLInterface Added some headers to allow Dolphin to compile in my environment. 2015-10-06 19:09:57 -05:00
GLInterfaceBase.h Move GL interface code out of the OpenGL video backend. 2015-09-22 00:36:45 +12:00
GLUtil.cpp VideoSW: Use OpenGL Core context 2015-10-14 00:13:54 +02:00
GLUtil.h VideoSW: Use OpenGL Core context 2015-10-14 00:13:54 +02:00