summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2020-08-17 11:28:07 +0100
committerDylan Baker <dylan.c.baker@intel.com>2020-08-21 12:55:47 -0700
commitc2a441c6a206d41f598a3c7a64ab90576ae660a7 (patch)
tree50d0e1eb8005307e8365c358f63726bbe8dc40b3 /.pick_status.json
parent831473e56e378f985615ecc2683e7cdaf74047c3 (diff)
aco: fix non-rtz pack_half_2x16
We were using the wrong conversion opcode. The high bits are also not zero'd on GFX10, which can cause v_cvt_pk_u16_u32 to clamp. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Fixes: df645fa369d ('aco: implement VK_KHR_shader_float_controls') Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6346> (cherry picked from commit 9c1e0d86a813af7609acf42cfe6bec7401d6405f)
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 b7a38581c4a..8c31c2b3972 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -94,7 +94,7 @@
"description": "aco: fix non-rtz pack_half_2x16",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "df645fa369d12be4d5e0fd9e4f6d4455caf2f4c3"
},