diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-06-08 23:12:58 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-06-08 23:12:58 +0000 |
commit | 11ea8cb0a218b582dddd3a14de33f1fda2b86a20 (patch) | |
tree | 9c0f4072d7631c5d5f23af2b0e4d6f22802b1869 /docs/VERSIONS | |
parent | ee7e58e11140e18ebac8dd44f358aa151f1fa880 (diff) |
fix glBegin error test
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 38e812b57b..226a8d9864 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) |