docs/relnotes/19.3: fix vulkan version reported
[mesa.git] / docs / relnotes / 19.3.1.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 19.3.1 Release Notes / 2019-12-18</h1>
19
20 <p>
21 Mesa 19.3.1 is a bug fix release which fixes bugs found since the 19.3.0 release.
22 </p>
23 <p>
24 Mesa 19.3.1 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 19.3.1 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 cd951db69c56a97ff0570a7ab2c0e39e6c5323f4cd8f4eb8274723e033beae59 mesa-19.3.1.tar.xz
40 </pre>
41
42
43 <h2>New features</h2>
44
45 <ul>
46 <li>None</li>
47 </ul>
48
49 <h2>Bug fixes</h2>
50
51 <ul>
52 <li>i965/iris: assert when destroy GL context with active query</li>
53 <li>Visuals without alpha bits are not sRGB-capable</li>
54 <li>radv secure compile feature breaks compilation of RADV on armhf EABI (19.3-rc1)</li>
55 </ul>
56
57 <h2>Changes</h2>
58
59 <ul>
60 <p>Bas Nieuwenhuizen (2):</p>
61 <li> amd/common: Fix tcCompatible degradation on Stoney.</li>
62 <li> amd/common: Always use addrlib for HTILE tc-compat.</li>
63 <p></p>
64 <p>Dylan Baker (3):</p>
65 <li> docs/19.3.0: Add SHA256 sums</li>
66 <li> cherry-ignore: update for the 19.3.1 cycle</li>
67 <li> docs: remove new_features.txt from stable branch</li>
68 <p></p>
69 <p>Gert Wollny (1):</p>
70 <li> virgl: Increase the shader transfer buffer by doubling the size</li>
71 <p></p>
72 <p>Iván Briano (1):</p>
73 <li> anv: Export filter_minmax support only when it&#x27;s really supported</li>
74 <p></p>
75 <p>Kenneth Graunke (1):</p>
76 <li> iris: Default to X-tiling for scanout buffers without modifiers</li>
77 <p></p>
78 <p>Lionel Landwerlin (2):</p>
79 <li> anv: fix fence underlying primitive checks</li>
80 <li> mesa: avoid triggering assert in implementation</li>
81 <p></p>
82 <p>Luis Mendes (1):</p>
83 <li> radv: fix radv secure compile feature breaks compilation on armhf EABI and aarch64</li>
84 <p></p>
85 <p>Tapani Pälli (2):</p>
86 <li> dri: add __DRI_IMAGE_FORMAT_SXRGB8</li>
87 <li> i965: expose MESA_FORMAT_B8G8R8X8_SRGB visual</li>
88 <p></p>
89 <p></p>
90 </ul>
91
92 </div>
93 </body>
94 </html>