mesa/src/mapi/glapi
Timothy Arceri 7927d0378f mesa: drop APPLE_vertex_array_object support
Shared context support for VAOs was dropped in 0b2750620b.

From the ARB_vertex_array_object spec:

   "This extension differs from GL_APPLE_vertex_array_object
   in that client memory cannot be accessed through a
   non-zero vertex array object.  It also differs in that
   vertex array objects are explicitly not sharable between
   contexts."

Nobody should be using this extension over
ARB_vertex_array_object anymore so just drop it rather than
adding locking back just for VAOs created from these
functions.

For reference the Nvidia blob doesn't expose this extension.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-04-26 10:03:06 +10:00
..
gen mesa: drop APPLE_vertex_array_object support 2017-04-26 10:03:06 +10:00
registry mesa: add GL_ARB_shader_ballot boilerplate 2017-04-05 15:25:40 +02:00
tests mesa: drop APPLE_vertex_array_object support 2017-04-26 10:03:06 +10: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 direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") 2016-09-15 13:14:43 +01: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/glapi: remove unused _glapi_check_table() 2016-10-06 15:03:46 +01: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 mapi/glapi: remove unused _glapi_check_table() 2016-10-06 15:03:46 +01:00
SConscript scons: Whenever possible decide what to do based on platform and not compiler. 2016-04-26 17:17:00 +01:00