aff4dd3ffd64dc650f426720c05f816fa1fbde4e
[mesa.git] / docs / relnotes / 12.1.0.html
1 <!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>
20 Mesa 12.1.0 is a new development release.
21 People who are concerned with stability and reliability should stick
22 with a previous release or wait for Mesa 12.1.1.
23 </p>
24 <p>
25 Mesa 12.1.0 implements the OpenGL 4.4 API, but the version reported by
26 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
28 Some drivers don't support all the features required in OpenGL 4.4. OpenGL
29 4.4 is <strong>only</strong> available if requested at context creation
30 because compatibility contexts are not supported.
31 </p>
32
33
34 <h2>SHA256 checksums</h2>
35 <pre>
36 TBD.
37 </pre>
38
39
40 <h2>New features</h2>
41
42 <p>
43 Note: some of the new features are only available with certain drivers.
44 </p>
45
46 <ul>
47 <li>OpenGL ES 3.1 on i965/hsw</li>
48 <li>OpenGL ES 3.2 on i965/gen9+ (Skylake and later)</li>
49 <li>GL_ARB_ES3_1_compatibility on i965</li>
50 <li>GL_ARB_ES3_2_compatibility on i965/gen8+</li>
51 <li>GL_ARB_clear_texture on r600, radeonsi</li>
52 <li>GL_ARB_cull_distance on radeonsi</li>
53 <li>GL_ARB_enhanced_layouts on i965</li>
54 <li>GL_ARB_indirect_parameters on radeonsi</li>
55 <li>GL_ARB_query_buffer_object on radeonsi</li>
56 <li>GL_ARB_shader_draw_parameters on radeonsi</li>
57 <li>GL_ARB_shader_group_vote on nvc0</li>
58 <li>GL_ARB_shader_viewport_layer_array on i965/gen6+</li>
59 <li>GL_ARB_stencil_texturing on i965/hsw</li>
60 <li>GL_ARB_texture_stencil8 on i965/hsw</li>
61 <li>GL_EXT_window_rectangles on nv50, nvc0</li>
62 <li>GL_KHR_blend_equation_advanced on i965</li>
63 <li>GL_KHR_robustness on nvc0, radeonsi</li>
64 <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>
66 <li>GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi</li>
67 <li>GL_OES_primitive_bounding_box on i965/gen7+, nvc0, radeonsi</li>
68 <li>GL_OES_texture_cube_map_array on i965/gen8+, nvc0, radeonsi</li>
69 <li>GL_OES_tessellation_shader on i965/gen7+, nvc0, radeonsi</li>
70 <li>GL_OES_viewport_array on nvc0, radeonsi</li>
71 <li>GL_ANDROID_extension_pack_es31a on i965/gen9+</li>
72 </ul>
73
74 <h2>Bug fixes</h2>
75
76 TBD.
77
78 <h2>Changes</h2>
79
80 TBD.
81
82 </div>
83 </body>
84 </html>