summaryrefslogtreecommitdiff
path: root/docs/relnotes/22.0.5.rst
blob: 5130f7bbb248d54f5879681021a3ff85ee13743b (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
Mesa 22.0.5 Release Notes / 2022-06-01
======================================

Mesa 22.0.5 is a bug fix release which fixes bugs found since the 22.0.4 release.

Mesa 22.0.5 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 22.0.5 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
---------------

::

    TBD.


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

- None


Bug fixes
---------

- nir_lower_phis_to_regs_block: Assertion \`src->src.is_ssa' failed.
- Build failure on sparc
- Signal 6 (Aborted) when opening GTK3 applications
- radv: Conditional rendering on compute queue
- anv: line failure
- panfrost midgard - major issues with MelonDS emulator - not able to trace properly too
- Nheko misrendering on RK3399 (Mali T860)


Changes
-------

Daniel Schürmann (1):

- aco: fix spilling of phis without temp operands

Dave Airlie (2):

- meson: add build-id to pipe libraries
- lavapipe: fix depth bias offset flag enables.

Dylan Baker (6):

- docs: add sha256sum to 22.0.4 notes
- .pick_status.json: Update to 95d4e5435bf63239105a50370ebbbbdeb7fed2f8
- .pick_status.json: Update to ee2278de654853f1d6107e6ef6fc8537a668866e
- .pick_status.json: Update to 9773ed1dc74b98019640d909cdc2b5d6cffae85a
- .pick_status.json: Update to 5067a26f4432ae5e9690e70ef2498ea24798593e
- .pick_status.json: Update to 1c63a0beafefccec599ddbe355ec5a8b61df6438

Erik Faye-Lund (4):

- editorconfig: remove scons-ism
- editorconfig: remove html-rule
- editorconfig: remove m4-rule
- editorconfig: remove pl-rule

Filip Gawin (1):

- r300: keep negation if w is an inline constant

Hans-Kristian Arntzen (1):

- radv: Fix RTPSO hashing of pGroups.

Icecream95 (5):

- panfrost: Copy blend constant into variant even when reusing it
- nir: Add store_combined_output_pan BASE back
- pan/bi: Read base for combined stores
- pan/mdg: Read base for combined stores
- panfrost: Only write depth / stencil once if MRT is used

Jason Ekstrand (6):

- intel/fs: Copy color_outputs_valid into wm_prog_data
- anv: Drop alpha_to_coverage from the NULL FS optimization
- anv: Handle the null FS optimization after compiling shaders
- anv: Don't disable the fragment shader if XFB is enabled
- nir: Handle register sources in lower_phis_to_regs_block
- glsl/nir: Stop leaking varyings_info

Matt Turner (1):

- mesa: Drop dead #include "sparc/sparc.h"

Michael Skorokhodov (1):

- anv: Update line range

Mike Blumenkrantz (13):

- spirv: fix barrier scope assert
- zink: only reject non-blittable resource creation if it has no other binds
- zink: add extra validation for resource creation
- zink: remove input attachment usage when pruning surface usage
- zink: add extended usage and retry if resource creation fails
- zink: fix surface/bufferview cache comparisons
- zink: force render target usage for sampler-only resources
- zink: fix non-dynamic vertex stride update flagging
- turnip: fix assert for max xfb outputs
- zink: require draw params ext/cap in ntv if drawid is used
- zink: emit spirv cap for subgroup vote ops
- zink: drop wideLines requirement
- zink: drop largePoints requirement

Pierre-Eric Pelloux-Prayer (2):

- glx: set max values for pbuffer width / height
- radeonsi: don't use sel->nir in si_check_blend_dst_sampler_noop

Qiang Yu (1):

- radeonsi: lower nir_intrinsic_sparse_residency_code_and

Rhys Perry (1):

- aco: fix p_constaddr with a non-zero offset

Samuel Pitoiset (1):

- radv: fix writing buffer markers with non-zero memory offset

Timur Kristóf (1):

- radv: Implement conditional rendering for async compute queue.