diff options
author | Iván Briano <ivan.briano@intel.com> | 2023-07-17 21:37:10 -0700 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-18 22:48:01 +0100 |
commit | 8104b4a92b7bfeb74588f7e48b0e920a19a5f579 (patch) | |
tree | c6a2badb479a286acde4ea22004fcb77b094fe6f /.pick_status.json | |
parent | cc0bd5d8ab988dbcca66ebb77747cf04a7a5e8bf (diff) | |
download | mesa-8104b4a92b7bfeb74588f7e48b0e920a19a5f579.tar.gz mesa-8104b4a92b7bfeb74588f7e48b0e920a19a5f579.tar.bz2 mesa-8104b4a92b7bfeb74588f7e48b0e920a19a5f579.zip |
anv: ensure CFE_STATE is emitted for ray tracing pipelines
Fixes sporadic failures in dEQP-VK.robustness.robustness2.*.rgen
Fixes: ecb709c8535 ("anv: only emit CFE_STATE when scratch space increases")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9382
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24206>
(cherry picked from commit 75990e5564fc8f155c9f165517712a232a2100c8)
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 7e26529dc3a..3cc9eab52b0 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -211,7 +211,7 @@ "description": "anv: ensure CFE_STATE is emitted for ray tracing pipelines", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "ecb709c85351c8c127a1cd3577c74d6b2b0b706a" }, |