blob: 0b25f49b59808d5aa67572f3ad19a3acf08b3c1d [file] [log] [blame]
Ian Romanick7efe55c2013-09-04 11:27:09 -07001<!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
Paul Berry975c6ce2013-10-10 20:16:56 -070017<h1>Mesa 10.0 Release Notes / TBD</h1>
Ian Romanick7efe55c2013-09-04 11:27:09 -070018
19<p>
Paul Berry975c6ce2013-10-10 20:16:56 -070020Mesa 10.0 is a new development release.
Ian Romanick7efe55c2013-09-04 11:27:09 -070021People who are concerned with stability and reliability should stick
Paul Berry975c6ce2013-10-10 20:16:56 -070022with a previous release or wait for Mesa 10.0.1.
Ian Romanick7efe55c2013-09-04 11:27:09 -070023</p>
24<p>
Kenneth Graunke653cc002013-10-17 23:21:24 -070025Mesa 10.0 implements the OpenGL 3.3 API, but the version reported by
Ian Romanick7efe55c2013-09-04 11:27:09 -070026glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
Kenneth Graunke653cc002013-10-17 23:21:24 -070028Some drivers don't support all the features required in OpenGL 3.3. OpenGL
293.3 is <strong>only</strong> available if requested at context creation
Paul Berry975c6ce2013-10-10 20:16:56 -070030because compatibility contexts are not supported.
Ian Romanick7efe55c2013-09-04 11:27:09 -070031</p>
32
33
34<h2>MD5 checksums</h2>
35<pre>
36TBD.
37</pre>
38
39
40<h2>New features</h2>
41
42<p>
43Note: some of the new features are only available with certain drivers.
44</p>
45
Ian Romanick2937d702013-09-04 11:15:15 -070046<ul>
47<li>GL_AMD_seamless_cubemap_per_texture on i965.</li>
Chris Forbesf93a63b2013-10-05 21:45:07 +130048<li>GL_ARB_conservative_depth on i965.</li>
Chris Forbes2beb60c2013-10-05 19:15:15 +130049<li>GL_ARB_texture_gather on i965.</li>
50<li>GL_ARB_texture_query_levels on i965.</li>
Timothy Arceric70e2472013-10-05 19:00:20 +100051<li>GL_KHR_debug</li>
Ian Romanick2937d702013-09-04 11:15:15 -070052</ul>
53
Ian Romanick7efe55c2013-09-04 11:27:09 -070054
55<h2>Bug fixes</h2>
56
57TBD.
58
59<h2>Changes</h2>
60
61TBD.
62
63</div>
64</body>
65</html>