diff options
author | Paul Berry <stereotype441@gmail.com> | 2013-09-26 15:24:51 -0700 |
---|---|---|
committer | Paul Berry <stereotype441@gmail.com> | 2013-09-26 15:25:21 -0700 |
commit | 1a9c425abb53df414719825284e8259333afc7eb (patch) | |
tree | 6ce4b1509ebd32570ec7b6a002394a7e83a7a835 | |
parent | 765260424ed96e187d0be37dc88a136546ab595d (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.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |