From: Carl Worth Date: Sat, 5 Oct 2013 04:56:58 +0000 (-0700) Subject: docs: Add release notes for 9.1.7 release X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30e6501820fbc4833319d1b452c0e3f7b5cdad5d;p=mesa.git docs: Add release notes for 9.1.7 release Including a news item. --- diff --git a/docs/index.html b/docs/index.html index 6470503d426..990b9291562 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,6 +23,12 @@ This is a new development release. See the release notes for more information about the release.

+

+Mesa 9.1.7 is released. +This is a new development release. +See the release notes for more information about the release. +

+

August 27, 2013

Mesa 9.2 is released. diff --git a/docs/relnotes.html b/docs/relnotes.html index 505a4080e75..5929359e0e9 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.

  • 9.3 release notes
  • 9.2.1 release notes
  • 9.2 release notes +
  • 9.1.7 release notes
  • 9.1.6 release notes
  • 9.1.5 release notes
  • 9.1.4 release notes diff --git a/docs/relnotes/9.1.7.html b/docs/relnotes/9.1.7.html new file mode 100644 index 00000000000..85451cc669e --- /dev/null +++ b/docs/relnotes/9.1.7.html @@ -0,0 +1,166 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 9.1.7 Release Notes / October 4, 2013

    + +

    +Mesa 9.1.7 is a bug fix release which fixes bugs found since the 9.1.6 release. +

    +

    +Mesa 9.1 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

    +
    +TBA
    +
    + +

    New features

    +

    None.

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + +
      + +
    • Bug 55503 - Constant vertex attributes broken
    • + +
    • Bug 61635 - glVertexAttribPointer(id, GL_UNSIGNED_BYTE, GL_FALSE,...) does not work
    • + +
    • Bug 65958 - GPU Lockup on Trinity 7500G
    • + +
    • Bug 66292 - [SNB/IVB/HSW Bisected]Ogles3conform GL3Tests_depth24_depth24_basic.test fail
    • + +
    • Bug 67548 - glGetAttribLocation seems to be broken
    • + +
    • Bug 68195 - piglit tests vs-struct-pad and fs-struct-pad both fail
    • + +
    • Bug 68250 - Automatic mipmap generation with texture compression produces borders that fade to black
    • + +
    • Bug 69525 - [GM45, bisected] Piglit tex-shadow2drect fails
    • + +
    + + +

    Changes

    + +

    Alex Deucher (2):

    +
      +
    • r600g: disable GPUVM by default
    • +
    • radeon/winsys: pad IBs to a multiple of 8 DWs
    • +
    + +

    Andreas Boll (2):

    +
      +
    • docs: Fix a typo in the 9.1.6 release notes
    • +
    • mesa: Fix MESA_PATCH version
    • +
    + +

    Anuj Phogat (1):

    +
      +
    • meta: Fix blitting a framebuffer with renderbuffer attachment
    • +
    + +

    Carl Worth (5):

    +
      +
    • docs: Add 9.1.6 release md5sums
    • +
    • Use -Bsymbolic when linking libEGL.so
    • +
    • Update get-pick-list to look specifically for "9.1" in NOTE
    • +
    • cherry-ignore: Ignore last two patches in current get-pick-list output
    • +
    • Bump version to 9.1.7
    • +
    + +

    Chris Forbes (1):

    +
      +
    • i965/fs: Gen4: Zero out extra coordinates when using shadow compare
    • +
    + +

    Emil Velikov (2):

    +
      +
    • nv50: handle pure integer vertex attributes
    • +
    • nouveau: initialise the nouveau_transfer maps
    • +
    + +

    Eric Anholt (1):

    +
      +
    • i965/gen4: Fix fragment program rectangle texture shadow compares.
    • +
    + +

    Ian Romanick (11):

    +
      +
    • mesa: Remove stray debug printfs in attachment completeness code
    • +
    • mesa: Validate the layer selection of an array texture too
    • +
    • mesa/vbo: Fix handling of attribute 0 in non-compatibilty contexts
    • +
    • glsl: Add new overload of program_resource_visitor::visit_field method
    • +
    • glsl: Use alignment of container record for its first field
    • +
    • mesa: Remove all traces of GL_OES_matrix_get
    • +
    • mesa: Don't call driver RenderTexture for really broken textures
    • +
    • mesa: Don't call driver RenderTexture for invalid zoffset
    • +
    • mesa: Generate a renderbuffer wrapper even if the texture has no image
    • +
    • glsl: Move and refine test for unsized arrays in GLSL ES
    • +
    • mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
    • +
    + +

    Ilia Mirkin (2):

    +
      +
    • nv30: U8_USCALED only works for size 4
    • +
    • nv30: remove no-longer-used formats from table
    • +
    + +

    Joakim Sindholt (1):

    +
      +
    • nvc0: fix blitctx memory leak
    • +
    + +

    Johannes Obermayr (1):

    +
      +
    • st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
    • +
    + +

    Kenneth Graunke (1):

    +
      +
    • meta: Set correct viewport and projection in decompress_texture_image.
    • +
    + +

    Maarten Lankhorst (1):

    +
      +
    • nvc0: restore viewport after blit
    • +
    + +

    Rico Schüller (1):

    +
      +
    • glx: Initialize OpenGL version to 1.0
    • +
    + +

    Tiziano Bacocco (1):

    +
      +
    • nvc0/ir: fix use after free in texture barrier insertion pass
    • +
    + +

    Torsten Duwe (1):

    +
      +
    • wayland-egl.pc requires wayland-client.pc.
    • +
    + +
    + +