From f75b27a53ed1160962729ac1b5276127169a5780 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Thu, 21 Feb 2013 15:33:18 +0100 Subject: docs: Add 9.0.3 release notes --- docs/relnotes-9.0.3.html | 237 +++++++++++++++++++++++++++++++++++++++++++++++ docs/relnotes.html | 1 + 2 files changed, 238 insertions(+) create mode 100644 docs/relnotes-9.0.3.html diff --git a/docs/relnotes-9.0.3.html b/docs/relnotes-9.0.3.html new file mode 100644 index 0000000000..86fb2ad0a6 --- /dev/null +++ b/docs/relnotes-9.0.3.html @@ -0,0 +1,237 @@ + + + + + Mesa Release Notes + + + + +

Mesa 9.0.3 Release Notes / February 21th, 2013

+ +

+Mesa 9.0.3 is a bug fix release which fixes bugs found since the 9.0.2 release. +

+

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

+
+TBD
+
+ +

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.0.2..mesa-9.0.3
+
+ +

Adam Jackson (1):

+ + +

Andreas Boll (7):

+ + +

Anuj Phogat (1):

+ + +

Brian Paul (29):

+ + +

Chad Versace (1):

+ + +

Eric Anholt (5):

+ + +

Frank Henigman (1):

+ + +

Jerome Glisse (1):

+ + +

Jordan Justen (1):

+ + +

José Fonseca (2):

+ + +

Kenneth Graunke (19):

+ + +

Marek Olšák (3):

+ + +

Matt Turner (3):

+ + +

Michel Dänzer (1):

+ + +

Paul Berry (1):

+ + +

Roland Scheidegger (1):

+ + +

Stefan Dösinger (3):

+ + +

Zack Rusin (2):

+ + + + diff --git a/docs/relnotes.html b/docs/relnotes.html index 2d9b333e2e..9a71933967 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -14,6 +14,7 @@ The release notes summarize what's new or changed in each Mesa release.