From 2b41289691421863970c73745ad6e191da4b32d7 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 1 Mar 2011 13:22:02 -0800 Subject: [PATCH] docs: Clean up bug fixes list All the unnumbered bugs are first. These are followed by numbered bugs sorted by bug number. This is analogous to 8aabb1bc on the 7.10 branch. --- docs/relnotes-7.9.2.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/relnotes-7.9.2.html b/docs/relnotes-7.9.2.html index 567228cb5c6..71ce9d27e66 100644 --- a/docs/relnotes-7.9.2.html +++ b/docs/relnotes-7.9.2.html @@ -48,6 +48,14 @@ with in, out, attribute, and varying.
  • Fix numerous issues handling precision qualifiers in GLSL ES.
  • +
  • Fixed a few GLX protocol encoder bugs (Julien Cristau)
  • + +
  • Assorted Gallium llvmpipe driver bug fixes
  • + +
  • Assorted Mesa/Gallium state tracker bug fixes
  • + +
  • Bug 26795 - gl_FragCoord off by one in Gallium drivers.
  • +
  • Bug 29164 - [GLSL 1.20] invariant variable shouldn't be used before declaration
  • Bug 29823 - GetUniform[if]v busted
  • @@ -82,6 +90,12 @@ with in, out, attribute, and varying.
  • Bug 33316 - uniform array will be allocate one line more and initialize it when it was freed will abort
  • +
  • Bug 33386 - Dubious assembler in read_rgba_span_x86.S
  • + +
  • Bug 33388 - Dubious assembler in xform4.S
  • + +
  • Bug 33433 - Error in x86-64 API dispatch code.
  • +
  • Bug 33507 - [glsl] GLSL preprocessor modulus by zero crash
  • Bug 33508 - [glsl] GLSL compiler modulus by zero crash
  • @@ -100,18 +114,6 @@ 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
  • -