egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
[mesa.git] / docs / relnotes / 18.0.1.rst
1 Mesa 18.0.1 Release Notes / April 18, 2018
2 ==========================================
3
4 Mesa 18.0.1 is a bug fix release which fixes bugs found since the 18.0.0
5 release.
6
7 Mesa 18.0.1 implements the OpenGL 4.5 API, but the version reported by
8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10 used. Some drivers don't support all the features required in OpenGL
11 4.5. OpenGL 4.5 is **only** available if requested at context creation
12 because compatibility contexts are not supported.
13
14 SHA256 checksums
15 ----------------
16
17 ::
18
19 0c93ba892c0610f5dd87f2e2673b9445187995c395b3ddb33fd4260bfb291e89 mesa-18.0.1.tar.gz
20 b2d2f5b5dbaab13e15cb0dcb5ec81887467f55ebc9625945b303a3647cd87954 mesa-18.0.1.tar.xz
21
22 New features
23 ------------
24
25 None
26
27 Bug fixes
28 ---------
29
30 - `Bug 101408 <https://bugs.freedesktop.org/show_bug.cgi?id=101408>`__
31 - [Gen8+] Xonotic fails to render one of the weapons
32 - `Bug 102342 <https://bugs.freedesktop.org/show_bug.cgi?id=102342>`__
33 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
34 (style) Suspicious condition
35 - `Bug 102542 <https://bugs.freedesktop.org/show_bug.cgi?id=102542>`__
36 - mesa-17.2.0/src/gallium/state_trackers/nine/nine_ff.c:1938: bad
37 assignment ?
38 - `Bug 105317 <https://bugs.freedesktop.org/show_bug.cgi?id=105317>`__
39 - The GPU Vega 56 was hang while try to pass #GraphicsFuzz shader15
40 test
41 - `Bug 105440 <https://bugs.freedesktop.org/show_bug.cgi?id=105440>`__
42 - GEN7: rendering issue on citra
43 - `Bug 105442 <https://bugs.freedesktop.org/show_bug.cgi?id=105442>`__
44 - Hang when running nine ff lighting shader with radeonsi
45 - `Bug 105567 <https://bugs.freedesktop.org/show_bug.cgi?id=105567>`__
46 - meson/ninja: 1. mesa/vdpau incorrect symlinks in DESTDIR and 2.
47 Ddri-drivers-path Dvdpau-libs-path overrides DESTDIR
48 - `Bug 105670 <https://bugs.freedesktop.org/show_bug.cgi?id=105670>`__
49 - [regression][hang] Trine1EE hangs GPU after loading screen on
50 Mesa3D-17.3 and later
51 - `Bug 105704 <https://bugs.freedesktop.org/show_bug.cgi?id=105704>`__
52 - compiler assertion hit
53 - `Bug 105717 <https://bugs.freedesktop.org/show_bug.cgi?id=105717>`__
54 - [bisected] Mesa build tests fails: BIGENDIAN_CPU or
55 LITTLEENDIAN_CPU must be defined
56 - `Bug 105942 <https://bugs.freedesktop.org/show_bug.cgi?id=105942>`__
57 - Graphical artefacts after update to mesa 18.0.0-2
58
59 Changes
60 -------
61
62 Andres Gomez (2):
63
64 - dri_util: when overriding, always reset the core version
65 - mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage
66
67 Axel Davy (5):
68
69 - st/nine: Fix bad tracking of vs textures for NINESBT_ALL
70 - st/nine: Fixes warning about implicit conversion
71 - st/nine: Fix non inversible matrix check
72 - st/nine: Declare lighting consts for ff shaders
73 - st/nine: Do not use scratch for face register
74
75 Bas Nieuwenhuizen (3):
76
77 - ac/nir: Add workaround for GFX9 buffer views.
78 - radv: Don't set instance count using predication.
79 - radv: Always reset draw user SGPRs after secondary command buffer.
80
81 Caio Marcelo de Oliveira Filho (1):
82
83 - anv/pipeline: fail if TCS/TES compile fail
84
85 Daniel Stone (1):
86
87 - st/dri: Initialise modifier to INVALID for DRI2
88
89 Derek Foreman (1):
90
91 - egl/wayland: Make swrast display_sync the correct queue
92
93 Dylan Baker (4):
94
95 - meson: don't use compiler.has_header
96 - autotools: include meson_get_version
97 - meson: Set .so version for xa like autotools does
98 - meson: fix megadriver symlinking
99
100 Emil Velikov (1):
101
102 - docs: add sha256 checksums for 18.0.0
103
104 Eric Engestrom (3):
105
106 - meson/configure: detect endian.h instead of trying to guess when it's
107 available
108 - docs: fix 18.0 release note version
109 - gbm: remove never-implemented function
110
111 Henri Verbeet (1):
112
113 - mesa: Inherit texture view multi-sample information from the original
114 texture images.
115
116 Iago Toral Quiroga (1):
117
118 - compiler/spirv: set is_shadow for depth comparitor sampling opcodes
119
120 Ian Romanick (1):
121
122 - i965/vec4: Fix null destination register in 3-source instructions
123
124 Jason Ekstrand (4):
125
126 - nir/vars_to_ssa: Remove copies from the correct set
127 - nir/lower_indirect_derefs: Support interp_var_at intrinsics
128 - intel/vec4: Set channel_sizes for MOV_INDIRECT sources
129 - nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination
130
131 Juan A. Suarez Romero (5):
132
133 - cherry-ignore anv: Be more careful about fast-clear colors
134 - cherry-ignore: ac/shader: fix vertex input with components.
135 - cherry-ignore: radv: handle exporting view index to fragment shader.
136 (v1.1)
137 - cherry-ignore: omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}
138 - Update version to 18.0.1
139
140 Leo Liu (1):
141
142 - radeon/vce: move feedback command inside of destroy function
143
144 Lionel Landwerlin (1):
145
146 - i965/perf: fix config registration when uploading to kernel
147
148 Marc Dietrich (1):
149
150 - meson: fix HAVE_LLVM version define in meson build
151
152 Marek Olšák (1):
153
154 - mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
155
156 Mark Thompson (1):
157
158 - st/va: Enable vaExportSurfaceHandle()
159
160 Rob Clark (3):
161
162 - nir: fix per_vertex_output intrinsic
163 - freedreno/a5xx: fix page faults on last level
164 - freedreno/a5xx: don't align height for PIPE_BUFFER
165
166 Samuel Pitoiset (2):
167
168 - radv: fix picking the method for resolve subpass
169 - radv: fix radv_layout_dcc_compressed() when image doesn't have DCC
170
171 Sergii Romantsov (1):
172
173 - i965: Extend the negative 32-bit deltas to 64-bits
174
175 Timothy Arceri (7):
176
177 - ac: add if/loop build helpers
178 - radeonsi: make use of if/loop build helpers in ac
179 - ac: make use of if/loop build helpers
180 - glsl: fix infinite loop caused by bug in loop unrolling pass
181 - nir: fix crash in loop unroll corner case
182 - gallium/pipebuffer: fix parenthesis location
183 - glsl: always call do_lower_jumps() after loop unrolling
184
185 Xiong, James (1):
186
187 - i965: return the fourcc saved in \__DRIimage when possible