From 4e8d1c78993ec582a79435db7ce396062616a84d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 19 Sep 2014 18:41:57 +0100 Subject: [PATCH] Add release notes for the 10.2.8 release Signed-off-by: Emil Velikov (cherry picked from commit 1e2b4120f705b8258da8cbc31bdb9fbfcd118603) --- docs/relnotes/10.2.8.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 docs/relnotes/10.2.8.html diff --git a/docs/relnotes/10.2.8.html b/docs/relnotes/10.2.8.html new file mode 100644 index 0000000..b0879d1 --- /dev/null +++ b/docs/relnotes/10.2.8.html @@ -0,0 +1,128 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.2.8 Release Notes / September 19, 2014

+ +

+Mesa 10.2.8 is a bug fix release which fixes bugs found since the 10.2.7 release. +

+

+Mesa 10.2.8 implements the OpenGL 3.3 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.3. OpenGL +3.3 is only available if requested at context creation +because compatibility contexts are not supported. +

+ +

SHA256 checksums

+
+TBD
+
+ +

New features

+

None

+ +

Bug fixes

+ +

This list is likely incomplete.

+ +
    + +
  • Bug 77493 - lp_test_arit fails with llvm >= llvm-3.5svn r206094
  • + +
  • Bug 82539 - vmw_screen_dri.lo In file included from vmw_screen_dri.c:41: vmwgfx_drm.h:32:17: error: drm.h: No such file or directory
  • + +
  • Bug 82882 - [swrast] piglit glsl-fs-uniform-bool-1 regression
  • + +
  • Bug 83432 - r600_query.c:269:r600_emit_query_end: Assertion `ctx->num_pipelinestat_queries > 0' failed [Gallium HUD]
  • + +
  • Bug 83567 - Mesa 10.2.6 does not compile with llvm 3.5
  • + +
  • Bug 83735 - [mesa-10.2.x] broken with llvm-3.5 and old CPUs
  • + +
+ +

Changes

+

Aaron Watry (1):

+
    +
  • gallivm: Fix build after LLVM commit 211259
  • +
+ +

Christoph Bumiller (2):

+
    +
  • nv50/ir/util: fix BitSet issues
  • +
  • nvc0/ir: clarify recursion fix to finding first tex uses
  • +
+ +

Emil Velikov (3):

+
    +
  • docs: Add sha256 sums for the 10.2.7 release
  • +
  • configure: bail out if building svga without libdrm
  • +
  • Update VERSION to 10.2.8
  • +
+ +

Ilia Mirkin (4):

+
    +
  • nv50/ir: avoid array overrun when checking for supported mods
  • +
  • nouveau: only enable the depth test if there actually is a depth buffer
  • +
  • nouveau: only enable stencil func if the visual has stencil bits
  • +
  • nouveau: change internal variables to avoid conflicts with macro args
  • +
+ +

Jonathan Gray (1):

+
    +
  • configure.ac: strip _GNU_SOURCE from llvm-config output
  • +
+ +

José Fonseca (1):

+
    +
  • gallivm: Disable workaround for PR12833 on LLVM 3.2+.
  • +
+ +

Maarten Lankhorst (4):

+
    +
  • nouveau: re-allocate bo's on overflow
  • +
  • nouveau: fix MPEG4 hw decoding
  • +
  • nouveau: rework reference frame handling
  • +
  • nouveau: remove unneeded assert
  • +
+ +

Marek Olšák (3):

+
    +
  • r600g,radeonsi: make sure there's enough CS space before resuming queries
  • +
  • mesa: set UniformBooleanTrue = 1.0f by default
  • +
  • st/mesa: use 1.0f as boolean true on drivers without integer support
  • +
+ +

Richard Sandiford (1):

+
    +
  • gallivm: Fix uses of 2^24
  • +
+ +

Roland Scheidegger (1):

+
    +
  • gallivm: set mcpu when initializing llvm execution engine
  • +
+ +

Thomas Hellstrom (1):

+
    +
  • winsys/svga: Fix incorrect type usage in IOCTL v2
  • +
+ +
+ + -- 2.7.4