From 58e02b2a4e2beaed1d173276121bc033063a1988 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 28 Sep 2015 20:45:37 +0100 Subject: [PATCH] docs: add release notes for 11.0.2 Signed-off-by: Emil Velikov (cherry picked from commit 51e0b06d9916e126060c0d218de1aaa4e5a4ce26) --- docs/relnotes/11.0.2.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 docs/relnotes/11.0.2.html diff --git a/docs/relnotes/11.0.2.html b/docs/relnotes/11.0.2.html new file mode 100644 index 0000000..baabf6d --- /dev/null +++ b/docs/relnotes/11.0.2.html @@ -0,0 +1,84 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 11.0.2 Release Notes / September 28, 2015

+ +

+Mesa 11.0.2 is a bug fix release which fixes bugs found since the 11.0.1 release. +

+

+Mesa 11.0.2 implements the OpenGL 4.1 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 4.1. OpenGL +4.1 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 91582 - [bisected] Regression in DEQP gles2.functional.negative_api.texture.texsubimage2d_neg_offset
  • + +
  • Bug 91970 - [BSW regression] dEQP-GLES3.functional.shaders.precision.int.highp_mul_vertex
  • + +
  • Bug 92095 - [Regression, bisected] arb_shader_atomic_counters.compiler.builtins.frag
  • + +
+ + +

Changes

+ +

Eduardo Lima Mitev (3):

+
    +
  • mesa: Fix order of format+type and internal format checks for glTexImageXD ops
  • +
  • mesa: Move _mesa_base_tex_format() from teximage to glformats files
  • +
  • mesa: Use the effective internal format instead for validation
  • +
+ +

Emil Velikov (2):

+
    +
  • docs: add sha256 checksums for 11.0.1
  • +
  • Update version to 11.0.2
  • +
+ +

Kristian Høgsberg Kristensen (1):

+
    +
  • i965: Respect stride and subreg_offset for ATTR registers
  • +
+ +

Matt Turner (1):

+
    +
  • glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.
  • +
+ + +
+ + -- 2.7.4