dolphin/Source/Core
Ryan Houdek 2fdeefb65b Adds support for OpenGL ES draw_elements_base_vertex.
This is the same extension that we all know and love but under a different name with some different requirements.
In regular OpenGL fashion, you can't just move a desktop OpenGL extension to OpenGL ES without ratifying a new extension, which is why this falls
under a EXT extension, which in turn causes it to have suffixes attached to their function names.

This is the first step in our way towards conquering all mobile GPUs that don't support desktop OpenGL, hopefully we also can add support for
buffer_storage to OpenGL ES as well so we can make full use of this extension.
2014-11-21 18:57:32 -06:00
..
AudioCommon Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
Common Adds MCR/MRC to the ARMv7 emitter. 2014-11-16 09:29:27 +00:00
Core Merge pull request #1579 from Sonicadvance1/armv7-fastmem-rewrite 2014-11-21 14:54:05 -06:00
DiscIO Removed SDK flag 2014-11-18 19:44:17 -05:00
DolphinQt Merge pull request #1576 from comex/osx-qt-build-fixes 2014-11-20 12:11:43 -05:00
DolphinWX Merge pull request #1281 from Stevoisiak/RenameEuRGB60 2014-11-21 19:09:42 +13:00
InputCommon Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Adds support for OpenGL ES draw_elements_base_vertex. 2014-11-21 18:57:32 -06:00
VideoCommon Merge pull request #1534 from FioraAeterna/fixd3dtex1x1 2014-11-21 19:12:58 +13:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00