From 0784bb01b5e42db7d7241e9baa793f647ef5be52 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 12 May 2015 11:37:42 -0700 Subject: [PATCH] glapi: Mark a couple functions "ignore" for GLX Without this the next patch will try to put these functions in the dispatch table in indirect_init.c. Signed-off-by: Ian Romanick Reviewed-by: Emil Velikov --- src/mapi/glapi/gen/gl_API.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index d1565989c2e..4c23bd9f663 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -6672,7 +6672,7 @@ - + @@ -6738,7 +6738,7 @@ - + -- 2.30.2