dolphin/Source/Core/VideoBackends/OGL/GLInterface
Ryan Houdek c4f0515141 Work around devices that choose to only return the default EGL_RENDERABLE_TYPE
The default EGL_RENDERABLE_TYPE is GLES1, so vendors have the ability to choose between returning only the bits requested, or all of the bits
supported in addition to the one requested.
PowerVR chose to take the route where they only return the bits requested, everyone else returns all of the bits supported.
Instead of letting the vendor have control of this, let's incrementally go through each renderable type and make sure it supports everything we want.
This will cover all devices for now, and for the future.
2015-07-22 11:11:23 -05:00
..
AGL.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AGL.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
EGL.cpp Work around devices that choose to only return the default EGL_RENDERABLE_TYPE 2015-07-22 11:11:23 -05:00
EGL.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
EGLAndroid.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
EGLAndroid.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
EGLX11.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
EGLX11.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
GLInterface.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
GLX.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
GLX.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WGL.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WGL.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11_Util.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11_Util.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00