From 04329c893523e31f3bc2a4a6b00da2ce5d206df9 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 7 Jun 2013 23:48:45 -0700 Subject: gl32: Mark IB42-44 as done. These items just note the existence of grammar rules. Mesa implements them, and Piglit generally tests this feature. --- gl32.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gl32.xml b/gl32.xml index dde2b76..d2ee1c6 100644 --- a/gl32.xml +++ b/gl32.xml @@ -1216,17 +1216,17 @@ considered to be nested within the gl_PerVertex output interface block (in the compatibility profile only). - + New rule for "declaration": type_qualifier IDENTIFIER LEFT_BRACE struct_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET RIGHT_BRACKET SEMICOLON - + New rule for "declaration": type_qualifier IDENTIFIER LEFT_BRACE struct_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET constant_expression RIGHT_BRACKET SEMICOLON - + New rule for "declaration": type_qualifier IDENTIFIER LEFT_BRACE struct_declaration_list RIGHT_BRACE IDENTIFIER SEMICOLON -- cgit v1.2.3