From 2c8ba760fa7ecb875eafff8afc449c078afdbfc2 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 6 Apr 2011 13:46:20 -0700 Subject: [PATCH] Import 7.10.2 release notes from 7.10 branch --- docs/relnotes-7.10.2.html | 206 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 docs/relnotes-7.10.2.html diff --git a/docs/relnotes-7.10.2.html b/docs/relnotes-7.10.2.html new file mode 100644 index 0000000..55b6794 --- /dev/null +++ b/docs/relnotes-7.10.2.html @@ -0,0 +1,206 @@ + + + +Mesa Release Notes + + + + + + + + +

Mesa 7.10.2 Release Notes / April 6, 2011

+ +

+Mesa 7.10.2 is a bug fix release which fixes bugs found since the 7.10 release. +

+

+Mesa 7.10.2 implements the OpenGL 2.1 API, but the version reported by +glGetString(GL_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 2.1. +

+

+See the Compiling/Installing page for prerequisites +for DRI hardware acceleration. +

+ + +

MD5 checksums

+
+2f9f444265534a2cfd9a99d1a8291089  MesaLib-7.10.2.tar.gz
+f5de82852f1243f42cc004039e10b771  MesaLib-7.10.2.tar.bz2
+47836e37bab6fcafe3ac90c9544ba0e9  MesaLib-7.10.2.zip
+175120325828f313621cc5bc6c504803  MesaGLUT-7.10.2.tar.gz
+8c71d273f5f8d6c5eda4ffc39e0fe03e  MesaGLUT-7.10.2.tar.bz2
+03036c8efe7b791a90fa0f2c41b43f43  MesaGLUT-7.10.2.zip
+
+ + +

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-7.10.1..mesa-7.10.2
+
+ +

Note: Reverted commits and the reverts are not included in this list.

+ +

Alex Deucher (2): +

+ +

Benjamin Franzke (1): +

+ +

Brian Paul (9): +

+ +

Chad Versace (1): +

+ +

Dave Airlie (1): +

+ +

Eric Anholt (2): +

+ +

Fabian Bieler (1): +

+ +

Henri Verbeet (1): +

+ +

Ian Romanick (13): +

+ +

Jerome Glisse (1): +

+ +

José Fonseca (2): +

+ +

Kenneth Graunke (4): +

+ +

Marek Olšák (15): +

+ +

Michel Dänzer (1): +

+ +

Tom Stellard (4): +

+ + + -- 2.7.4