From: Timothy Arceri Date: Mon, 26 Aug 2013 09:36:07 +0000 (+1000) Subject: glapi: Setup autogeneration infrastructure for KHR_debug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9405be4add90b55b078acd91f404ce2914afb405;p=mesa.git glapi: Setup autogeneration infrastructure for KHR_debug Signed-off-by: Timothy Arceri Reviewed-by: Brian Paul --- diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 82b908f43d1..71aa9a7bdb2 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -1107,6 +1107,7 @@ + @@ -8309,7 +8310,153 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/gl_genexec.py b/src/mapi/glapi/gen/gl_genexec.py index e91d4e9ac37..be82f9089e4 100644 --- a/src/mapi/glapi/gen/gl_genexec.py +++ b/src/mapi/glapi/gen/gl_genexec.py @@ -81,6 +81,7 @@ header = """/** #include "main/lines.h" #include "main/matrix.h" #include "main/multisample.h" +#include "main/objectlabel.h" #include "main/pixel.h" #include "main/pixelstore.h" #include "main/points.h"