summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-09-26 15:30:49 -0700
committerPaul Berry <stereotype441@gmail.com>2013-09-26 15:42:10 -0700
commitf360b721f65f8bdcef97338f0698354c62b1e78d (patch)
tree43b9b38814da71f766196fb3c96e8cdf3bd6104f
parent9508a0d96b278a94133fbba3fcc1f1f454346602 (diff)
Mark some tasks as N/A
-rw-r--r--gl32.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/gl32.xml b/gl32.xml
index 6834a39..e12b339 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -21,12 +21,12 @@
Though is not explicitly stated, it appears that primitive restart
should *not* restart the gl_VertexID index.
</task>
- <task name="UndefinedMapRead" specref="GL 3.2 2.8.3">
+ <task name="UndefinedMapRead" specref="GL 3.2 2.9.3" piglit="N/A">
An undetected attempt to read data from a mapped buffer object has
undefined results, and may result in GL interruption or
termination.
</task>
- <task name="SkipDetectingMaps" specref="GL 3.2 2.8.3">
+ <task name="SkipDetectingMaps" specref="GL 3.2 2.9.3" piglit="N/A">
Most, but not all GL commands will detect attempts to read data
from a mapped buffer object. (Previously all commands did so.)
</task>
@@ -195,18 +195,18 @@
</task>
</category>
<category name="texture borders">
- <task name="NoBorders1" specref="GL 3.2 2.11.7" piglit="no">
+ <task name="NoBorders1" specref="GL 3.2 2.11.7" piglit="N/A">
Texture border size ("bs") is replaced with 0 in the texel fetch
equations.
</task>
- <task name="NoBorders2" specref="GL 3.2 3.8.3" piglit="no">
+ <task name="NoBorders2" specref="GL 3.2 3.8.3" piglit="N/A">
Reference to TEXTURE_BORDER is dropped from the list of
requirements in order to guarantee that a call to
CompressedTexSubImage1D, CompressedTexSubImage2D,
CompressedTexSubImage3D will not result in an INVALID_OPERATION
error.
</task>
- <task name="NoBorders3" specref="GL 3.2 3.8.3" piglit="no">
+ <task name="NoBorders3" specref="GL 3.2 3.8.3" piglit="N/A">
Reference to border/TEXTURE_BORDER is dropped from the list of
values which must match in order to guarantee that a call to
CompressedTexImage1D, CompressedTexImage2D, or