docs/relnotes/19.3: fix vulkan version reported
[mesa.git] / docs / relnotes / 19.2.4.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.4 Release Notes / 2019-11-13</h1>
18
19 <p>
20 Mesa 19.2.4 is an emergency bug fix release to fix on ciritcal bug in 19.2.3.
21 </p>
22 <p>
23 Mesa 19.2.4 implements the OpenGL 4.5 API, but the version reported by
24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26 Some drivers don't support all the features required in OpenGL 4.5. OpenGL
27 4.5 is <strong>only</strong> available if requested at context creation.
28 Compatibility contexts may report a lower version depending on each driver.
29 </p>
30 <p>
31 Mesa 19.2.4 implements the Vulkan 1.1 API, but the version reported by
32 the apiVersion property of the VkPhysicalDeviceProperties struct
33 depends on the particular driver being used.
34 </p>
35
36 <h2>SHA256 checksum</h2>
37 <pre>
38 09000a0f7dbbd82e193b81a8f1bf0c118eab7ca975c0329181968596e548e30f mesa-19.2.4.tar.xz
39 </pre>
40
41
42 <h2>New features</h2>
43
44 <ul>
45 <li>None</li>
46 </ul>
47
48 <h2>Bug fixes</h2>
49
50 <ul>
51 <li>Dirt Rally: Menu system doesn&#x27;t show up with Mesa 19.2.3</li>
52 </ul>
53
54 <h2>Changes</h2>
55
56 <ul>
57 <p>Lionel Landwerlin (1):</p>
58 <li> mesa: check framebuffer completeness only after state update</li>
59 <p></p>
60 <p></p>
61 </ul>
62
63 </div>
64 </body>
65 </html>