docs: add release notes for 17.2.4
[mesa.git] / docs / relnotes / 17.2.4.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 17.2.4 Release Notes / October 30, 2017</h1>
18
19 <p>
20 Mesa 17.2.4 is a bug fix release which fixes bugs found since the 17.2.3 release.
21 </p>
22 <p>
23 Mesa 17.2.4 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 because compatibility contexts are not supported.
29 </p>
30
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 TBD
35 </pre>
36
37
38 <h2>New features</h2>
39 <p>None</p>
40
41
42 <h2>Bug fixes</h2>
43 <ul>
44
45 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102774">Bug 102774</a> - [BDW] [Bisected] Absolute constant buffers break VAAPI in mpv</li>
46
47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103388">Bug 103388</a> - Linking libcltgsi.la (llvm/codegen/libclllvm_la-common.lo) fails with &quot;error: no match for 'operator-'&quot; with GCC-7, Mesa from Git and current LLVM revisions</li>
48
49 </ul>
50
51
52 <h2>Changes</h2>
53 <p>Andres Gomez (8):</p>
54 <ul>
55 <li>cherry-ignore: configure.ac: rework llvm detection and handling</li>
56 <li>cherry-ignore: glsl: fix derived cs variables</li>
57 <li>cherry-ignore: added 17.3 nominations.</li>
58 <li>cherry-ignore: radv: Don't use vgpr indexing for outputs on GFX9.</li>
59 <li>cherry-ignore: radv: Disallow indirect outputs for GS on GFX9 as well.</li>
60 <li>cherry-ignore: mesa/bufferobj: don't double negate the range</li>
61 <li>cherry-ignore: broadcom/vc5: Propagate vc4 aliasing fix to vc5.</li>
62 <li>Update version to 17.2.4</li>
63 </ul>
64
65 <p>Bas Nieuwenhuizen (1):</p>
66 <ul>
67 <li>ac/nir: Fix nir_texop_lod on GFX for 1D arrays.</li>
68 </ul>
69
70 <p>Dave Airlie (1):</p>
71 <ul>
72 <li>radv/image: bump all the offset to uint64_t.</li>
73 </ul>
74
75 <p>Emil Velikov (1):</p>
76 <ul>
77 <li>docs: add sha256 checksums for 17.2.3</li>
78 </ul>
79
80 <p>Henri Verbeet (1):</p>
81 <ul>
82 <li>vulkan/wsi: Free the event in x11_manage_fifo_queues().</li>
83 </ul>
84
85 <p>Jan Vesely (1):</p>
86 <ul>
87 <li>clover: Fix compilation after clang r315871</li>
88 </ul>
89
90 <p>Jason Ekstrand (4):</p>
91 <ul>
92 <li>nir/intrinsics: Set the correct num_indices for load_output</li>
93 <li>intel/fs: Handle flag read/write aliasing in needs_src_copy</li>
94 <li>anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir</li>
95 <li>intel/eu: Use EXECUTE_1 for JMPI</li>
96 </ul>
97
98 <p>Kenneth Graunke (1):</p>
99 <ul>
100 <li>i965: Revert absolute mode for constant buffer pointers.</li>
101 </ul>
102
103 <p>Marek Olšák (1):</p>
104 <ul>
105 <li>Revert "mesa: fix texture updates for ATI_fragment_shader"</li>
106 </ul>
107
108 <p>Matthew Nicholls (1):</p>
109 <ul>
110 <li>ac/nir: generate correct instruction for atomic min/max on unsigned images</li>
111 </ul>
112
113 <p>Michel Dänzer (1):</p>
114 <ul>
115 <li>st/mesa: Initialize textures array in st_framebuffer_validate</li>
116 </ul>
117
118 <p>Samuel Pitoiset (1):</p>
119 <ul>
120 <li>radv: add the draw count buffer to the list of buffers</li>
121 </ul>
122
123 <p>Stefan Schake (1):</p>
124 <ul>
125 <li>broadcom/vc4: Fix aliasing issue</li>
126 </ul>
127
128
129 </div>
130 </body>
131 </html>