summaryrefslogtreecommitdiff
path: root/docs/relnotes/21.3.9.rst
blob: 51c4ec5678f03f4281a65224bcd7b1fa06e4e2dd (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
Mesa 21.3.9 Release Notes / 2022-06-08
======================================

Mesa 21.3.9 is a bug fix release which fixes bugs found since the 21.3.8 release.

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

- [regression][bisected] MSVC: Build failure in libmesa_util when targeting x86 32-bit
- A crash in radeonsi driver


Changes
-------

Alyssa Rosenzweig (2):

- panfrost: Emulate GL_CLAMP on Bifrost
- pan/bi: Handle non-2D arrays

Dave Airlie (2):

- crocus: don't map scanout buffers as write-back
- intel/perf: use a function to do common allocations

Emma Anholt (2):

- vulkan: Make sure we've loaded our connectors when querying plane props.
- intel/perf: Move some static blocks of C code out of the python script.

Eric Engestrom (3):

- .pick_status.json: Update to 05d687723530ed3c5c9f7d0addb3b047138613a3
- .pick_status.json: Update to fc381fa1e341bc9cf71f53a915dc47926a3f621f
- Revert "glx: Fix build errors with --enable-mangling (v2)"

Erik Faye-Lund (1):

- Revert "ci: downgrade sphinx to v3.x"

Georg Lehmann (1):

- radv: Don't hash ycbcr sampler base object.

Ian Romanick (1):

- intel/fs: Force destination types on DP4A instructions

Icecream95 (2):

- panfrost: Don't initialise the trampolines array
- panfrost: Optimise recalculation of max sampler view

Jason Ekstrand (1):

- anv: Allow MSAA resolve with different numbers of planes

Jonathan Gray (1):

- util: fix msvc build

Lionel Landwerlin (4):

- anv: fix variable shadowing
- anv: zero-out anv_batch_bo
- anv: emit timestamp & availability using the same part of CS
- anv: flush tile cache with query copy command

Matt Turner (8):

- intel/perf: Don't print leading space from desc_units()
- intel/perf: Deduplicate perf counters
- intel/perf: Use a function to initialize perf counters
- intel/perf: Use slimmer intel_perf_query_counter_data struct
- intel/perf: Store indices to strings rather than pointers
- intel/perf: Mark intel_perf_counter_* enums as PACKED
- intel/perf: Fix mistake in description string
- intel/perf: Destination array calculation into function

Mike Blumenkrantz (9):

- llvmpipe: fix occlusion queries with early depth test
- anv: fix xfb usage with rasterizer discard
- anv: fix CmdSetColorWriteEnableEXT for maximum rts
- anv: fix some dynamic rasterization discard cases in pipeline construction
- lavapipe: always clone shader nir for shader states
- gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray
- zink: flag sample locations for re-set on batch flush
- zink: force-add usage when adding last-ref tracking
- zink: only update usage on buffer rebind if rebinds occurred

Pierre-Eric Pelloux-Prayer (1):

- radeonsi: don't clear framebuffer.state before dcc decomp