dolphin/Source/Core
Ryan Houdek b4e4a4cef4 Disable OpenGL ES 3.1 on all Qualcomm Adreno devices.
Their new driver that supports GLES3.1 + AEP has issues with it.
At the very least they don't implement all of the geometry shader features fully which causes shader linker issues when we attempt to use them.
I don't have a device so I can't fully test, so until I do I'm going to blanket disable the whole thing.
2015-08-22 09:12:19 -05:00
..
AudioCommon Merge pull request #2854 from Tilka/valgrind 2015-08-15 20:52:12 +02:00
Common x64Emitter: Remove pointer casts from Write{8,16,32,64} functions 2015-08-21 18:09:48 -04:00
Core Merge pull request #2893 from Sonicadvance1/aarch64_memory_base_register 2015-08-22 15:41:57 +02:00
DiscIO Merge pull request #2676 from Stevoisiak/SpellingCorrections 2015-08-15 18:36:56 +02:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX DolphinWX: Finish removing bandaid from 704f787 2015-08-20 22:39:24 -07:00
InputCommon evdev: don't pass null path to the kernel 2015-08-15 12:51:34 +02:00
UICommon UICommon: Fix a leak/bug in Disassembler retrieval 2015-08-04 14:28:32 -04:00
VideoBackends Disable OpenGL ES 3.1 on all Qualcomm Adreno devices. 2015-08-22 09:12:19 -05:00
VideoCommon Disable OpenGL ES 3.1 on all Qualcomm Adreno devices. 2015-08-22 09:12:19 -05:00
CMakeLists.txt