loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_msc
[mesa.git] / docs / relnotes / 17.0.1.rst
1 Mesa 17.0.1 Release Notes / March 4, 2017
2 =========================================
3
4 Mesa 17.0.1 is a bug fix release which fixes bugs found since the 17.0.0
5 release.
6
7 Mesa 17.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 e819bd3e515dac26faf9836d8f27a4ddf05323b9b23afb6c06536d4ac82e2743 mesa-17.0.1.tar.gz
20 96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c mesa-17.0.1.tar.xz
21
22 New features
23 ------------
24
25 None
26
27 Bug fixes
28 ---------
29
30 - `Bug 98869 <https://bugs.freedesktop.org/show_bug.cgi?id=98869>`__ -
31 Electronic Super Joy graphic artefacts (regression,bisected)
32 - `Bug 99532 <https://bugs.freedesktop.org/show_bug.cgi?id=99532>`__ -
33 Compute shader doesn't give right result under some circumstances
34 - `Bug 99677 <https://bugs.freedesktop.org/show_bug.cgi?id=99677>`__ -
35 heap-use-after-free in glsl
36 - `Bug 99692 <https://bugs.freedesktop.org/show_bug.cgi?id=99692>`__ -
37 [radv] Mostly broken on Hawaii PRO/CIK ASICs
38 - `Bug 99850 <https://bugs.freedesktop.org/show_bug.cgi?id=99850>`__ -
39 Tessellation bug on Carrizo
40
41 Changes
42 -------
43
44 Bas Nieuwenhuizen (4):
45
46 - radv: Never try to create more than max_sets descriptor sets.
47 - radv: Reset emitted compute pipeline when calling secondary cmd
48 buffer.
49 - radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.
50 - radv: Use correct size for availability flag.
51
52 Ben Crocker (3):
53
54 - gallivm: Reenable PPC VSX (v3)
55 - gallivm: Improve debug output (V2)
56 - gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
57
58 Brendan King (1):
59
60 - egl/dri3: implement query surface hook
61
62 Christian Gmeiner (2):
63
64 - etnaviv: move pctx initialisation to avoid a null dereference
65 - etnaviv: remove number of pixel pipes validation
66
67 Connor Abbott (1):
68
69 - anv: fix Get*MemoryRequirements for !LLC
70
71 Daniel Stone (1):
72
73 - egl/wayland: Don't use DRM format codes for SHM
74
75 Dave Airlie (6):
76
77 - tgsi: fix memory leak in tgsi sanity check
78 - radv: change base aligmment for allocated memory.
79 - radv: fix cik macroModeIndex.
80 - radv: adopt some init config workarounds from radeonsi.
81 - radv: fix depth format in blit2d.
82 - radv: fix txs for sampler buffers
83
84 Emil Velikov (8):
85
86 - docs: add sha256 checksums for 17.0.0
87 - bin/get-extra-pick-list: use git merge-base to get the branchpoint
88 - bin/get-extra-pick-list: rework to use already_picked list
89 - bin/get-typod-pick-list.sh: limit \`git grep ...' to only as needed
90 - bin/get-pick-list.sh: limit \`git grep ...' only as needed
91 - bin/get-pick-list.sh: remove ancient way of nominating patches
92 - bin/get-fixes-pick-list.sh: add new script
93 - Update version to 17.0.1
94
95 Eric Anholt (1):
96
97 - vc4: Avoid emitting small immediates for UBO indirect load address
98 guards.
99
100 Grazvydas Ignotas (3):
101
102 - r300g: only allow byteswapped formats on big endian
103 - gallium/u_queue: fix a crash with atexit handlers
104 - gallium/u_queue: set num_threads correctly if not all threads start
105
106 Hans de Goede (1):
107
108 - glx/glvnd: Fix GLXdispatchIndex sorting
109
110 Ilia Mirkin (4):
111
112 - gm107/ir: fix address offset bitfield for ATOMS
113 - nvc0: set the render condition in the compute object
114 - st/mesa: don't pass compare mode for stencil-sampled textures
115 - nvc0: disable linked tsc mode in compute launch descriptor
116
117 Jason Ekstrand (10):
118
119 - i965/sampler_state: Clamp min/max LOD to 14 on gen7+
120 - i965/sampler_state: Pass texObj into update_sampler_state
121 - i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
122 - intel/blorp: Swizzle clear colors on the CPU
123 - i965/fs: Fix the inline nir_op_pack_double optimization
124 - anv: Add an invalidate_range helper
125 - anv/query: clflush the bo map on non-LLC platforms
126 - genxml: Make MI_STORE_DATA_IMM more consistent
127 - anv/query: Perform CmdResetQueryPool on the GPU
128 - intel/blorp: Explicitly flush all allocated state
129
130 Jose Maria Casanova Crespo (1):
131
132 - glsl: non-last member unsized array on SSBO must fail compilation on
133 GLSL ES 3.1
134
135 Kenneth Graunke (1):
136
137 - mesa: Do (TCS && !TES) draw time validation in ES as well.
138
139 Leo Liu (1):
140
141 - configure.ac: check require_basic_egl only if egl enabled
142
143 Lionel Landwerlin (2):
144
145 - anv: wsi: report presentation error per image request
146 - i965/fs: fix uninitialized memory access
147
148 Marek Olšák (6):
149
150 - radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start
151 (v2)
152 - gallium/util: remove unused u_index_modify helpers
153 - gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED
154 unconditionally
155 - gallium/u_queue: fix random crashes when the app calls exit()
156 - radeonsi: fix broken tessellation on Carrizo and Stoney
157 - amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
158
159 Mauro Rossi (2):
160
161 - android: radeonsi: fix sid_table.h generated header include path
162 - android: glsl: build shader cache sources
163
164 Michel Dänzer (1):
165
166 - configure.ac: Drop LLVM compiler flags more radically
167
168 Nicolai Hähnle (3):
169
170 - winsys/amdgpu: reduce max_alloc_size based on GTT limits
171 - radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
172 - radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
173
174 Samuel Iglesias Gonsálvez (1):
175
176 - glsl: fix heap-use-after-free in ast_declarator_list::hir()
177
178 Tapani Pälli (1):
179
180 - android: fix droid_create_image_from_prime_fd_yuv for YV12