aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/20.1.1.rst
blob: a2debc34394259b46db032235664a22cd55b5fd9 (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
181
182
183
184
185
186
187
188
189
190
191
192
193
Mesa 20.1.1 Release Notes / 2020-06-10
======================================

Mesa 20.1.1 is a bug fix release which fixes bugs found since the 20.1.0
release.

Mesa 20.1.1 implements the OpenGL 4.6 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.6. OpenGL 4.6 is **only** available if requested at context creation.
Compatibility contexts may report a lower version depending on each
driver.

Mesa 20.1.1 implements the Vulkan 1.2 API, but the version reported by
the apiVersion property of the VkPhysicalDeviceProperties struct depends
on the particular driver being used.

SHA256 checksum
---------------

::

   3ea6e46ea7881c656f7b4724639eaa4672d4e0e0b70869651e8f955ebae3d476  mesa-20.1.1.tar.xz

New features
------------

-  None

Bug fixes
---------

-  i965: Rendering problems replaying a trace of "Refunct" after
   mesa-20.1.0-rc1 release [bisected]
-  gallium/winsys/radeon/drm fails assertion on 32bit
-  NIR validation failed after glsl to nir, before function inline,
   wrong {src,dst}->type ?
-  Mesa 20.0.7 / 20.1.0-rc4 regression, extremally long shader
   compilation time in NIR
-  Mesa-git build fails on Fedora Rawhide
-  Doom Eternal 1.1 performs very poorly on RADV
-  iris/i965: possible regression in 20.0.5 due to changes in buffer
   manager sharing across screens (firefox/mozilla#1634213)
-  iris/i965: possible regression in 20.0.5 due to changes in buffer
   manager sharing across screens (firefox/mozilla#1634213)
-  Incorrect \_NetBSD_\_ macro inside execmem.c
-  Possible invalid sizeof in device.c
-  GLSL compiler assertion is_float() failed in glsl/ir_validate.cpp,
   visit_leave on specific WebGL shader
-  [RADV] - Doom Eternal (782330) & Metro Exodus (412020) - Title
   requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
   aberrations.
-  [RADV] - Doom Eternal (782330) & Metro Exodus (412020) - Title
   requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
   aberrations.
-  mesa trunk master vulkan overlay-layer meson.build warning empty
   configuration_data() object

Changes
-------

Alyssa Rosenzweig (1):

-  pan/bi: Fix emit_if successor assignment

Andrii Simiklit (1):

-  glsl: fix crash on glsl macro redefinition

Charmaine Lee (1):

-  llvmpipe: do not enable tessellation shader without llvm coroutines
   support

Clément Guérin (1):

-  radv: Always expose non-visible local memory type on dedicated GPUs

Danylo Piliaiev (3):

-  glsl: Don't replace lrp pattern with lrp if arguments are not floats
-  glsl: inline functions with unsupported return type before converting
   to nir
-  i965: Work around incorrect usage of glDrawRangeElements in UE4

Dave Airlie (1):

-  llvmpipe: move coroutines out of noopt case

Dylan Baker (1):

-  vulkan-overlay/meson: use install_data instead of configure_file

Eric Engestrom (5):

-  docs/relnotes add sha256 sums to 20.1.0
-  docs: drop new_features.txt
-  .pick_status.json: Update to 3a1a40b4431d505fa6487cd012ddb4b64387aee5
-  glapi: remove deprecated .getchildren() that has been replace with an
   iterator
-  intel: fix gen_sort_tags.py

Erik Faye-Lund (2):

-  zink: Use store_dest_raw instead of storing an uint
-  nir: reuse existing psiz-variable

Gert Wollny (1):

-  nir: lower_tex: Don't normalize coordinates for TXF with RECT

Ilia Mirkin (1):

-  nouveau: allow invalidating coherent/persistent buffer backings

Jason Ekstrand (2):

-  intel/vec4: Stomp the return type of RESINFO to UINT32
-  intel/fs: Fix unused texture coordinate zeroing on Gen4-5

Jonathan Marek (1):

-  freedreno/a6xx: use nonbinning VS when GS is used

Lionel Landwerlin (4):

-  iris: fix BO destruction in error path
-  i965: don't forget to set screen on duped image
-  i965: fix export of GEM handles
-  iris: fix export of GEM handles

Marek Olšák (1):

-  radeonsi: add a hack to disable TRUNC_COORD for shadow samplers

Neha Bhende (1):

-  util: Initialize pipe_shader_state for passthrough and transform
   shaders

Peter Seiderer (3):

-  vc4_bufmgr: fix time_t printf
-  pan_bo.h: add time.h include for time_t
-  v3d_bufmgr: fix time_t printf

Pierre-Eric Pelloux-Prayer (3):

-  winsys/radeon: do not cast bo->va as void\*
-  ac/surface: set SCANOUT if surf->is_displayable
-  ac/surface: fix epitch when modifying surf_pitch

Rhys Perry (4):

-  aco: fix interaction with 3f branch workaround and p_constaddr
-  aco: consider SDWA during value numbering
-  aco: check instruction format before waiting for a previous SMEM
   store
-  aco: preserve more fields when combining additions into SMEM

Rob Clark (1):

-  freedreno/computerator: fix missing dependency on generated header

Samuel Pitoiset (5):

-  spirv,radv,anv: implement no-op VK_GOOGLE_user_type
-  aco: fix register allocation for subdword instructions on GFX10
-  radv: enable zero VRAM for Doom Eternal
-  radv: enable zero VRAM for all VKD3D (DX12->VK) games
-  nir/lower_explicit_io: fix NON_UNIFORM access for UBO loads

Satyeshwar Singh (1):

-  intel/dev: Don't consider all TGL SKUs as GT1 only

Timothy Arceri (2):

-  radv: fix regression with builtin cache
-  glsl: fix potential slow compile times for GLSLOptimizeConservatively

Vinson Lee (8):

-  pan/bi: Initialize struct fma_op_info member extended.
-  zink: Check fopen result.
-  etnaviv: Fix memory leak on error path.
-  r300g: Remove extra printf format specifiers.
-  vdpau: Fix wrong calloc sizeof argument.
-  mesa: Fix NetBSD compiler macro.
-  intel/genxml: Migrate from deprecated xml.etree.ElementTree
   getchildren.
-  Switch from cElementTree to ElementTree.