diff options
author | Dave Airlie <airlied@gmail.com> | 2023-07-21 11:35:36 +1000 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-28 18:48:24 +0100 |
commit | 67a4143e0186cedcf3c52adc2a5d1d923c3d09b3 (patch) | |
tree | 66e178854f617589615842eaebe58c37e2a98a17 /.pick_status.json | |
parent | 1d8d9a0f791a265e824eca56ad0fcb9475b279da (diff) | |
download | mesa-67a4143e0186cedcf3c52adc2a5d1d923c3d09b3.tar.gz mesa-67a4143e0186cedcf3c52adc2a5d1d923c3d09b3.tar.bz2 mesa-67a4143e0186cedcf3c52adc2a5d1d923c3d09b3.zip |
gallivm: fix atomic global temporary storage.
Fixes regression on llvm15 with
piglit tests/cl/program/execute/builtin/atomic/atomic_xchg-global.cl
Fixes: f28129000511 ("gallivm: Fix atomic_global types")
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Tested-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24267>
(cherry picked from commit 2b03938f27d68f6eca17002d9224639607585e90)
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 3f20413e2c4..1a2b7fd73ee 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2506,7 +2506,7 @@ "description": "gallivm: fix atomic global temporary storage.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "f281290005119ddd2dc82e0b7a4cc22551d7fc71" }, |