From 7d796a59de79c6fe1b3c2d01ef5ff005100ced28 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 7 Feb 2015 00:17:09 +0000 Subject: [PATCH] Add release notes for the 10.4.4 release Signed-off-by: Emil Velikov (cherry picked from commit 62eb27ac8bbd979796f50e253f6c786d7d791242) --- docs/relnotes/10.4.4.html | 98 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 docs/relnotes/10.4.4.html diff --git a/docs/relnotes/10.4.4.html b/docs/relnotes/10.4.4.html new file mode 100644 index 00000000000..ae4dfd60d3a --- /dev/null +++ b/docs/relnotes/10.4.4.html @@ -0,0 +1,98 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.4.4 Release Notes / February 06, 2015

+ +

+Mesa 10.4.4 is a bug fix release which fixes bugs found since the 10.4.3 release. +

+

+Mesa 10.4.4 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 88662 - unaligned access to gl_dlist_node
  • + +
  • Bug 88930 - [osmesa] osbuffer->textures should be indexed by attachment type
  • + +
+ + +

Changes

+ +

Brian Paul (1):

+
    +
  • mesa: fix display list 8-byte alignment issue
  • +
+ +

Emil Velikov (2):

+
    +
  • docs: Add sha256 sums for the 10.4.3 release
  • +
  • Update version to 10.4.4
  • +
+ +

José Fonseca (1):

+
    +
  • egl: Pass the correct X visual depth to xcb_put_image().
  • +
+ +

Mario Kleiner (1):

+
    +
  • glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
  • +
+ +

Matt Turner (1):

+
    +
  • gallium/util: Don't use __builtin_clrsb in util_last_bit().
  • +
+ +

Niels Ole Salscheider (1):

+
    +
  • configure: Link against all LLVM targets when building clover
  • +
+ +

Park, Jeongmin (1):

+
    +
  • st/osmesa: Fix osbuffer->textures indexing
  • +
+ +

Ville Syrjälä (1):

+
    +
  • i965: Fix max_wm_threads for CHV
  • +
+ + +
+ + -- 2.30.2