From ddc976368fef367e464472ebcc2ac4fd89eb9fd8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 26 Jul 2015 14:38:58 +0100 Subject: Add release notes for 10.6.3 Signed-off-by: Emil Velikov --- docs/relnotes/10.6.3.html | 105 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/relnotes/10.6.3.html (limited to 'docs') diff --git a/docs/relnotes/10.6.3.html b/docs/relnotes/10.6.3.html new file mode 100644 index 00000000000..831af4896e9 --- /dev/null +++ b/docs/relnotes/10.6.3.html @@ -0,0 +1,105 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.6.3 Release Notes / July 26, 2015

+ +

+Mesa 10.6.3 is a bug fix release which fixes bugs found since the 10.6.2 release. +

+

+Mesa 10.6.3 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 90728 - dvd playback with vlc and vdpau causes segmentation fault
  • + +
  • Bug 91337 - OSMesaGetProcAdress("OSMesaPixelStore") returns nil
  • + +
+ + +

Changes

+ +

Brian Paul (1):

+
    +
  • osmesa: fix OSMesaPixelsStore typo
  • +
+ +

Chad Versace (1):

+
    +
  • mesa: Fix generation of git_sha1.h.tmp for gitlinks
  • +
+ +

Christian König (2):

+
    +
  • vl: cleanup video buffer private when the decoder is destroyed
  • +
  • st/vdpau: fix mixer size checks
  • +
+ +

Emil Velikov (3):

+
    +
  • docs: Add sha256 checksums for the 10.6.2 release
  • +
  • auxiliary/vl: use the correct screen index
  • +
  • Update version to 10.6.3
  • +
+ +

Francisco Jerez (1):

+
    +
  • i965/gen9: Use custom MOCS entries set up by the kernel.
  • +
+ +

Ilia Mirkin (5):

+
    +
  • nv50, nvc0: enable at least one color RT if alphatest is enabled
  • +
  • nvc0/ir: fix txq on indirect samplers
  • +
  • nvc0/ir: don't worry about sampler in txq handling
  • +
  • gm107/ir: fix indirect txq emission
  • +
  • nv50: fix max level clamping on G80
  • +
+ +

Kenneth Graunke (1):

+
    +
  • program: Allow redundant OPTION ARB_fog_* directives.
  • +
+ +

Rob Clark (1):

+
    +
  • xa: don't leak fences
  • +
+ + +
+ + -- cgit v1.2.3