From 837a2cf72e82235c53d1f15ad731cdc234d2e14f Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 31 Aug 2007 16:35:38 -0600 Subject: [PATCH] fix i965 bugs, x86-64 bugs --- docs/relnotes-7.0.2.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index d06171e90f6..a63060d70ff 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -33,6 +33,8 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • Fixed a blending/banding issue (bug 11931)
  • Fixed a GLU matrix inversion bug (#6748)
  • Fixed problem with large glDrawArrays calls and indirect rendering (bug 12141) +
  • Fixed an assortment of i965 driver bugs +
  • Fixed and x86-64 vertex transformation bug (12216)