dolphin/Source/Core/VideoBackends/OGL/GLExtensions
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
..
ARB_blend_func_extended.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_buffer_storage.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_debug_output.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_draw_elements_base_vertex.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_ES2_compatibility.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_framebuffer_object.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_get_program_binary.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_map_buffer_range.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_sample_shading.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_sampler_objects.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_sync.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_texture_multisample.h ogl: add ARB_texture_multisample 2014-05-19 09:21:44 +02:00
ARB_uniform_buffer_object.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_vertex_array_object.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARB_viewport_array.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_1_1.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_1_2.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_1_3.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_1_4.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_1_5.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_2_0.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_3_0.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_3_1.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_3_2.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
gl_common.h [GLExt-Cleanup] This cleans up some extra bits unneeded in the extension headers 2014-01-23 07:11:13 -06:00
GLExtensions.cpp Adds support for OpenGL ES draw_elements_base_vertex. 2014-11-21 18:57:32 -06:00
GLExtensions.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
KHR_debug.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NV_primitive_restart.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00