radv: Expose VK_KHR_swapchain_mutable_format.
[mesa.git] / docs / relnotes / 18.1.2.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 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 18.1.2 Release Notes / June 15 2018</h1>
18
19 <p>
20 Mesa 18.1.2 is a bug fix release which fixes bugs found since the 18.1.1 release.
21 </p>
22 <p>
23 Mesa 18.1.2 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
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 a644df23937f4078a2bd9a54349f6315c1955f5e3a4ac272832da51dea4d3c11 mesa-18.1.1.tar.gz
35 070bf0648ba5b242d7303ceed32aed80842f4c0ba16e5acc1a650a46eadfb1f9 mesa-18.1.1.tar.xz
36 </pre>
37
38
39 <h2>New features</h2>
40
41 <p>None</p>
42
43 <h2>Bug fixes</h2>
44
45 <p>None</p>
46
47 <h2>Changes</h2>
48
49 <p>Alex Smith (4):</p>
50 <ul>
51 <li>radv: Consolidate GFX9 merged shader lookup logic</li>
52 <li>radv: Handle GFX9 merged shaders in radv_flush_constants()</li>
53 <li>radeonsi: Fix crash on shaders using MSAA image load/store</li>
54 <li>radv: Set active_stages the same whether or not shaders were cached</li>
55 </ul>
56
57 <p>Andrew Galante (2):</p>
58 <ul>
59 <li>meson: Test for __atomic_add_fetch in atomic checks</li>
60 <li>configure.ac: Test for __atomic_add_fetch in atomic checks</li>
61 </ul>
62
63 <p>Bas Nieuwenhuizen (1):</p>
64 <ul>
65 <li>radv: Don't pass a TESS_EVAL shader when tesselation is not enabled.</li>
66 </ul>
67
68 <p>Cameron Kumar (1):</p>
69 <ul>
70 <li>vulkan/wsi: Destroy swapchain images after terminating FIFO queues</li>
71 </ul>
72
73 <p>Dylan Baker (6):</p>
74 <ul>
75 <li>docs/relnotes: Add sha256 sums for mesa 18.1.1</li>
76 <li>cherry-ignore: add commits not to pull</li>
77 <li>cherry-ignore: Add patches from Jason that he rebased on 18.1</li>
78 <li>meson: work around gentoo applying -m32 to host compiler in cross builds</li>
79 <li>cherry-ignore: Add another patch</li>
80 <li>version: bump version for 18.1.2 release</li>
81 </ul>
82
83 <p>Eric Engestrom (3):</p>
84 <ul>
85 <li>autotools: add missing android file to package</li>
86 <li>configure: radv depends on mako</li>
87 <li>i965: fix resource leak</li>
88 </ul>
89
90 <p>Jason Ekstrand (10):</p>
91 <ul>
92 <li>intel/eu: Add some brw_get_default_ helpers</li>
93 <li>intel/eu: Copy fields manually in brw_next_insn</li>
94 <li>intel/eu: Set flag [sub]register number differently for 3src</li>
95 <li>intel/blorp: Don't vertex fetch directly from clear values</li>
96 <li>intel/isl: Add bounds-checking assertions in isl_format_get_layout</li>
97 <li>intel/isl: Add bounds-checking assertions for the format_info table</li>
98 <li>i965/screen: Refactor query_dma_buf_formats</li>
99 <li>i965/screen: Use RGBA non-sRGB formats for images</li>
100 <li>anv: Set fence/semaphore types to NONE in impl_cleanup</li>
101 <li>i965/screen: Return false for unsupported formats in query_modifiers</li>
102 </ul>
103
104 <p>Jordan Justen (1):</p>
105 <ul>
106 <li>mesa/program_binary: add implicit UseProgram after successful ProgramBinary</li>
107 </ul>
108
109 <p>Juan A. Suarez Romero (1):</p>
110 <ul>
111 <li>glsl: Add ir_binop_vector_extract in NIR</li>
112 </ul>
113
114 <p>Kenneth Graunke (2):</p>
115 <ul>
116 <li>i965: Fix batch-last mode to properly swap BOs.</li>
117 <li>anv: Disable __gen_validate_value if NDEBUG is set.</li>
118 </ul>
119
120 <p>Marek Olšák (1):</p>
121 <ul>
122 <li>r300g/swtcl: make pipe_context uploaders use malloc'd memory as before</li>
123 </ul>
124
125 <p>Matt Turner (1):</p>
126 <ul>
127 <li>meson: Fix -latomic check</li>
128 </ul>
129
130 <p>Michel Dänzer (1):</p>
131 <ul>
132 <li>glx: Fix number of property values to read in glXImportContextEXT</li>
133 </ul>
134
135 <p>Nicolas Boichat (1):</p>
136 <ul>
137 <li>configure.ac/meson.build: Fix -latomic test</li>
138 </ul>
139
140 <p>Philip Rebohle (1):</p>
141 <ul>
142 <li>radv: Use correct color format for fast clears</li>
143 </ul>
144
145 <p>Samuel Pitoiset (3):</p>
146 <ul>
147 <li>radv: fix a GPU hang when MRTs are sparse</li>
148 <li>radv: fix missing ZRANGE_PRECISION(1) for GFX9+</li>
149 <li>radv: add a workaround for DXVK hangs by setting amdgpu-skip-threshold</li>
150 </ul>
151
152 <p>Scott D Phillips (1):</p>
153 <ul>
154 <li>intel/tools: add intel_sanitize_gpu to EXTRA_DIST</li>
155 </ul>
156
157 <p>Thomas Petazzoni (1):</p>
158 <ul>
159 <li>configure.ac: rework -latomic check</li>
160 </ul>
161
162 <p>Timothy Arceri (2):</p>
163 <ul>
164 <li>ac: fix possible truncation of intrinsic name</li>
165 <li>radeonsi: fix possible truncation on renderer string</li>
166 </ul>
167
168 </div>
169 </body>
170 </html>