summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@collabora.com>2022-04-25 12:12:10 -0500
committerDylan Baker <dylan.c.baker@intel.com>2022-04-26 09:06:11 -0700
commit3dd54edd121b29a2bfa05fe9afd42e14826ec40b (patch)
tree28224a990c88559a79d63a9b9807bee2741a5596 /.pick_status.json
parent7358faab52d938031cdebf94c490a36de9487ff9 (diff)
nir: Lower all bit sizes of usub_borrow
It's not clear why this is restricted to 32-bit besides that being the only bit size where GLSL has an intrinsic for this. All drivers that set this probably want it lowered for all bit sizes as far as I can tell. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6353 Fixes: 8a3e3441802c ("nir/opt_algebraic: Fix some expressions with ambiguous bit sizes") Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16146> (cherry picked from commit 17557303625d95fc30b24d15b45e41d9b747aee6)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index c21cdbf502f..8d5a16145b4 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -364,7 +364,7 @@
"description": "nir: Lower all bit sizes of usub_borrow",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": "8a3e3441802c417ec944f02a9f38491b3b236d7c"
},