From bfc64b968827aff39477d7dab0203446d03eb459 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 18 Sep 2015 14:55:41 -0400 Subject: [PATCH] mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITION In converting to using the Khronos XML, I found that our XML had these two swapped, and the text spec agreed. Reviewed-by: Ian Romanick --- 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 6243bddd218..ec5d8ac25c0 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -9687,11 +9687,11 @@ - + - + -- 2.30.2