projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ba200
)
llvmpipe: lower mul 2x32_64
author
Dave Airlie
<airlied@redhat.com>
Tue, 18 Aug 2020 19:14:16 +0000
(
05:14
+1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 19 Aug 2020 00:16:46 +0000
(10:16 +1000)
Fixes:
dEQP-VK.glsl.builtin.function.integer.umulextended*
dEQP-VK.glsl.builtin.function.integer.imulextended*
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6339>
src/gallium/drivers/llvmpipe/lp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_screen.c
b/src/gallium/drivers/llvmpipe/lp_screen.c
index 4fa3436d0ab154c4276f490cd9a1cd28487eb20b..644738392c4246eb941e9bc7aa2e86941e6c2528 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_screen.c
+++ b/
src/gallium/drivers/llvmpipe/lp_screen.c
@@
-566,6
+566,7
@@
static const struct nir_shader_compiler_options gallivm_nir_options = {
.lower_rotate = true,
.lower_uadd_carry = true,
.lower_usub_borrow = true,
+ .lower_mul_2x32_64 = true,
.lower_ifind_msb = true,
.max_unroll_iterations = 32,
.use_interpolated_input_intrinsics = true,