mesa: add APPLE_vertex_array_object stubs
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 19 May 2017 02:31:47 +0000 (12:31 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 22 May 2017 04:56:51 +0000 (14:56 +1000)
commit4eb0411ed72cbe13f320b7487c2a333e513becc9
treed0b33833f76df4e9d50541dd13ff5719ea47d1d1
parent3ceae88642ddddf7c44b44df7b5c24ca0c7df878
mesa: add APPLE_vertex_array_object stubs

APPLE_vertex_array_object support was removed in 7927d0378fc7.
However it turns out we can't remove the functions because this
can cause issues when libglapi is used together with DRI
drivers built prior to said commit

Fixes: 7927d0378fc ("mesa: drop APPLE_vertex_array_object support")

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/mapi/glapi/gen/APPLE_vertex_array_object.xml [new file with mode: 0644]
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/tests/check_table.cpp
src/mesa/main/arrayobj.c
src/mesa/main/arrayobj.h
src/mesa/main/tests/dispatch_sanity.cpp