From 917c44aa521ffb85dfb2fef48d9d12e2e0ddd6fa Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Feb 2011 18:05:39 -0700 Subject: [PATCH] docs: update 7.9.2 release notes with Brian's cherry-picks --- docs/relnotes-7.10.1.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/relnotes-7.10.1.html b/docs/relnotes-7.10.1.html index 87cfcd515d1..e384cce3cc6 100644 --- a/docs/relnotes-7.10.1.html +++ b/docs/relnotes-7.10.1.html @@ -82,6 +82,19 @@ with in, out, attribute, and varying. +
  • Fixed a few GLX protocol encoder bugs (Julien Cristau)
  • + +
  • Bug 26795 - gl_FragCoord off by one in Gallium drivers.
  • + +
  • Bug 33433 - Error in x86-64 API dispatch code.
  • + +
  • Bug 33386 and Bug 33388 - bad assembly code in vertex transfomration code.
  • + +
  • Assorted Gallium llvmpipe driver bug fixes
  • + +
  • Assorted Mesa/Gallium state tracker bug fixes
  • + +