From 4636e87191fddd492ed8c61ba61faf4b2d89b2e4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 12 Dec 2013 22:50:24 -0800 Subject: docs: Add release notes for 9.2.5 --- docs/relnotes/9.2.5.html | 117 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/relnotes/9.2.5.html diff --git a/docs/relnotes/9.2.5.html b/docs/relnotes/9.2.5.html new file mode 100644 index 00000000000..355545f3056 --- /dev/null +++ b/docs/relnotes/9.2.5.html @@ -0,0 +1,117 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 9.2.5 Release Notes / (December 12, 2013)

+ +

+Mesa 9.2.5 is a bug fix release which fixes bugs found since the 9.2.4 release. +

+

+Mesa 9.2 implements the OpenGL 3.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 3.1. OpenGL +3.1 is only available if requested at context creation +because GL_ARB_compatibility is not supported. +

+ + +

MD5 checksums

+
+
+ + +

New features

+

None

+ +

Bug fixes

+ +

This list is likely incomplete.

+ + + +

Changes

+ +

The full set of changes can be viewed by using the following GIT command:

+ +
+  git log mesa-9.2.4..mesa-9.2.5
+
+ +

Chad Versace (2):

+ + +

Chris Forbes (4):

+ + +

Chí-Thanh Christopher Nguyễn (1):

+ + +

Dave Airlie (3):

+ + +

Ian Romanick (1):

+ + +

Ilia Mirkin (4):

+ + +

Tom Stellard (2):

+ + +
+ + -- cgit v1.2.3