From 9f1149876f2d010c871751a53d02d4d2b6aef1fe Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 12 Oct 2014 19:06:25 +0100 Subject: Add release notes for the 10.2.9 release Signed-off-by: Emil Velikov --- docs/relnotes/10.2.9.html | 99 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 docs/relnotes/10.2.9.html diff --git a/docs/relnotes/10.2.9.html b/docs/relnotes/10.2.9.html new file mode 100644 index 00000000000..85f2f7189e0 --- /dev/null +++ b/docs/relnotes/10.2.9.html @@ -0,0 +1,99 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.2.9 Release Notes / October 12, 2014

+ +

+Mesa 10.2.9 is a bug fix release which fixes bugs found since the 10.2.8 release. +This is the final planned release for the 10.2 branch. +

+

+Mesa 10.2.9 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 79462 - [NVC0/Codegen] Shader compilation falis in spill logic
  • + +
  • Bug 83570 - Glyphy demo throws unhandled Integer division by zero exception
  • + +
+ +

Changes

+

Andreas Pokorny (2):

+
    +
  • egl/drm: expose KHR_image_pixmap extension
  • +
  • i915: Fix black buffers when importing prime fds
  • +
+ +

Emil Velikov (2):

+
    +
  • docs: Add sha256 sums for the 10.2.8 release
  • +
  • Update VERSION to 10.2.9
  • +
+ +

Ilia Mirkin (1):

+
    +
  • nv50/ir: avoid deleting pseudo instructions too early
  • +
+ +

Marek Olšák (3):

+
    +
  • radeonsi: release GS rings at context destruction
  • +
  • radeonsi: properly destroy the GS copy shader and scratch_bo for compute
  • +
  • st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables
  • +
+ +

Roland Scheidegger (1):

+
    +
  • gallivm: fix idiv
  • +
+ +

Thomas Hellstrom (1):

+
    +
  • st/xa: Fix regression in xa_yuv_planar_blit()
  • +
+ +

Tom Stellard (1):

+
    +
  • configure.ac: Compute LLVM_VERSION_PATCH using llvm-config
  • +
+ +

rconde (1):

+
    +
  • gallivm,tgsi: fix idiv by zero crash
  • +
+ +
+ + -- cgit v1.2.1