glDrawArrays(count=0) bugfix

This commit is contained in:
Brian 2007-10-31 09:40:20 -06:00
parent 1a7640958c
commit 31d4ba8a93

View file

@ -48,6 +48,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
<li>Fixed Blender crash bug (12164)
<li>Fixed some issues preventing cross-compiling
<li>Fixed up broken GL_ATI_separate_stencil extension
<li>glDrawArrays(count=0) led to a crash
</ul>