blob: be2eacaa4a130d7bd78849b28d3d1ac612043342 [file] [log] [blame]
Emil Velikovc7c0adc2016-07-08 23:45:44 +01001<!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<div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
14<iframe src="../contents.html"></iframe>
15<div class="content">
16
17<h1>Mesa 12.0.1 Release Notes / July 8, 2016</h1>
18
19<h1>Mesa 12.0.1 Release Notes / July 8, 2016</h1>
20
21<p>
22Mesa 12.0.1 is a bug fix release which fixes bugs found since the 12.0.1 release.
23</p>
24<p>
25Mesa 12.0.1 implements the OpenGL 4.3 API, but the version reported by
26glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
28Some drivers don't support all the features required in OpenGL 4.3. OpenGL
294.3 is <strong>only</strong> available if requested at context creation
30because compatibility contexts are not supported.
31</p>
32
33
34<h2>SHA256 checksums</h2>
35<pre>
36TBD.
37</pre>
38
39
40<h2>New features</h2>
41<p>None</p>
42
43
44<h2>Bug fixes</h2>
45
46<ul>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=96864">Bug 96864</a> - Mesa 12.0 radeon build broken</li>
49
50</ul>
51
52
53<h2>Changes</h2>
54
55<p>Emil Velikov (4):</p>
56<ul>
57 <li>docs: add sha256 checksums for 12.0.0</li>
58 <li>radeon: reference the correct cdw/max_dw</li>
59 <li>Update version to 12.0.1</li>
60 <li>docs: add release notes for 12.0.1</li>
61</ul>
62
63
64</div>
65</body>
66</html>