relnotes-9.0.1.html revision 129d9d507855b74db0aa3fde70067f9bc59e8052
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="en">
3<head>
4  <meta http-equiv="content-type" content="text/html; charset=utf-8">
5  <title>Mesa Release Notes</title>
6  <link rel="stylesheet" type="text/css" href="mesa.css">
7</head>
8<body>
9
10<h1>Mesa 9.0.1 Release Notes / TBD</h1>
11
12<p>
13Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 release.
14</p>
15<p>
16Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by
17glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
18glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
19Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
203.1 is <strong>only</strong> available if requested at context creation
21because GL_ARB_compatibility is not supported.
22</p>
23
24<h2>MD5 checksums</h2>
25<pre>
26TBD.
27</pre>
28
29<h2>New features</h2>
30<p>None.</p>
31
32<h2>Bug fixes</h2>
33
34<p>This list is likely incomplete.</p>
35
36<ul>
37<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
38
39</ul>
40
41
42<h2>Changes</h2>
43<p>The full set of changes can be viewed by using the following GIT command:</p>
44
45<pre>
46  git log mesa-9.0..
47</pre>
48
49</body>
50</html>
51