From 2ad9d6237a510ec2acd0d416c34fe6e231460182 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 4 May 2016 14:32:38 -0400 Subject: [PATCH] glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array Otherwise the instances in the extension XML override the core definitions, and we stop knowing their sizes in indirect_size_get.c Reviewed-by: Eric Anholt Signed-off-by: Adam Jackson --- src/mapi/glapi/gen/ARB_viewport_array.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mapi/glapi/gen/ARB_viewport_array.xml b/src/mapi/glapi/gen/ARB_viewport_array.xml index b20cf612cc3..ebd5b99c83e 100644 --- a/src/mapi/glapi/gen/ARB_viewport_array.xml +++ b/src/mapi/glapi/gen/ARB_viewport_array.xml @@ -12,10 +12,18 @@ - - - - + + + + + + + + + + + + -- 2.30.2