dolphin/Source/Core
Jonathan Hamilton 184e4d7b4a Fix an incorrect OES suffix on glMultiDrawElementsBaseVertex
The spec says it should have an EXT not OES suffix, as it's enabled as
an interaction with GL_EXT_multi_draw_arrays.

On some drivers GetProcAddress() returns NULL, which causes the
GLExtensions init to fail

This 'happened' to work if GetProcAddress() doesn't return NULL on missing
functions (as allowed in EGL) - as the function appears to never be called so
this would not have been noticed.

Mesa also (incorrectly?) exports the EXT version, so this would all
happen to work there, but appears to be contrary to the spec.

This invalid prefix even ended up in the upstream khronos registry, the
issue was reported here:
https://github.com/KhronosGroup/OpenGL-Registry/issues/81
2017-07-25 12:52:39 -07:00
..
AudioCommon
Common Fix an incorrect OES suffix on glMultiDrawElementsBaseVertex 2017-07-25 12:52:39 -07:00
Core Handle BT.DINF properly 2017-07-23 15:58:04 +08:00
DiscIO Merge pull request #5795 from JosJuice/gc-region-detection 2017-07-20 14:13:11 +08:00
DolphinNoGUI Merge pull request #5791 from leoetlino/wiimote-indicator 2017-07-22 22:03:25 +08:00
DolphinQt2 Merge pull request #5824 from lioncash/include-guard 2017-07-25 08:23:49 +02:00
DolphinWX Merge pull request #5814 from ligfx/macremovecfbundlelocalizations 2017-07-23 14:48:38 +08:00
InputCommon DolphinWX: fix input bitmaps not working when background input is off 2017-07-12 00:12:07 -07:00
UICommon
VideoBackends D3DBase: Use the swapchain discard mode when possible. 2017-07-10 14:25:28 +02:00
VideoCommon Merge pull request #5726 from mimimi085181/minimal-tmem-cache-emulation 2017-07-11 22:49:19 -07:00
CMakeLists.txt