From b3e1e62c45f525cdd332073aaa34d8452cb23374 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 19 Nov 2012 10:47:23 +0100 Subject: git update 19 nov 2012 fontconfig: c20ac78b01df3f0919352bba16b5b48b3b5d4d6d libxcb: 76a2166de9c80b35f987fdc3f3a228bafa0de94e mesa: ddb901fbf4489ffcd85d3320f23913eb1d4fbdfe pixman: 44dd746bb68625b2f6be77c3f80292b45defe9d7 xserver: 6a6c3afe71ac82a93d9fd0034dd5bbdcf0eae1ea xkeyboard-config: 709e05c069428236ca2567e784c9971eecc8ca50 --- mesalib/docs/relnotes-9.0.1.html | 167 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 mesalib/docs/relnotes-9.0.1.html (limited to 'mesalib/docs/relnotes-9.0.1.html') diff --git a/mesalib/docs/relnotes-9.0.1.html b/mesalib/docs/relnotes-9.0.1.html new file mode 100644 index 000000000..50e8b70fd --- /dev/null +++ b/mesalib/docs/relnotes-9.0.1.html @@ -0,0 +1,167 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 9.0.1 Release Notes / November 16th, 2012

+ +

+Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 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

+
+97d6554c05ea7449398afe3a0ede7018  MesaLib-9.0.1.tar.bz2
+fd0fd5a6e56bc3dd210c80e42baef975  MesaLib-9.0.1.tar.gz
+c2683d957acd530a00f747f50317186f  MesaLib-9.0.1.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-9.0..mesa-9.0.1
+
+ +

Adam Jackson (1):

+ + +

Andreas Boll (7):

+ + +

Brian Paul (2):

+ + +

Fredrik Höglund (1):

+ + +

Ian Romanick (5):

+ + +

Imre Deak (7):

+ + +

Jonas Ådahl (1):

+ + +

Kenneth Graunke (1):

+ + +

Kristian Høgsberg (5):

+ + +

Marcin Slusarz (1):

+ + +

Matt Turner (4):

+ + +

Michel Dänzer (2):

+ + +

Owen W. Taylor (1):

+ + +

Quentin Glidic (1):

+ + +

Tomeu Vizoso (1):

+ + +
+ + -- cgit v1.2.3