From: Ian Romanick Date: Mon, 5 Dec 2011 23:12:07 +0000 (-0800) Subject: glapi: Remove mention of nonexistent enums X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e089a0e2ee4a0546df73fdf76a40395d6d9ceb52;p=mesa.git glapi: Remove mention of nonexistent enums glext.h doesn't have GL_MIN_PROGRAM_TEXEL_OFFSET_EXT or GL_MAX_PROGRAM_TEXEL_OFFSET_EXT. Using them in the XML causes code to be generated for the xserver that won't compile. Use the names that exist instead. Signed-off-by: Ian Romanick Reviewed-by: Brian Paul Reviewed-by: Adam Jackson --- diff --git a/src/mapi/glapi/gen/EXT_gpu_shader4.xml b/src/mapi/glapi/gen/EXT_gpu_shader4.xml index 7a8944ea3b4..bf2f6a3ed21 100644 --- a/src/mapi/glapi/gen/EXT_gpu_shader4.xml +++ b/src/mapi/glapi/gen/EXT_gpu_shader4.xml @@ -31,10 +31,15 @@ - + + + - +