summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:48:45 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:48:45 -0700
commit04329c893523e31f3bc2a4a6b00da2ce5d206df9 (patch)
tree826859bf0c39017c5c4cce0181644e8448503983
parent45ce42a19e61659fc32160a12c8100f43e50a862 (diff)
gl32: Mark IB42-44 as done.
These items just note the existence of grammar rules. Mesa implements them, and Piglit generally tests this feature.
-rw-r--r--gl32.xml6
1 files 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).
</task>
- <task name="IB42" specref="GLSL 1.50 9">
+ <task name="IB42" specref="GLSL 1.50 9" piglit="done" mesa="done">
New rule for "declaration": type_qualifier IDENTIFIER LEFT_BRACE
struct_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET
RIGHT_BRACKET SEMICOLON
</task>
- <task name="IB43" specref="GLSL 1.50 9">
+ <task name="IB43" specref="GLSL 1.50 9" piglit="done" mesa="done">
New rule for "declaration": type_qualifier IDENTIFIER LEFT_BRACE
struct_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET
constant_expression RIGHT_BRACKET SEMICOLON
</task>
- <task name="IB44" specref="GLSL 1.50 9">
+ <task name="IB44" specref="GLSL 1.50 9" piglit="done" mesa="done">
New rule for "declaration": type_qualifier IDENTIFIER LEFT_BRACE
struct_declaration_list RIGHT_BRACE IDENTIFIER SEMICOLON
</task>