summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2015-02-16 14:15:36 +0200
committerTapani Pälli <tapani.palli@intel.com>2015-04-16 07:30:12 +0300
commitb297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a (patch)
treeffbd2fe10fe6b0be37b212bc1d20f79fdb0f87f8 /src/mesa/Makefile.sources
parent993b9b6adbd2c97ccb58b7cbc46382d1ae87b9ab (diff)
downloadexternal_mesa3d-b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a.tar.gz
external_mesa3d-b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a.tar.bz2
external_mesa3d-b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a.zip
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>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index cc166ce934..1293d4135b 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -152,6 +152,8 @@ MAIN_FILES = \
main/points.h \
main/polygon.c \
main/polygon.h \
+ main/program_resource.c \
+ main/program_resource.h \
main/querymatrix.c \
main/querymatrix.h \
main/queryobj.c \