From 5f41cae633af3603ab369c139bfe2de6bbcc6369 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 24 Jun 2014 21:17:37 -0700 Subject: docs: Add release notes for the 10.1.6 release. --- docs/relnotes/10.1.6.html | 135 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 docs/relnotes/10.1.6.html diff --git a/docs/relnotes/10.1.6.html b/docs/relnotes/10.1.6.html new file mode 100644 index 00000000000..fe174ede564 --- /dev/null +++ b/docs/relnotes/10.1.6.html @@ -0,0 +1,135 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.1.6 Release Notes / (June 24, 2014)

+ +

+Mesa 10.1.6 is a bug fix release which fixes bugs found since the 10.1.5 release. +

+ +

+Mesa 10.1.6 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

+
+
+ +

New features

+

None

+ +

Bug fixes

+ +

This list is likely incomplete.

+ + + +

Changes

+ +

Adrian Negreanu (7):

+ + +

Beren Minor (1):

+ + +

Carl Worth (3):

+ + +

Daniel Manjarres (1):

+ + +

Emil Velikov (1):

+ + +

Iago Toral Quiroga (1):

+ + +

José Fonseca (3):

+ + +

Kristian Høgsberg (1):

+ + +

Michel Dänzer (1):

+ + +

Neil Roberts (1):

+ + +

Roland Scheidegger (1):

+ + +

Tobias Klausmann (1):

+ + +

Tom Stellard (2):

+ + +
+ + -- cgit v1.2.3