1b8e80941Smrg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2b8e80941Smrg<html lang="en">
3b8e80941Smrg<head>
4b8e80941Smrg  <meta http-equiv="content-type" content="text/html; charset=utf-8">
5b8e80941Smrg  <title>Mesa Release Notes</title>
6b8e80941Smrg  <link rel="stylesheet" type="text/css" href="../mesa.css">
7b8e80941Smrg</head>
8b8e80941Smrg<body>
9b8e80941Smrg
10b8e80941Smrg<div class="header">
11b8e80941Smrg  <h1>The Mesa 3D Graphics Library</h1>
12b8e80941Smrg</div>
13b8e80941Smrg
14b8e80941Smrg<iframe src="../contents.html"></iframe>
15b8e80941Smrg<div class="content">
16b8e80941Smrg
17b8e80941Smrg<h1>Mesa 13.0.5 Release Notes / February 20, 2017</h1>
18b8e80941Smrg
19b8e80941Smrg<p>
20b8e80941SmrgMesa 13.0.5 is a bug fix release which fixes bugs found since the 13.0.4 release.
21b8e80941Smrg</p>
22b8e80941Smrg<p>
23b8e80941SmrgMesa 13.0.5 implements the OpenGL 4.4 API, but the version reported by
24b8e80941SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25b8e80941SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26b8e80941SmrgSome drivers don't support all the features required in OpenGL 4.4.  OpenGL
27b8e80941Smrg4.4 is <strong>only</strong> available if requested at context creation
28b8e80941Smrgbecause compatibility contexts are not supported.
29b8e80941Smrg</p>
30b8e80941Smrg
31b8e80941Smrg
32b8e80941Smrg<h2>SHA256 checksums</h2>
33b8e80941Smrg<pre>
34b8e80941Smrg7e45e3812078726eabca6d9384364bf035a3c4279024ec9090dd1b19a8989926  mesa-13.0.5.tar.gz
35b8e80941Smrgbfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87  mesa-13.0.5.tar.xz
36b8e80941Smrg</pre>
37b8e80941Smrg
38b8e80941Smrg
39b8e80941Smrg<h2>New features</h2>
40b8e80941Smrg<p>None</p>
41b8e80941Smrg
42b8e80941Smrg
43b8e80941Smrg<h2>Bug fixes</h2>
44b8e80941Smrg
45b8e80941Smrg<ul>
46b8e80941Smrg
47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98329">Bug 98329</a> - [dEQP, EGL, SKL, BDW, BSW] dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer</li>
48b8e80941Smrg
49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98421">Bug 98421</a> - src/loader/loader.c:111:40: error: unknown type name ‘drmDevicePtr’</li>
50b8e80941Smrg
51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98526">Bug 98526</a> - glsl/tests/general-ir-test regression</li>
52b8e80941Smrg
53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99532">Bug 99532</a> - Compute shader doesn't give right result under some circumstances</li>
54b8e80941Smrg
55b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99631">Bug 99631</a> - segfault with OSVRTrackerView and openscenegraph git master</li>
56b8e80941Smrg
57b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99633">Bug 99633</a> - rasterizer/core/clip.h:279:49: error: ‘const struct API_STATE’ has no member named ‘linkageCount’</li>
58b8e80941Smrg
59b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99692">Bug 99692</a> - [radv] Mostly broken on Hawaii PRO/CIK ASICs</li>
60b8e80941Smrg
61b8e80941Smrg</ul>
62b8e80941Smrg
63b8e80941Smrg<h2>Changes</h2>
64b8e80941Smrg
65b8e80941Smrg<p>Bartosz Tomczyk (2):</p>
66b8e80941Smrg<ul>
67b8e80941Smrg  <li>r600: Fix stack overflow</li>
68b8e80941Smrg  <li>r600/sb: Fix memory leak</li>
69b8e80941Smrg</ul>
70b8e80941Smrg
71b8e80941Smrg<p>Bruce Cherniak (1):</p>
72b8e80941Smrg<ul>
73b8e80941Smrg  <li>swr: [rasterizer core] Remove dead code Clipper::ClipScalar()</li>
74b8e80941Smrg</ul>
75b8e80941Smrg
76b8e80941Smrg<p>Chad Versace (1):</p>
77b8e80941Smrg<ul>
78b8e80941Smrg  <li>i965/mt: Disable HiZ when sharing depth buffer externally (v2)</li>
79b8e80941Smrg</ul>
80b8e80941Smrg
81b8e80941Smrg<p>Dave Airlie (3):</p>
82b8e80941Smrg<ul>
83b8e80941Smrg  <li>radv: change base aligmment for allocated memory.</li>
84b8e80941Smrg  <li>radv: fix cik macroModeIndex.</li>
85b8e80941Smrg  <li>radv: adopt some init config workarounds from radeonsi.</li>
86b8e80941Smrg</ul>
87b8e80941Smrg
88b8e80941Smrg<p>Derek Foreman (1):</p>
89b8e80941Smrg<ul>
90b8e80941Smrg  <li>egl/dri2: add image_loader_extension back into loader extensions for wayland</li>
91b8e80941Smrg</ul>
92b8e80941Smrg
93b8e80941Smrg<p>Emil Velikov (26):</p>
94b8e80941Smrg<ul>
95b8e80941Smrg  <li>docs: add sha256 checksums for 13.0.4</li>
96b8e80941Smrg  <li>configure.ac: list radeon in --with-vulkan-drivers help string</li>
97b8e80941Smrg  <li>i965: automake: correctly set MKDIR_GEN</li>
98b8e80941Smrg  <li>freedreno: automake: correctly set MKDIR_GEN</li>
99b8e80941Smrg  <li>i965: automake: include builddir prior to srcdir</li>
100b8e80941Smrg  <li>i915: automake: include builddir prior to srcdir</li>
101b8e80941Smrg  <li>egl: automake: include builddir prior to srcdir</li>
102b8e80941Smrg  <li>clover: automake: include builddir prior to srcdir</li>
103b8e80941Smrg  <li>st/dri: automake: include builddir prior to srcdir</li>
104b8e80941Smrg  <li>d3dadapter9: automake: include builddir prior to srcdir</li>
105b8e80941Smrg  <li>glx: automake: include builddir prior to srcdir</li>
106b8e80941Smrg  <li>glx/apple: automake: include builddir prior to srcdir</li>
107b8e80941Smrg  <li>glx/windows: automake: include builddir prior to srcdir</li>
108b8e80941Smrg  <li>loader: automake: include builddir prior to srcdir</li>
109b8e80941Smrg  <li>mapi: automake: include builddir prior to srcdir</li>
110b8e80941Smrg  <li>radeon, r200: automake: include builddir prior to srcdir</li>
111b8e80941Smrg  <li>dri/swrast: automake: include builddir prior to srcdir</li>
112b8e80941Smrg  <li>dri/osmesa: automake: include builddir prior to srcdir</li>
113b8e80941Smrg  <li>mesa/tests: automake: include builddir prior to srcdir</li>
114b8e80941Smrg  <li>bin/get-extra-pick-list: use git merge-base to get the branchpoint</li>
115b8e80941Smrg  <li>bin/get-extra-pick-list: rework to use already_picked list</li>
116b8e80941Smrg  <li>bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed</li>
117b8e80941Smrg  <li>bin/get-pick-list.sh: limit `git grep ...' only as needed</li>
118b8e80941Smrg  <li>bin/get-pick-list.sh: remove ancient way of nominating patches</li>
119b8e80941Smrg  <li>bin/get-fixes-pick-list.sh: add new script</li>
120b8e80941Smrg  <li>Update version to 13.0.5</li>
121b8e80941Smrg</ul>
122b8e80941Smrg
123b8e80941Smrg<p>Eric Anholt (1):</p>
124b8e80941Smrg<ul>
125b8e80941Smrg  <li>vc4: Avoid emitting small immediates for UBO indirect load address guards.</li>
126b8e80941Smrg</ul>
127b8e80941Smrg
128b8e80941Smrg<p>Hans de Goede (1):</p>
129b8e80941Smrg<ul>
130b8e80941Smrg  <li>glx/glvnd: Fix GLXdispatchIndex sorting</li>
131b8e80941Smrg</ul>
132b8e80941Smrg
133b8e80941Smrg<p>Ian Romanick (11):</p>
134b8e80941Smrg<ul>
135b8e80941Smrg  <li>linker: Slight code rearrange to prevent duplication in the next commit</li>
136b8e80941Smrg  <li>linker: Accurately track gl_uniform_block::stageref</li>
137b8e80941Smrg  <li>glsl: Split process_block_array into two functions</li>
138b8e80941Smrg  <li>glsl: Fix wonkey indentation left from previous commit</li>
139b8e80941Smrg  <li>glsl: Track the linearized array index for each UBO instance array element</li>
140b8e80941Smrg  <li>glsl: Use simpler visitor to determine which UBO and SSBO blocks are used</li>
141b8e80941Smrg  <li>glsl: Add tracking for elements of an array-of-arrays that have been accessed</li>
142b8e80941Smrg  <li>glsl: Add structures to track accessed elements of a single array</li>
143b8e80941Smrg  <li>glsl: Mark a set of array elements as accessed using a list of array_deref_range</li>
144b8e80941Smrg  <li>glsl: Walk a list of ir_dereference_array to mark array elements as accessed</li>
145b8e80941Smrg  <li>linker: Accurately mark a uniform block instance array element as used in a stage</li>
146b8e80941Smrg</ul>
147b8e80941Smrg
148b8e80941Smrg<p>Ilia Mirkin (3):</p>
149b8e80941Smrg<ul>
150b8e80941Smrg  <li>vbo: process buffer binding state changes on draw when recording</li>
151b8e80941Smrg  <li>st/mesa: MAX_VARYING is the max supported number of patch varyings, not min</li>
152b8e80941Smrg  <li>nvc0: disable linked tsc mode in compute launch descriptor</li>
153b8e80941Smrg</ul>
154b8e80941Smrg
155b8e80941Smrg<p>Jason Ekstrand (11):</p>
156b8e80941Smrg<ul>
157b8e80941Smrg  <li>nir/search: Use the correct bit size for integer comparisons</li>
158b8e80941Smrg  <li>i965/blorp: Use the correct ISL format for combined depth/stencil</li>
159b8e80941Smrg  <li>intel/blorp: Handle clearing of A4B4G4R4 on all platforms</li>
160b8e80941Smrg  <li>isl/formats: Only advertise sampling for A4B4G4R4 on Broadwell</li>
161b8e80941Smrg  <li>anv: Flush render cache before STATE_BASE_ADDRESS on gen7</li>
162b8e80941Smrg  <li>anv: Improve flushing around STATE_BASE_ADDRESS</li>
163b8e80941Smrg  <li>vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats</li>
164b8e80941Smrg  <li>vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes</li>
165b8e80941Smrg  <li>vulkan/wsi: Lower the maximum image sizes</li>
166b8e80941Smrg  <li>i965/sampler_state: Pass texObj into update_sampler_state</li>
167b8e80941Smrg  <li>i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge</li>
168b8e80941Smrg</ul>
169b8e80941Smrg
170b8e80941Smrg<p>Kenneth Graunke (1):</p>
171b8e80941Smrg<ul>
172b8e80941Smrg  <li>i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.</li>
173b8e80941Smrg</ul>
174b8e80941Smrg
175b8e80941Smrg<p>Lionel Landwerlin (5):</p>
176b8e80941Smrg<ul>
177b8e80941Smrg  <li>anv: don't require render target isl bit for depth/stencil surfaces</li>
178b8e80941Smrg  <li>anv: set command buffer to NULL when allocations fail</li>
179b8e80941Smrg  <li>anv: fix descriptor pool internal size allocation</li>
180b8e80941Smrg  <li>spirv: handle OpUndef as part of the variable parsing pass</li>
181b8e80941Smrg  <li>spirv: handle undefined components for OpVectorShuffle</li>
182b8e80941Smrg</ul>
183b8e80941Smrg
184b8e80941Smrg<p>Marc-André Lureau (1):</p>
185b8e80941Smrg<ul>
186b8e80941Smrg  <li>tgsi-dump: dump label if instruction has one</li>
187b8e80941Smrg</ul>
188b8e80941Smrg
189b8e80941Smrg<p>Marek Olšák (2):</p>
190b8e80941Smrg<ul>
191b8e80941Smrg  <li>radeonsi: always set the TCL1_ACTION_ENA when invalidating L2</li>
192b8e80941Smrg  <li>gallium/radeon: fix performance of buffer readbacks</li>
193b8e80941Smrg</ul>
194b8e80941Smrg
195b8e80941Smrg<p>Topi Pohjolainen (2):</p>
196b8e80941Smrg<ul>
197b8e80941Smrg  <li>i965: Make depth clear flushing more explicit</li>
198b8e80941Smrg  <li>i965/gen6: Issue direct depth stall and flush after depth clear</li>
199b8e80941Smrg</ul>
200b8e80941Smrg
201b8e80941Smrg<p>Vinson Lee (2):</p>
202b8e80941Smrg<ul>
203b8e80941Smrg  <li>scons: Require libdrm &gt;= 2.4.66 for DRM.</li>
204b8e80941Smrg  <li>util: Fix Clang trivial destructor check.</li>
205b8e80941Smrg</ul>
206b8e80941Smrg
207b8e80941Smrg
208b8e80941Smrg</div>
209b8e80941Smrg</body>
210b8e80941Smrg</html>
211