From 31d4ba8a934c9442df5b78682c664ddfdc79fd97 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Oct 2007 09:40:20 -0600 Subject: [PATCH] glDrawArrays(count=0) bugfix --- docs/relnotes-7.0.2.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index 9d701ea85d2..b8dacb66bac 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -48,6 +48,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • Fixed Blender crash bug (12164)
  • Fixed some issues preventing cross-compiling
  • Fixed up broken GL_ATI_separate_stencil extension +
  • glDrawArrays(count=0) led to a crash