From b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a Mon Sep 17 00:00:00 2001 From: Tapani Pälli Date: Mon, 16 Feb 2015 14:15:36 +0200 Subject: glapi: add GL_ARB_program_interface_query skeleton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Matt Turner Reviewed-by: Martin Peres --- src/mesa/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/Makefile.sources') diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index cc166ce9345..1293d4135b9 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 \ -- cgit v1.2.3