mesa/src/mapi
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
..
es1api mapi: do not mandate bash for es*api/ABI-check 2017-03-10 14:12:47 +00:00
es2api mapi: do not mandate bash for es*api/ABI-check 2017-03-10 14:12:47 +00:00
glapi mesa: drop APPLE_vertex_array_object support 2017-04-26 10:03:06 +10:00
shared-glapi scons: Take indirect gl_and_es_API.xml dependencies in consideration. 2016-08-27 22:59:06 +01:00
.gitignore
Android.mk
entry.c
entry.h
entry_x86-64_tls.h mapi: update the asm code to support x32 2017-01-13 00:59:32 +01:00
entry_x86_tls.h mapi: fix typo in macro name 2016-07-22 10:14:00 -07:00
entry_x86_tsd.h mapi: fix typo in macro name 2016-07-22 10:14:00 -07:00
Makefile.am mapi: automake: include builddir prior to srcdir 2017-01-27 17:56:56 +00:00
Makefile.sources mapi: remove unused mapi.[ch] 2017-02-24 17:37:02 +00:00
mapi_abi.py nir: remove shebang from python scripts 2017-03-10 14:12:47 +00:00
mapi_glapi.c
mapi_tmp.h
stub.c
stub.h
table.c
table.h
u_current.c
u_current.h
u_execmem.c
u_execmem.h