diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2023-07-17 09:16:43 -0400 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-21 18:08:14 +0100 |
commit | 1dc1a1b5510f8c57cbd73410a99cd6c87e183f25 (patch) | |
tree | 8a4bd032314a9b949873a4445e9c524a694577bc /.pick_status.json | |
parent | d55b6ae40d8678cb03accb6b2ee6797417e2f5f7 (diff) | |
download | mesa-1dc1a1b5510f8c57cbd73410a99cd6c87e183f25.tar.gz mesa-1dc1a1b5510f8c57cbd73410a99cd6c87e183f25.tar.bz2 mesa-1dc1a1b5510f8c57cbd73410a99cd6c87e183f25.zip |
zink: emit SpvCapabilitySampleMaskPostDepthCoverage with SpvExecutionModePostDepthCoverage
can't have one without the other
cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24183>
(cherry picked from commit 88bf4b61af84e301d337b63b4b6bbb93def3c727)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index ad92b02e61b..0a5c45e45bd 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -328,7 +328,7 @@ "description": "zink: emit SpvCapabilitySampleMaskPostDepthCoverage with SpvExecutionModePostDepthCoverage", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, |