fix glBegin error test

This commit is contained in:
Brian Paul
2006-06-08 23:12:58 +00:00
parent ee7e58e111
commit 11ea8cb0a2

View File

@@ -1492,3 +1492,4 @@ Mesa Version History
- glDrawPixels GL_INDEX_OFFSET didn't always work - glDrawPixels GL_INDEX_OFFSET didn't always work
- fixed convolution memory leak (bug 7077) - fixed convolution memory leak (bug 7077)
- rectangular depth textures didn't work - rectangular depth textures didn't work
- invalid mode to glBegin didn't generate an error (bug 7142)