From d88fb4050561a62fa824bec59ffedf2a826c2083 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 11 May 2015 20:19:33 +0100 Subject: Add release notes for the 10.5.5 release Signed-off-by: Emil Velikov --- docs/relnotes/10.5.5.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 docs/relnotes/10.5.5.html diff --git a/docs/relnotes/10.5.5.html b/docs/relnotes/10.5.5.html new file mode 100644 index 0000000000..06743cc1e2 --- /dev/null +++ b/docs/relnotes/10.5.5.html @@ -0,0 +1,94 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.5.5 Release Notes / May 11, 2015

+ +

+Mesa 10.5.5 is a bug fix release which fixes bugs found since the 10.5.4 release. +

+

+Mesa 10.5.5 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 88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
  • + +
  • Bug 89455 - [NVC0/Gallium] Unigine Heaven black and white boxes
  • + +
  • Bug 89689 - [Regression] Weston on DRM backend won't start with new version of mesa
  • + +
  • Bug 90130 - gl_PrimitiveId seems to reset at 340
  • + +
+ + +

Changes

+ +

Boyan Ding (1):

+
    +
  • i965: Add XRGB8888 format to intel_screen_make_configs
  • +
+ +

Emil Velikov (3):

+
    +
  • docs: Add sha256 sums for the 10.5.4 release
  • +
  • r300: do not link against libdrm_intel
  • +
  • Update version to 10.5.5
  • +
+ +

Ilia Mirkin (4):

+
    +
  • nvc0/ir: flush denorms to zero in non-compute shaders
  • +
  • gk110/ir: fix set with a register dest to not auto-set the abs flag
  • +
  • nvc0/ir: fix predicated PFETCH emission
  • +
  • nv50/ir: fix asFlow() const helper for OP_JOIN
  • +
+ +

Kenneth Graunke (2):

+
    +
  • i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
  • +
  • i965: Disallow linear blits that are not cacheline aligned.
  • +
+ +

Roland Scheidegger (1):

+
    +
  • draw: fix prim ids when there's no gs
  • +
+ + +
+ + -- cgit v1.2.3