dolphin/Source/Core
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
..
AudioCommon Merge pull request #2659 from Armada651/openal-conv 2015-06-27 00:13:02 +02:00
Common Merge pull request #2665 from AdmiralCurtiss/relative-memory-card-paths 2015-07-20 14:09:36 +10:00
Core Merge pull request #2714 from lioncash/clamp 2015-07-20 14:08:00 +10:00
DiscIO Merge pull request #2684 from TraceBullet/master 2015-07-14 10:56:12 +10:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Merge pull request #2689 from RisingFog/patch-1 2015-07-21 11:41:38 +10:00
InputCommon Merge branch 'stable' into 'master' 2015-07-13 12:40:38 +12:00
UICommon Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
VideoBackends Work around devices that choose to only return the default EGL_RENDERABLE_TYPE 2015-07-22 11:11:23 -05:00
VideoCommon Fix FreeBSD build 2015-07-11 23:09:11 -07:00
CMakeLists.txt