10c883f398f70f8194249df589a75ea1657d7004
[mesa.git] / docs / relnotes / 19.0.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.0.0 Release Notes / TBD</h1>
18
19 <p>
20 Mesa 19.0.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.0.1.
23 </p>
24 <p>
25 Mesa 19.0.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_AMD_texture_texture4 on all GL 4.0 drivers.</li>
43 <li>GL_EXT_shader_implicit_conversions on all drivers (ES extension).</li>
44 <li>GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).</li>
45 <li>GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).</li>
46 <li>GL_EXT_render_snorm on gallium drivers (ES extension).</li>
47 <li>GL_EXT_texture_view on drivers supporting texture views (ES extension).</li>
48 <li>GL_OES_texture_view on drivers supporting texture views (ES extension).</li>
49 <li>GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only).</li>
50 <li>Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965.</li>
51 </ul>
52
53 <h2>Bug fixes</h2>
54
55 <ul>
56 <li>TBD</li>
57 </ul>
58
59 <h2>Changes</h2>
60
61 <ul>
62 <li>TBD</li>
63 </ul>
64
65 </div>
66 </body>
67 </html>