5d49d20f0127f3c4d0ceaebc35988c7b1ef6b3ab
[mesa.git] / docs / relnotes / 19.2.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 19.2.0 Release Notes / TBD</h1>
18
19 <p>
20 Mesa 19.2.0 is a new development release. People who are concerned
21 with stability and reliability should stick with a previous release or
22 wait for Mesa 19.2.1.
23 </p>
24 <p>
25 Mesa 19.2.0 implements the OpenGL 4.5 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.5. OpenGL
29 4.5 is <strong>only</strong> available if requested at context creation.
30 Compatibility contexts may report a lower version depending on each driver.
31 </p>
32
33 <h2>SHA256 checksums</h2>
34 <pre>
35 TBD.
36 </pre>
37
38
39 <h2>New features</h2>
40
41 <ul>
42 <li>GL_ARB_post_depth_coverage on radeonsi (Navi)</li>
43 <li>GL_ARB_seamless_cubemap_per_texture on etnaviv (if GPU supports SEAMLESS_CUBE_MAP)</li>
44 <li>GL_EXT_shader_image_load_store on radeonsi (with LLVM >= 10)</li>
45 <li>GL_EXT_shader_samples_identical on iris and radeonsi (if using NIR)</li>
46 <li>GL_EXT_texture_shadow_lod on i965, iris</li>
47 <li>EGL_EXT_platform_device</li>
48 <li>VK_AMD_buffer_marker on radv</li>
49 <li>VK_EXT_index_type_uint8 on radv</li>
50 <li>VK_EXT_post_depth_coverage on radv</li>
51 <li>VK_EXT_queue_family_foreign on radv</li>
52 <li>VK_EXT_sample_locations on radv</li>
53 <li>VK_EXT_shader_demote_to_helper_invocation on Intel.</li>
54 <li>VK_KHR_depth_stencil_resolve on radv</li>
55 <li>VK_KHR_imageless_framebuffer on radv</li>
56 <li>VK_KHR_shader_atomic_int64 on radv</li>
57 <li>VK_KHR_uniform_buffer_standard_layout on radv</li>
58 </ul>
59
60 <h2>Bug fixes</h2>
61
62 <ul>
63 <li>TBD</li>
64 </ul>
65
66 <h2>Changes</h2>
67
68 <ul>
69 <li>TBD</li>
70 </ul>
71
72 </div>
73 </body>
74 </html>