docs/relnotes: add sha256sum for 20.0.4
[mesa.git] / docs / relnotes / 20.0.4.html
1
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <html lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <title>Mesa Release Notes</title>
7 <link rel="stylesheet" type="text/css" href="../mesa.css">
8 </head>
9 <body>
10
11 <div class="header">
12 <h1>The Mesa 3D Graphics Library</h1>
13 </div>
14
15 <iframe src="../contents.html"></iframe>
16 <div class="content">
17
18 <h1>Mesa 20.0.4 Release Notes / 2020-04-03</h1>
19
20 <p>
21 Mesa 20.0.4 is an emergency release which reverts a serious SPIR-V regression in the 20.0.3 release.
22 </p>
23 <p>
24 Mesa 20.0.4 implements the OpenGL 4.6 API, but the version reported by
25 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
26 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
27 Some drivers don't support all the features required in OpenGL 4.6. OpenGL
28 4.6 is <strong>only</strong> available if requested at context creation.
29 Compatibility contexts may report a lower version depending on each driver.
30 </p>
31 <p>
32 Mesa 20.0.4 implements the Vulkan 1.2 API, but the version reported by
33 the apiVersion property of the VkPhysicalDeviceProperties struct
34 depends on the particular driver being used.
35 </p>
36
37 <h2>SHA256 checksum</h2>
38 <pre>
39 c4ed491517a94118a7a611810eeb92645d42ffd82280dcd51be8cc2ba1aabba5 mesa-20.0.4.tar.xz
40 </pre>
41
42
43 <h2>New features</h2>
44
45 <ul>
46 </ul>
47
48 <h2>Bug fixes</h2>
49
50 <ul>
51 </ul>
52
53 <h2>Changes</h2>
54
55 <ul>
56 <p>Eric Engestrom (2):</p>
57 <li> docs/relnotes: add sha256sum for 20.0.3</li>
58 <li> .pick_status.json: Update to c71c1f44b055c680f073a2608a3bf560b55f8974</li>
59 <p></p>
60 <p>Jason Ekstrand (1):</p>
61 <li> Revert &quot;spirv: Implement OpCopyObject and OpCopyLogical as blind copies&quot;</li>
62 <p></p>
63 <p></p>
64 </ul>
65
66 </div>
67 </body>
68 </html>