glapi: add GL_ARB_program_interface_query skeleton
authorTapani Pälli <tapani.palli@intel.com>
Mon, 16 Feb 2015 12:15:36 +0000 (14:15 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Thu, 16 Apr 2015 04:30:12 +0000 (07:30 +0300)
commitb297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a
treeffbd2fe10fe6b0be37b212bc1d20f79fdb0f87f8
parent993b9b6adbd2c97ccb58b7cbc46382d1ae87b9ab
glapi: add GL_ARB_program_interface_query skeleton

v2: update dispatch_sanity test (Jason Ekstrand)
    + small code cleanups

v3: xml and Makefile fixes (Ilia Mirkin, Matt Turner)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
src/mapi/glapi/gen/ARB_program_interface_query.xml [new file with mode: 0644]
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/main/program_resource.c [new file with mode: 0644]
src/mesa/main/program_resource.h [new file with mode: 0644]
src/mesa/main/tests/dispatch_sanity.cpp