blob: 23249720244f791312866e448baac4b577678760 [file] [log] [blame]
Emil Velikov888cf6e2016-05-30 20:02:12 +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.1.0 Release Notes / TBD</h1>
18
19<p>
20Mesa 12.1.0 is a new development release.
21People who are concerned with stability and reliability should stick
22with a previous release or wait for Mesa 12.1.1.
23</p>
24<p>
Timothy Arceribbe83932016-07-30 10:25:09 +100025Mesa 12.1.0 implements the OpenGL 4.4 API, but the version reported by
Emil Velikov888cf6e2016-05-30 20:02:12 +010026glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
Timothy Arceribbe83932016-07-30 10:25:09 +100028Some drivers don't support all the features required in OpenGL 4.4. OpenGL
294.4 is <strong>only</strong> available if requested at context creation
Emil Velikov888cf6e2016-05-30 20:02:12 +010030because 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
42<p>
43Note: some of the new features are only available with certain drivers.
44</p>
45
46<ul>
Marek Olšák739d5262016-08-04 19:04:02 +020047<li>GL_ARB_clear_texture on r600, radeonsi</li>
Timothy Arceribbe83932016-07-30 10:25:09 +100048<li>GL_ARB_enhanced_layouts on i965</li>
Nicolai Hähnlee4cb3af2016-07-28 17:01:54 +010049<li>GL_ARB_indirect_parameters on radeonsi</li>
50<li>GL_ARB_shader_draw_parameters on radeonsi</li>
Ilia Mirkin704bc0f2016-05-29 12:42:49 -040051<li>GL_ARB_shader_group_vote on nvc0</li>
Kenneth Graunke48593ea2016-06-16 17:10:08 -070052<li>GL_ARB_ES3_1_compatibility on i965</li>
Ilia Mirkin194bcb42016-06-12 16:05:31 -040053<li>GL_EXT_window_rectangles on nv50, nvc0</li>
Anuj Phogat22935a32016-07-18 15:53:24 -070054<li>GL_KHR_texture_compression_astc_sliced_3d on i965</li>
Emil Velikov888cf6e2016-05-30 20:02:12 +010055</ul>
56
57<h2>Bug fixes</h2>
58
59TBD.
60
61<h2>Changes</h2>
62
63TBD.
64
65</div>
66</body>
67</html>