summaryrefslogtreecommitdiff
path: root/docs/relnotes/17.2.3.html
blob: e1a290bdd35773882b6bf7d8d4cb9e7f8c0021af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Mesa Release Notes</title>
  <link rel="stylesheet" type="text/css" href="../mesa.css">
</head>
<body>

<div class="header">
  <h1>The Mesa 3D Graphics Library</h1>
</div>

<iframe src="../contents.html"></iframe>
<div class="content">

<h1>Mesa 17.2.3 Release Notes / October 19, 2017</h1>

<p>
Mesa 17.2.3 is a bug fix release which fixes bugs found since the 17.2.2 release.
</p>
<p>
Mesa 17.2.3 implements the OpenGL 4.5 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 4.5.  OpenGL
4.5 is <strong>only</strong> available if requested at context creation
because compatibility contexts are not supported.
</p>


<h2>SHA256 checksums</h2>
<pre>
TBD
</pre>


<h2>New features</h2>
<p>None</p>


<h2>Bug fixes</h2>

<ul>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=101832">Bug 101832</a> - [PATCH][regression][bisect] Xorg fails to start after f50aa21456d82c8cb6fbaa565835f1acc1720a5d</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102852">Bug 102852</a> - Scons: Support the new Scons 3.0.0</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102940">Bug 102940</a> - Regression: Vulkan KMS rendering crashes since 17.2</li>

</ul>


<h2>Changes</h2>

<p>Alex Smith (1):</p>
<ul>
  <li>radv: Add R16G16B16A16_SNORM fast clear support</li>
</ul>

<p>Bas Nieuwenhuizen (2):</p>
<ul>
  <li>nir/spirv: Allow loop breaks in a switch body.</li>
  <li>radv: Only set the MTYPE flags on GFX9+.</li>
</ul>

<p>Ben Crocker (4):</p>
<ul>
  <li>gallivm: fix typo in debug_printf message</li>
  <li>gallivm: allow additional llc options</li>
  <li>gallivm/ppc64le: adjust VSX code generation control.</li>
  <li>gallivm/ppc64le: allow environmental control of Altivec code generation</li>
</ul>

<p>Daniel Stone (2):</p>
<ul>
  <li>egl/wayland: Check queryImage return for wl_buffer</li>
  <li>egl/wayland: Don't use dmabuf with no modifiers</li>
</ul>

<p>Dave Airlie (2):</p>
<ul>
  <li>radv: emit fmuladd instead of fma to llvm.</li>
  <li>radv: lower ffma in nir.</li>
</ul>

<p>Emil Velikov (6):</p>
<ul>
  <li>cherry-ignore: add "anv: Remove unreachable cases from isl_format_for_size"</li>
  <li>cherry-ignore: add "anv/wsi: Allocate enough memory for the entire image"</li>
  <li>swr/rast: do not crash on NULL strings returned by getenv</li>
  <li>wayland-drm: use a copy of the wayland_drm_callbacks struct</li>
  <li>eglmesaext: add forward declaration for struct wl_buffers</li>
  <li>Update version to 17.2.3</li>
</ul>

<p>Eric Engestrom (1):</p>
<ul>
  <li>scons: use python3-compatible print()</li>
</ul>

<p>Ilia Mirkin (2):</p>
<ul>
  <li>nv50/ir: fix 64-bit integer shifts</li>
  <li>nv50,nvc0: fix push hint logic in presence of a start offset</li>
</ul>

<p>Jason Ekstrand (6):</p>
<ul>
  <li>intel/compiler: Don't cmod propagate into a saturated operation</li>
  <li>intel/compiler: Don't propagate cmod into integer multiplies</li>
  <li>glsl/blob: Return false from ensure_can_read on overrun</li>
  <li>glsl/blob: Return false from grow_to_fit if we've ever failed</li>
  <li>nir/opcodes: Fix constant-folding of ufind_msb</li>
  <li>nir: Get rid of the variable on vote intrinsics</li>
</ul>

<p>Juan A. Suarez Romero (1):</p>
<ul>
  <li>docs: add sha256 checksums for 17.2.2</li>
</ul>

<p>Józef Kucia (3):</p>
<ul>
  <li>anv: Fix vkCmdFillBuffer()</li>
  <li>spirv: Fix SpvOpAtomicISub</li>
  <li>anv: Do not assert() on VK_ATTACHMENT_UNUSED</li>
</ul>

<p>Leo Liu (3):</p>
<ul>
  <li>st/va: use pipe transfer_map to map upload buffer</li>
  <li>st/vdpau: don't re-allocate interlaced buffer with packed YUV format</li>
  <li>st/va: don't re-allocate interlaced buffer with pakced format</li>
</ul>

<p>Lionel Landwerlin (4):</p>
<ul>
  <li>intel: compiler: vec4: add missing default 0 lod</li>
  <li>anv/cmd_buffer: fix push descriptors with set &gt; 0</li>
  <li>anv/cmd_buffer: Reset state in cmd_buffer_destroy</li>
  <li>anv: bo_cache: allow importing a BO larger than needed</li>
</ul>

<p>Marek Olšák (3):</p>
<ul>
  <li>mesa: fix texture updates for ATI_fragment_shader</li>
  <li>st/mesa: don't use pipe_surface for passing information about EGLImage</li>
  <li>glsl_to_tgsi: fix instruction order for bindless textures</li>
</ul>

<p>Nicolai Hähnle (14):</p>
<ul>
  <li>st/glsl_to_tgsi: fix conditional assignments to packed shader outputs</li>
  <li>amd/common: fix build_cube_select</li>
  <li>radeonsi/gfx9: fix geometry shaders without output vertices</li>
  <li>util/queue: fix a race condition in the fence code</li>
  <li>glsl/lower_instruction: handle denorms and overflow in ldexp correctly</li>
  <li>radeonsi: move current_rast_prim to r600_common_context</li>
  <li>radeonsi: don't discard points and lines</li>
  <li>radeonsi: deduce rast_prim correctly for tessellation point mode</li>
  <li>radeonsi: fix maximum advertised point size / line width</li>
  <li>st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTS</li>
  <li>st/glsl_to_tgsi: fix indirect access to 64-bit integer</li>
  <li>st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts</li>
  <li>radeonsi: clamp depth comparison value only for fixed point formats</li>
  <li>radeonsi: clamp border colors for upgraded depth textures</li>
</ul>

<p>Rob Clark (2):</p>
<ul>
  <li>freedreno/a5xx: align height to GMEM</li>
  <li>freedreno/a5xx: fix missing restore state</li>
</ul>


</div>
</body>
</html>