summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-06-08 23:12:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-06-08 23:12:58 +0000
commit11ea8cb0a218b582dddd3a14de33f1fda2b86a20 (patch)
tree9c0f4072d7631c5d5f23af2b0e4d6f22802b1869 /docs
parentee7e58e11140e18ebac8dd44f358aa151f1fa880 (diff)
fix glBegin error test
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 38e812b57b6..226a8d98643 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1492,3 +1492,4 @@ Mesa Version History
- glDrawPixels GL_INDEX_OFFSET didn't always work
- fixed convolution memory leak (bug 7077)
- rectangular depth textures didn't work
+ - invalid mode to glBegin didn't generate an error (bug 7142)