1 | Mesa 20.0.3 Release Notes / 2020-04-01
|
---|
2 | ======================================
|
---|
3 |
|
---|
4 | Mesa 20.0.3 is a bug fix release which fixes bugs found since the 20.0.2
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 20.0.3 implements the OpenGL 4.6 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.6. OpenGL 4.6 is **only** available if requested at context creation.
|
---|
12 | Compatibility contexts may report a lower version depending on each
|
---|
13 | driver.
|
---|
14 |
|
---|
15 | Mesa 20.0.3 implements the Vulkan 1.2 API, but the version reported by
|
---|
16 | the apiVersion property of the VkPhysicalDeviceProperties struct depends
|
---|
17 | on the particular driver being used.
|
---|
18 |
|
---|
19 | SHA256 checksum
|
---|
20 | ---------------
|
---|
21 |
|
---|
22 | ::
|
---|
23 |
|
---|
24 | d63aaf2c27143eded2f4f376f18f7a766ad997f8eeb96c357e8ade84e8a237af mesa-20.0.3.tar.xz
|
---|
25 |
|
---|
26 | New features
|
---|
27 | ------------
|
---|
28 |
|
---|
29 | Bug fixes
|
---|
30 | ---------
|
---|
31 |
|
---|
32 | - RADV: flickering textures in Q.U.B.E. 2 through Proton
|
---|
33 | - src/compiler/glsl/ast_to_hir.cpp:2134: ir_rvalue\*
|
---|
34 | ast_expression::do_hir(exec_list*, \_mesa_glsl_parse_state*, bool):
|
---|
35 | Assertion \`result != NULL \|\| !needs_rvalue' failed.
|
---|
36 | - [ACO] Reliable crash with RPCS3 that is not present with LLVM
|
---|
37 | - [RADV] vkCmdBindTransformFeedbackBuffersEXT pSizes optional parameter
|
---|
38 | not handled
|
---|
39 | - soft-fp64: \__fsat64 incorrectly returns NaN for a NaN input. It
|
---|
40 | should return zero.
|
---|
41 | - Hang when using glWaitSync with multithreaded shared GL contexts
|
---|
42 |
|
---|
43 | Changes
|
---|
44 | -------
|
---|
45 |
|
---|
46 | Caio Marcelo de Oliveira Filho (1):
|
---|
47 |
|
---|
48 | - mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARB
|
---|
49 |
|
---|
50 | Dylan Baker (6):
|
---|
51 |
|
---|
52 | - docs/relnotes: Add sha256 sums for 20.0.2
|
---|
53 | - .pick_status.json: Update to cf62c2b2ac69637785f55b790fdd601c17e7e9d5
|
---|
54 | - .pick_status.json: Mark 672d10619980687acec329742f055f7f3796c1b8 as
|
---|
55 | backported
|
---|
56 | - .pick_status.json: Mark c923de68dd0ab10a5a5fb3196f539707d046d897 as
|
---|
57 | backported
|
---|
58 | - .pick_status.json: Mark 56de6f698e3f164d97f132203e8159ef0b8e9bb8 as
|
---|
59 | denominated
|
---|
60 | - .pick_status.json: Update to aee004a7c8900938d1c17f0ac299d40001b383b0
|
---|
61 |
|
---|
62 | Eric Engestrom (6):
|
---|
63 |
|
---|
64 | - .pick_status.json: Update to 3252041a7872c49e53bb02ffe8b079b5fc43f15e
|
---|
65 | - .pick_status.json: Update to 12711939320e4fcd3a0d86af22da1042ad92035f
|
---|
66 | - .pick_status.json: Update to 05069e1f0794aadd40ce9269f858e50c64254388
|
---|
67 | - .pick_status.json: Update to 8970b7839aebefa7207c9535ac34ab4e8cc0ae25
|
---|
68 | - .pick_status.json: Update to 5f4d9b419a1c931ad468b8b22b8a95b1216891e4
|
---|
69 | - .pick_status.json: Update to 70ac7f5b0c46370075a35067c9f7dfe78e84b16d
|
---|
70 |
|
---|
71 | Erik Faye-Lund (3):
|
---|
72 |
|
---|
73 | - rbug: do not return void-value
|
---|
74 | - pipebuffer: clean up cast-warnings
|
---|
75 | - vtn/opencl: fully enable OpenCLstd_Clz
|
---|
76 |
|
---|
77 | Francisco Jerez (1):
|
---|
78 |
|
---|
79 | - intel/fs/gen12: Fix interaction of SWSB dependency combination with
|
---|
80 | EU fusion workaround.
|
---|
81 |
|
---|
82 | Greg V (1):
|
---|
83 |
|
---|
84 | - amd/addrlib: fix build on non-x86 platforms
|
---|
85 |
|
---|
86 | Ian Romanick (2):
|
---|
87 |
|
---|
88 | - soft-fp64/fsat: Correctly handle NaN
|
---|
89 | - soft-fp64: Split a block that was missing a cast on a comparison
|
---|
90 |
|
---|
91 | Faith Ekstrand (5):
|
---|
92 |
|
---|
93 | - intel/blorp: Add support for swizzling fast-clear colors
|
---|
94 | - anv: Swizzle fast-clear values
|
---|
95 | - nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64
|
---|
96 | - anv: Account for the header in anv_state_stream_alloc
|
---|
97 | - spirv: Implement OpCopyObject and OpCopyLogical as blind copies
|
---|
98 |
|
---|
99 | John Stultz (2):
|
---|
100 |
|
---|
101 | - gallium: hud_context: Fix scalar initializer warning.
|
---|
102 | - vc4_bufmgr: Remove duplicative VC definition
|
---|
103 |
|
---|
104 | Jordan Justen (2):
|
---|
105 |
|
---|
106 | - intel: Update TGL PCI strings
|
---|
107 | - intel: Add TGL PCI ID
|
---|
108 |
|
---|
109 | Lionel Landwerlin (5):
|
---|
110 |
|
---|
111 | - isl: implement linear tiling row pitch requirement for display
|
---|
112 | - isl: properly filter supported display modifiers on Gen9+
|
---|
113 | - isl: only apply main surface ccs pitch constraint with CCS
|
---|
114 | - isl: drop min row pitch alignment when set by the driver
|
---|
115 | - intel: add new TGL pci ids
|
---|
116 |
|
---|
117 | Marek Olšák (3):
|
---|
118 |
|
---|
119 | - nir: fix clip/cull_distance_array_size in
|
---|
120 | nir_lower_clip_cull_distance_arrays
|
---|
121 | - ac: fix fast division
|
---|
122 | - st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin
|
---|
123 |
|
---|
124 | Marek Vasut (1):
|
---|
125 |
|
---|
126 | - etnaviv: Emit PE.ALPHA_COLOR_EXT\* on GPUs with half-float support
|
---|
127 |
|
---|
128 | Neil Armstrong (1):
|
---|
129 |
|
---|
130 | - Revert "ci: Remove T820 from CI temporarily"
|
---|
131 |
|
---|
132 | Pierre-Eric Pelloux-Prayer (1):
|
---|
133 |
|
---|
134 | - st/mesa: disallow deferred flush if there are multiple contexts
|
---|
135 |
|
---|
136 | Rhys Perry (11):
|
---|
137 |
|
---|
138 | - nir/gather_info: handle emit_vertex_with_counter
|
---|
139 | - aco: set has_divergent_branch for discards in loops
|
---|
140 | - aco: handle missing second predecessors at merge block phis
|
---|
141 | - aco: skip NIR in unreachable merge blocks
|
---|
142 | - aco: improve check for unreachable loop continue blocks
|
---|
143 | - aco: emit IR in IF's merge block instead if the other side ends in a
|
---|
144 | jump
|
---|
145 | - aco: fix boolean undef regclass
|
---|
146 | - nir/gather_info: fix per-vertex handling in try_mask_partial_io
|
---|
147 | - aco: implement 64-bit VGPR constant copies in handle_operands()
|
---|
148 | - glsl: fix race in instance getters
|
---|
149 | - util/u_queue: fix race in total_jobs_size access
|
---|
150 |
|
---|
151 | Rob Clark (2):
|
---|
152 |
|
---|
153 | - freedreno/ir3/ra: fix array liveranges
|
---|
154 | - util: fix u_fifo_pop()
|
---|
155 |
|
---|
156 | Samuel Pitoiset (7):
|
---|
157 |
|
---|
158 | - radv/gfx10: fix required subgroup size with
|
---|
159 | VK_EXT_subgroup_size_control
|
---|
160 | - radv/gfx10: fix required ballot size with
|
---|
161 | VK_EXT_subgroup_size_control
|
---|
162 | - radv: fix optional pSizes parameter when binding streamout buffers
|
---|
163 | - radv: enable VK_KHR_8bit_storage on GFX6-GFX7
|
---|
164 | - ac/nir: use llvm.amdgcn.rcp for nir_op_frcp
|
---|
165 | - ac/nir: use llvm.amdgcn.rsq for nir_op_frsq
|
---|
166 | - ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
|
---|
167 |
|
---|
168 | Tapani Pälli (1):
|
---|
169 |
|
---|
170 | - glsl: set error_emitted true if type not ok for assignment
|
---|
171 |
|
---|
172 | Thomas Hellstrom (1):
|
---|
173 |
|
---|
174 | - svga, winsys/svga: Fix persistent memory discard maps
|
---|
175 |
|
---|
176 | Timothy Arceri (3):
|
---|
177 |
|
---|
178 | - glsl: fix varying packing for 64bit integers
|
---|
179 | - nir: fix packing of TCS varyings not read by the TES
|
---|
180 | - nir: fix crash in varying packing on interface mismatch
|
---|
181 |
|
---|
182 | Timur Kristóf (1):
|
---|
183 |
|
---|
184 | - radv/llvm: fix subgroup shuffle for chips without bpermute
|
---|