From 7182a1fc5ea49dffb7678f6248d5c13a003aca62 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Mon, 10 Sep 2012 08:46:07 +0300 Subject: [PATCH] glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section This should be named GL_POLYGON_OFFSET_BIAS_EXT and listed under the EXT_polygon_offset section. (Solution by Ian Romanick) Signed-off-by: Imre Deak Reviewed-by: Brian Paul Reviewed-by: Oliver McFadden --- src/mapi/glapi/gen/gl_API.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 751a18f5df6..f83a7a71836 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2981,7 +2981,6 @@ - @@ -8089,6 +8088,8 @@ + + -- 2.30.2