blob: e1651f667b5fe1cb5d75f3311df8195833f485f6 [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>
Rico Schülleraab03f72013-10-21 11:11:36 +020051<li>GL_ARB_texture_mirror_clamp_to_edge.</li>
Kenneth Graunke5eb08352013-10-31 11:10:20 -070052<li>GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, and GL_ARB_transform_feedback_instanced on i965/Gen7 (with appropriate kernel support).</li>
Chris Forbes3785fe22013-11-06 19:35:41 +130053<li>GL_ARB_sample_shading on i965.</li>
Fredrik Höglund23e69ad2013-11-05 19:35:17 +010054<li>GL_ARB_vertex_attrib_binding</li>
Timothy Arceric70e2472013-10-05 19:00:20 +100055<li>GL_KHR_debug</li>
Ian Romanick2937d702013-09-04 11:15:15 -070056</ul>
57
Ian Romanick7efe55c2013-09-04 11:27:09 -070058
59<h2>Bug fixes</h2>
60
61TBD.
62
63<h2>Changes</h2>
64
65TBD.
66
67</div>
68</body>
69</html>