docs: add new features for RADV/ACO.
[mesa.git] / docs / relnotes / 19.2.1.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.1 Release Notes / 2019-10-09</h1>
18
19 <p>
20 Mesa 19.2.1 is a bug fix release which fixes bugs found since the 19.2.0 release.
21 </p>
22 <p>
23 Mesa 19.2.1 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.1 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 4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9 mesa-19.2.1.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>meson.build:1447:6: ERROR: Problem encountered: libdrm required for gallium video statetrackers when using x11</li>
52 <li>Mesa doesn't build with current Scons version (3.1.0)</li>
53 <li>libXvMC-1.0.12 breaks mesa build</li>
54 <li>Meson can't find 32-bit libXvMCW in non-standard path</li>
55 <li>Mesa installs gl.pc and egl.pc even with libglvnd >= 1.2.0</li>
56 </ul>
57
58 <h2>Changes</h2>
59
60 <ul>
61 <p>Andreas Gottschling (1):</p>
62 <li> drisw: Fix shared memory leak on drawable resize</li>
63 <p></p>
64 <p>Andres Gomez (1):</p>
65 <li> egl: Remove the 565 pbuffer-only EGL config under X11.</li>
66 <p></p>
67 <p>Andrii Simiklit (1):</p>
68 <li> glsl: disallow incompatible matrices multiplication</li>
69 <p></p>
70 <p>Bas Nieuwenhuizen (1):</p>
71 <li> radv: Fix condition for skipping the continue CS.</li>
72 <p></p>
73 <p>Connor Abbott (1):</p>
74 <li> nir/opt_large_constants: Handle store writemasks</li>
75 <p></p>
76 <p>Danylo Piliaiev (1):</p>
77 <li> st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader</li>
78 <p></p>
79 <p>Dylan Baker (9):</p>
80 <li> meson: fix logic for generating .pc files with old glvnd</li>
81 <li> meson: Try finding libxvmcw via pkg-config before using find_library</li>
82 <li> meson: Link xvmc with libxv</li>
83 <li> meson: gallium media state trackers require libdrm with x11</li>
84 <li> .cherry-ignore: Update for 19.2.1 cycle</li>
85 <li> meson: Only error building gallium video without libdrm when the platform is drm</li>
86 <li> scripts: Add a gen_release_notes.py script</li>
87 <li> release: Add an update_release_calendar.py script</li>
88 <li> bin: delete unused releasing scripts</li>
89 <p></p>
90 <p>Eric Engestrom (3):</p>
91 <li> radv: fix s/load/store/ copy-paste typo</li>
92 <li> meson: drop -Wno-foo bug workaround for Meson < 0.46</li>
93 <li> meson: add missing idep_nir_headers in iris_gen_libs</li>
94 <p></p>
95 <p>Erik Faye-Lund (1):</p>
96 <li> glsl: correct bitcast-helpers</li>
97 <p></p>
98 <p>Ian Romanick (1):</p>
99 <li> nir/range-analysis: Bail if the types don't match</li>
100 <p></p>
101 <p>Jason Ekstrand (1):</p>
102 <li> intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates</li>
103 <p></p>
104 <p>Ken Mays (1):</p>
105 <li> haiku: fix Mesa build</li>
106 <p></p>
107 <p>Kenneth Graunke (2):</p>
108 <li> iris: Disable CCS_E for 32-bit floating point textures.</li>
109 <li> iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.</li>
110 <p></p>
111 <p>Lionel Landwerlin (6):</p>
112 <li> anv: gem-stubs: return a valid fd got anv_gem_userptr()</li>
113 <li> intel: use proper label for Comet Lake skus</li>
114 <li> mesa: don't forget to clear _Layer field on texture unit</li>
115 <li> intel: fix topology query</li>
116 <li> intel: fix subslice computation from topology data</li>
117 <li> intel/isl: Set null surface format to R32_UINT</li>
118 <p></p>
119 <p>Marek Olšák (7):</p>
120 <li> gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSH</li>
121 <li> gallium: extend resource_get_param to be as capable as resource_get_handle</li>
122 <li> radeonsi/gfx10: fix L2 cache rinse programming</li>
123 <li> ac: fix incorrect vram_size reported by the kernel</li>
124 <li> ac: fix num_good_cu_per_sh for harvested chips</li>
125 <li> ac: add radeon_info::tcc_harvested</li>
126 <li> radeonsi/gfx10: fix corruption for chips with harvested TCCs</li>
127 <p></p>
128 <p>Mauro Rossi (1):</p>
129 <li> android: compiler/nir: build nir_divergence_analysis.c</li>
130 <p></p>
131 <p>Michel Dänzer (1):</p>
132 <li> radeonsi: fix VAAPI segfault due to various bugs</li>
133 <p></p>
134 <p>Michel Zou (1):</p>
135 <li> scons: add py3 support</li>
136 <p></p>
137 <p>Prodea Alexandru-Liviu (1):</p>
138 <li> scons/MSYS2-MinGW-W64: Fix build options defaults</li>
139 <p></p>
140 <p>Rhys Perry (1):</p>
141 <li> nir/opt_remove_phis: handle phis with no sources</li>
142 <p></p>
143 <p>Stephen Barber (1):</p>
144 <li> nouveau: add idep_nir_headers as dep for libnouveau</li>
145 <p></p>
146 <p>Tapani Pälli (2):</p>
147 <li> iris: disable aux on first get_param if not created with aux</li>
148 <li> anv/android: fix images created with external format support</li>
149 <p></p>
150 <p>pal1000 (2):</p>
151 <li> scons: Fix MSYS2 Mingw-w64 build.</li>
152 <li> scons/windows: Support build with LLVM 9.</li>
153 <p></p>
154 <p></p>
155 </ul>
156
157 </div>
158 </body>
159 </html>