mesa/src/mapi/glapi
Ryan Houdek 13b19aa815 mesa: expose support for GL_EXT_buffer_storage
This extension requires ES 3.1 since it relies on glMemoryBarrier.
For testing purposes I temporarily moved glMemoryBarrier to be an ES 3.0
function.
This has been tested with the piglit in the ML and the Dolphin emulator.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-11-04 00:01:03 -05:00
..
gen mesa: expose support for GL_EXT_buffer_storage 2015-11-04 00:01:03 -05:00
tests mesa: Remove all vestiges of glFramebufferTextureFaceARB 2015-05-15 20:22:23 -07:00
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
glapi.c glapi: rename u_current dispatch table functions 2014-03-06 07:47:12 -07:00
glapi.h mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler() 2015-03-18 09:01:50 -06:00
glapi_dispatch.c glapi: Force frame pointer elimination on Windows. 2015-01-07 19:35:34 +00:00
glapi_entrypoint.c mapi: Adding missing string.h include. 2015-04-23 22:02:07 +01:00
glapi_getproc.c mapi: move some #includes from .h file to .c files 2015-03-18 09:01:50 -06:00
glapi_nop.c mapi: move some #includes from .h file to .c files 2015-03-18 09:01:50 -06:00
glapi_priv.h glapi: Add extern "C" to glapi_priv.h 2015-05-13 15:26:26 -04:00
SConscript mapi: use util/macros.h instead of locally defined macros 2015-03-04 08:33:48 -07:00