radv: Expose VK_KHR_swapchain_mutable_format.
[mesa.git] / docs / relnotes / 19.2.6.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.2.6 Release Notes / 2019-11-21</h1>
19
20 <p>
21 Mesa 19.2.6 is a bug fix release which fixes bugs found since the 19.2.5 release.
22 </p>
23 <p>
24 Mesa 19.2.6 implements the OpenGL 4.5 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.5. OpenGL
28 4.5 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.2.6 implements the Vulkan 1.1 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 9d7b24fa60c82db34788196450042a55ce6cb2d70c7a8d5c31401619b6907797 mesa-19.2.6.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>glesv2.pc is not built since fafd20f67dec9f589</li>
53 <li>textureSize(samplerExternalOES, int) missing in desktop mesa 19.1.7 implementation</li>
54 <li>[19.2.5] lp_bld_misc: broken #if PIPE_ARCH_LITTLE_ENDIAN on ppc64l</li>
55 </ul>
56
57 <h2>Changes</h2>
58
59 <ul>
60 <p>Alejandro PiƱeiro (1):</p>
61 <li> v3d: adds an extra MOV for any sig.ld*</li>
62 <p></p>
63 <p>Dave Airlie (1):</p>
64 <li> llvmpipe/ppc: fix if/ifdef confusion in backport.</li>
65 <p></p>
66 <p>Dylan Baker (2):</p>
67 <li> docs/relnotes/19.2.5: Add SHA256 sum</li>
68 <li> meson: generate .pc files for gles and gles2 with old glvnd</li>
69 <p></p>
70 <p>Eric Engestrom (1):</p>
71 <li> vulkan: delete typo&#x27;d header</li>
72 <p></p>
73 <p>Hyunjun Ko (1):</p>
74 <li> freedreno/ir3: fix printing output registers of FS.</li>
75 <p></p>
76 <p>Jose Maria Casanova Crespo (1):</p>
77 <li> v3d: Fix predication with atomic image operations</li>
78 <p></p>
79 <p>Yevhenii Kolesnikov (1):</p>
80 <li> glsl: Enable textureSize for samplerExternalOES</li>
81 <p></p>
82 <p></p>
83 </ul>
84
85 </div>
86 </body>
87 </html>