blob: aff4dd3ffd64dc650f426720c05f816fa1fbde4e [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>
Kenneth Graunkea4fbc732016-09-21 11:49:24 -070048<li>OpenGL ES 3.2 on i965/gen9+ (Skylake and later)</li>
Ilia Mirkin5b18e5f2016-08-27 17:46:52 -040049<li>GL_ARB_ES3_1_compatibility on i965</li>
Ilia Mirkin9fec15a2016-08-28 19:55:05 -040050<li>GL_ARB_ES3_2_compatibility on i965/gen8+</li>
Marek Olšák739d5262016-08-04 19:04:02 +020051<li>GL_ARB_clear_texture on r600, radeonsi</li>
Dave Airlief235dc02016-05-13 16:49:02 +100052<li>GL_ARB_cull_distance on radeonsi</li>
Timothy Arceribbe83932016-07-30 10:25:09 +100053<li>GL_ARB_enhanced_layouts on i965</li>
Nicolai Hähnlee4cb3af2016-07-28 17:01:54 +010054<li>GL_ARB_indirect_parameters on radeonsi</li>
Nicolai Hähnle7a0e5432016-09-14 09:43:42 +020055<li>GL_ARB_query_buffer_object on radeonsi</li>
Nicolai Hähnlee4cb3af2016-07-28 17:01:54 +010056<li>GL_ARB_shader_draw_parameters on radeonsi</li>
Ilia Mirkin704bc0f2016-05-29 12:42:49 -040057<li>GL_ARB_shader_group_vote on nvc0</li>
Dylan Bakerd4bf9ba2016-09-19 15:36:09 -070058<li>GL_ARB_shader_viewport_layer_array on i965/gen6+</li>
Jordan Justen79702382016-08-18 15:05:13 -070059<li>GL_ARB_stencil_texturing on i965/hsw</li>
60<li>GL_ARB_texture_stencil8 on i965/hsw</li>
Ilia Mirkin5b18e5f2016-08-27 17:46:52 -040061<li>GL_EXT_window_rectangles on nv50, nvc0</li>
Kenneth Graunkebc13e5f2016-08-26 13:17:22 -070062<li>GL_KHR_blend_equation_advanced on i965</li>
Nicolai Hähnle0cba7b72016-09-28 10:54:34 +020063<li>GL_KHR_robustness on nvc0, radeonsi</li>
Ilia Mirkin5b18e5f2016-08-27 17:46:52 -040064<li>GL_KHR_texture_compression_astc_sliced_3d on i965</li>
65<li>GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li>
Ilia Mirkine3db4152016-08-27 17:47:37 -040066<li>GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi</li>
Ilia Mirkina0b12602016-08-28 16:03:21 -040067<li>GL_OES_primitive_bounding_box on i965/gen7+, nvc0, radeonsi</li>
Ilia Mirkine3db4152016-08-27 17:47:37 -040068<li>GL_OES_texture_cube_map_array on i965/gen8+, nvc0, radeonsi</li>
Kenneth Graunke376d1dc2016-09-12 17:24:35 -070069<li>GL_OES_tessellation_shader on i965/gen7+, nvc0, radeonsi</li>
Ilia Mirkinc0a7e932016-09-16 15:43:31 -040070<li>GL_OES_viewport_array on nvc0, radeonsi</li>
Kenneth Graunkeaa70ac12016-09-14 12:43:16 -070071<li>GL_ANDROID_extension_pack_es31a on i965/gen9+</li>
Emil Velikov888cf6e2016-05-30 20:02:12 +010072</ul>
73
74<h2>Bug fixes</h2>
75
76TBD.
77
78<h2>Changes</h2>
79
80TBD.
81
82</div>
83</body>
84</html>