diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2023-07-17 16:54:58 -0400 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-18 22:48:03 +0100 |
commit | 6d67864d29c4a3b079a7dc3a3bc1610858c94730 (patch) | |
tree | 0ce92b9b68deb130eb9ba4e889828d2384ee633d /.pick_status.json | |
parent | 8104b4a92b7bfeb74588f7e48b0e920a19a5f579 (diff) | |
download | mesa-6d67864d29c4a3b079a7dc3a3bc1610858c94730.tar.gz mesa-6d67864d29c4a3b079a7dc3a3bc1610858c94730.tar.bz2 mesa-6d67864d29c4a3b079a7dc3a3bc1610858c94730.zip |
panfrost: Fix transform feedback on v9
We were using a stale FAU buffer which meant we wrote to garbage addresses. I'm
guessing this was fallout from the big sysval rework but not 100% sure.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24199>
(cherry picked from commit c282f80c98831a2c41792eae39e843e9c3fb4809)
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 3cc9eab52b0..8d9646cc1dd 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -202,7 +202,7 @@ "description": "panfrost: Fix transform feedback on v9", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, |