mapi: add EXT_external_objects and EXT_external_objects_fd
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 12 Jul 2017 22:45:06 +0000 (18:45 -0400)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 6 Aug 2017 02:42:06 +0000 (12:42 +1000)
commit322ee1b3636a38c22bc65009f13667a9d5f438cf
tree5924dfb4dc6979c96f9a138093bffede3dda61b8
parent293b3e0a3f73ef85b446259dc9422932e0b8ff49
mapi: add EXT_external_objects and EXT_external_objects_fd

Includes implementation stubs.

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
13 files changed:
src/mapi/glapi/gen/EXT_external_objects.xml [new file with mode: 0644]
src/mapi/glapi/gen/EXT_external_objects_fd.xml [new file with mode: 0644]
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/main/bufferobj.c
src/mesa/main/bufferobj.h
src/mesa/main/externalobjects.c [new file with mode: 0644]
src/mesa/main/externalobjects.h [new file with mode: 0644]
src/mesa/main/get.c
src/mesa/main/get.h
src/mesa/main/tests/dispatch_sanity.cpp