From 623e68fb1ba75063f6bccfc17048fffb4ef3acf1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 24 Jun 2014 21:30:02 -0700 Subject: docs: Add release notes for 10.2.2 release Which is ready to go. --- docs/relnotes/10.2.2.html | 178 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 docs/relnotes/10.2.2.html diff --git a/docs/relnotes/10.2.2.html b/docs/relnotes/10.2.2.html new file mode 100644 index 00000000000..ebc0b354b5c --- /dev/null +++ b/docs/relnotes/10.2.2.html @@ -0,0 +1,178 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.2.2 Release Notes / June 24, 2014

+ +

+Mesa 10.2.2 is a bug fix release which fixes bugs found since the 10.2.1 release. +

+

+Mesa 10.2.2 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 (8):

+ + +

Carl Worth (1):

+ + +

Daniel Manjarres (1):

+ + +

Emil Velikov (3):

+ + +

Grigori Goronzy (1):

+ + +

Iago Toral Quiroga (1):

+ + +

Ian Romanick (3):

+ + +

Ilia Mirkin (7):

+ + +

Jason Ekstrand (1):

+ + +

José Fonseca (1):

+ + +

Kenneth Graunke (9):

+ + +

Kristian Høgsberg (1):

+ + +

Michel Dänzer (1):

+ + +

Neil Roberts (1):

+ + +

Tom Stellard (2):

+ + +

Ville Syrjälä (1):

+ + + +
+ + -- cgit v1.2.1