From 403edd34dd2082357dd8673ee12ce4a27fb3aa86 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 5 Nov 2007 14:38:12 -0700 Subject: [PATCH] fix mmx code (bug 12614) --- 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 f4a97e5c482..1b9c9f72886 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -50,6 +50,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • Fixed up broken GL_ATI_separate_stencil extension
  • glDrawArrays(count=0) led to a crash
  • Fix SSE code gen memory leak, possible crash +
  • Fixed MMX 565 rgb conversion problem (bug 12614)