From bf854d8d27bc12d776e370d9f8295eadf138ae87 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 3 Nov 2007 08:45:42 -0600 Subject: [PATCH] SSE codegen fixes --- 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 0d06d30d1dc..f4a97e5c482 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -49,6 +49,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • Fixed some issues preventing cross-compiling
  • Fixed up broken GL_ATI_separate_stencil extension
  • glDrawArrays(count=0) led to a crash +
  • Fix SSE code gen memory leak, possible crash