From d7fc06ac528d54e0e1416cb8aa89b6fd072400a5 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 31 Aug 2012 15:18:29 +0200 Subject: randrproto xwininfo fontconfig libxcb mesa xkeyboard-config pixman xserver git update 31 Aug 2012 --- mesalib/docs/relnotes-9.0.html | 77 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 mesalib/docs/relnotes-9.0.html (limited to 'mesalib/docs/relnotes-9.0.html') diff --git a/mesalib/docs/relnotes-9.0.html b/mesalib/docs/relnotes-9.0.html new file mode 100644 index 000000000..164c8e91d --- /dev/null +++ b/mesalib/docs/relnotes-9.0.html @@ -0,0 +1,77 @@ + + + + + Mesa Release Notes + + + + +

Mesa 9.0 Release Notes / date TBD

+ +

+Mesa 9.0 is a new development release. +People who are concerned with stability and reliability should stick +with a previous release or wait for Mesa 9.0.1. +

+

+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

+ +

+Note: some of the new features are only available with certain drivers. +

+ + + + +

Bug fixes

+ +

TBD -- This list is likely incomplete.

+ + +

Changes

+ +

+The legacy/static Makefile system (ex: 'make linux-dri') has been removed. +The two supported build methods are now autoconf/automake and SCons. +

+ + + + -- cgit v1.2.3