From 66d9cbfe6d051a4793e2baaf52daa1252d66ad61 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 12 Dec 2013 22:58:40 -0800 Subject: [PATCH] docs: Import 9.2.5 release notes, add news item. --- docs/index.html | 5 +- docs/relnotes.html | 1 + docs/relnotes/9.2.5.html | 120 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+), 2 deletions(-) create mode 100644 docs/relnotes/9.2.5.html diff --git a/docs/index.html b/docs/index.html index f0beace6def..e26e9e5b754 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,8 +18,9 @@

December 12, 2013

-Mesa 10.0.1 is released. -This is a bug-fix release. +Mesa 10.0.1 +and Mesa 9.2.5 are released. +These are both bug-fix releases

November 30, 2013

diff --git a/docs/relnotes.html b/docs/relnotes.html index 4ac3f2f4b48..70e5862fac6 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -24,6 +24,7 @@ The release notes summarize what's new or changed in each Mesa release.
  • 10.1 release notes
  • 10.0.1 release notes
  • 10.0 release notes +
  • 9.2.5 release notes
  • 9.2.4 release notes
  • 9.2.3 release notes
  • 9.2.2 release notes diff --git a/docs/relnotes/9.2.5.html b/docs/relnotes/9.2.5.html new file mode 100644 index 00000000000..027e1a40adf --- /dev/null +++ b/docs/relnotes/9.2.5.html @@ -0,0 +1,120 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 9.2.5 Release Notes / (December 12, 2013)

    + +

    +Mesa 9.2.5 is a bug fix release which fixes bugs found since the 9.2.4 release. +

    +

    +Mesa 9.2 implements the OpenGL 3.1 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.1. OpenGL +3.1 is only available if requested at context creation +because GL_ARB_compatibility is not supported. +

    + + +

    MD5 checksums

    +
    +9fb4de29ca1d9cfd03cbdefa123ba336  MesaLib-9.2.5.tar.bz2
    +1146c7c332767174f3de782b88d8e8ca  MesaLib-9.2.5.tar.gz
    +a9a6c46dac7ea26fd272bf14894d95f3  MesaLib-9.2.5.zip
    +
    + + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + +
      + +
    • Bug 62142 - Mesa/demo mipmap_limits upside down with running by SOFTWARE
    • + +
    • Bug 64323 - Severe misrendering in Left 4 Dead 2
    • + +
    • Bug 66213 - Certain Mesa Demos Rendering Inverted (vertically)
    • + +
    • Bug 68838 - GLSL: struct declarations produce a "empty declaration warning" in 9.2
    • + +
    • Bug 69155 - [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory corruption/failures
    • + +
    • Bug 72325 - [swrast] piglit glean fbo regression
    • + +
    • Bug 72327 - [swrast] piglit glean pointSprite regression
    • + +
    + +

    Changes

    + +

    The full set of changes can be viewed by using the following GIT command:

    + +
    +  git log mesa-9.2.4..mesa-9.2.5
    +
    + +

    Chad Versace (2):

    +
      +
    • i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
    • +
    • i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
    • +
    + +

    Chris Forbes (4):

    +
      +
    • i965: Gen4-5: Don't enable hardware alpha test with MRT
    • +
    • i965: Gen4-5: Include alpha func/ref in program key
    • +
    • i965/fs: Gen4-5: Setup discard masks for MRT alpha test
    • +
    • i965/fs: Gen4-5: Implement alpha test in shader for MRT
    • +
    + +

    Chí-Thanh Christopher Nguyễn (1):

    +
      +
    • st/xorg: Handle new DamageUnregister API which has only one argument
    • +
    + +

    Dave Airlie (3):

    +
      +
    • mesa/swrast: fix inverted front buffer rendering with old-school swrast
    • +
    • glx: don't fail out when no configs if we have visuals
    • +
    • swrast: fix readback regression since inversion fix
    • +
    + +

    Ian Romanick (1):

    +
      +
    • glsl: Don't emit empty declaration warning for a struct specifier
    • +
    + +

    Ilia Mirkin (4):

    +
      +
    • nv50: Fix GPU_READING/WRITING bit removal
    • +
    • nouveau: avoid leaking fences while waiting
    • +
    • nv50: wait on the buf's fence before sticking it into pushbuf
    • +
    • nv50: report 15 max inputs for fragment programs
    • +
    + +

    Tom Stellard (2):

    +
      +
    • r300/compiler/tests: Fix segfault
    • +
    • r300/compiler/tests: Fix line length check in test parser
    • +
    + +
    + + -- 2.30.2