From 53ff15fcbfecc76dbda94649e22bcf3112f74b23 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 13 Aug 2007 21:17:04 +0100 Subject: [PATCH] fix blending/banding bug --- 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 02ea434faea..f1fd3d22e9a 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -30,6 +30,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • Added mutex protection around texture object reference counters
  • Added checking/support for additional chips in the i915/i945 family (see 11978) +
  • Fixed a blending/banding issue (bug 11931)