blob: fdf3592524c94027f18a51622102ad3bf9c5eb6f [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>
Ilia Mirkin5b18e5f2016-08-27 17:46:52 -040047<li>OpenGL ES 3.1 on i965/hsw</li>
48<li>GL_ARB_ES3_1_compatibility on i965</li>
Marek Olšák739d5262016-08-04 19:04:02 +020049<li>GL_ARB_clear_texture on r600, radeonsi</li>
Dave Airlief235dc02016-05-13 16:49:02 +100050<li>GL_ARB_cull_distance on radeonsi</li>
Timothy Arceribbe83932016-07-30 10:25:09 +100051<li>GL_ARB_enhanced_layouts on i965</li>
Nicolai Hähnlee4cb3af2016-07-28 17:01:54 +010052<li>GL_ARB_indirect_parameters on radeonsi</li>
53<li>GL_ARB_shader_draw_parameters on radeonsi</li>
Ilia Mirkin704bc0f2016-05-29 12:42:49 -040054<li>GL_ARB_shader_group_vote on nvc0</li>
Jordan Justen79702382016-08-18 15:05:13 -070055<li>GL_ARB_stencil_texturing on i965/hsw</li>
56<li>GL_ARB_texture_stencil8 on i965/hsw</li>
Ilia Mirkin5b18e5f2016-08-27 17:46:52 -040057<li>GL_EXT_window_rectangles on nv50, nvc0</li>
Kenneth Graunkebc13e5f2016-08-26 13:17:22 -070058<li>GL_KHR_blend_equation_advanced on i965</li>
Ilia Mirkin5b18e5f2016-08-27 17:46:52 -040059<li>GL_KHR_texture_compression_astc_sliced_3d on i965</li>
60<li>GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li>
Ilia Mirkine3db4152016-08-27 17:47:37 -040061<li>GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi</li>
Ilia Mirkina0b12602016-08-28 16:03:21 -040062<li>GL_OES_primitive_bounding_box on i965/gen7+, nvc0, radeonsi</li>
Ilia Mirkine3db4152016-08-27 17:47:37 -040063<li>GL_OES_texture_cube_map_array on i965/gen8+, nvc0, radeonsi</li>
Kenneth Graunke376d1dc2016-09-12 17:24:35 -070064<li>GL_OES_tessellation_shader on i965/gen7+, nvc0, radeonsi</li>
Kenneth Graunkeaa70ac12016-09-14 12:43:16 -070065<li>GL_ANDROID_extension_pack_es31a on i965/gen9+</li>
Emil Velikov888cf6e2016-05-30 20:02:12 +010066</ul>
67
68<h2>Bug fixes</h2>
69
70TBD.
71
72<h2>Changes</h2>
73
74TBD.
75
76</div>
77</body>
78</html>