summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-09-26 15:24:51 -0700
committerPaul Berry <stereotype441@gmail.com>2013-09-26 15:25:21 -0700
commit1a9c425abb53df414719825284e8259333afc7eb (patch)
tree6ce4b1509ebd32570ec7b6a002394a7e83a7a835
parent765260424ed96e187d0be37dc88a136546ab595d (diff)
Remove XFBVaryingBadProg task
This was a mistake in the spec--the error condition was removed in 3.2 and re-introduced in 4.4. So we don't have to do anything.
-rw-r--r--gl32.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/gl32.xml b/gl32.xml
index 0771025..dfc97e8 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -17,11 +17,6 @@
Uniform* commands. (Previously the spec said they may be
modified, however this was likely a typographical error).
</task>
- <task name="XFBVaryingBadProg" specref="GL 3.2 2.11.6" piglit="no">
- TransformFeedbackVaryings() no longer generates INVALID_VALUE if
- "program" is not the name of a program object (presumably an
- oversight).
- </task>
<task name="NoRestartVertexID" specref="GL 3.2 2.8.1">
Though is not explicitly stated, it appears that primitive restart
should *not* restart the gl_VertexID index.