From: Emil Velikov Date: Thu, 10 Sep 2015 17:45:17 +0000 (+0100) Subject: docs: add release notes for 10.6.7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3c5aeee71e4c00555185e30fd766acb5b8ffd35;p=mesa.git docs: add release notes for 10.6.7 Signed-off-by: Emil Velikov (cherry picked from commit 32efdc87cbf89cfe08ad9571cd756e27c803caa8) --- diff --git a/docs/relnotes/10.6.7.html b/docs/relnotes/10.6.7.html new file mode 100644 index 00000000000..3af0b0ac4a9 --- /dev/null +++ b/docs/relnotes/10.6.7.html @@ -0,0 +1,74 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.6.7 Release Notes / September 10, 2015

+ +

+Mesa 10.6.7 is a bug fix release which fixes bugs found since the 10.6.6 release. +

+

+Mesa 10.6.7 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 90751 - [BDW Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8 fails
  • + +
+ + +

Changes

+ +

Dave Airlie (1):

+
    +
  • mesa/teximage: use correct extension for accept stencil texture.
  • +
+ +

Emil Velikov (3):

+
    +
  • docs: add sha256 checksums for 10.6.6
  • +
  • Revert "i965: Momentarily pretend to support ARB_texture_stencil8 for blits."
  • +
  • Update version to 10.6.7
  • +
+ +

Kenneth Graunke (1):

+
    +
  • glsl: Handle attribute aliasing in attribute storage limit check.
  • +
+ + +
+ +