From: Brian Paul Date: Thu, 8 Jun 2006 23:12:58 +0000 (+0000) Subject: fix glBegin error test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11ea8cb0a218b582dddd3a14de33f1fda2b86a20;p=mesa.git fix glBegin error test --- 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)