aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-06-03 11:41:37 -0700
committerKenneth Graunke <[email protected]>2019-06-05 16:45:12 -0700
commitfa56a3795f9f4b15013f2163193c54611fd2b8e0 (patch)
tree4a26f4ff351e8def2f3b391e52ef4cd147d8993f /src/gallium/drivers/nouveau
parente8a60e5d50622af558301873de6bd4551ffdc0e3 (diff)
gallium: Drop lower_fmod64 from drivers that don't support doubles.
Neither freedreno nor nv50 expose PIPE_CAP_DOUBLES, so there's no fmod64 to be lowered. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.c b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
index 5e14ac2124d..a17c0a9352b 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
@@ -882,7 +882,6 @@ static const nir_shader_compiler_options nir_options = {
.lower_flrp32 = true,
.lower_flrp64 = true,
.lower_fpow = false,
- .lower_fmod64 = true,
.lower_uadd_carry = true,
.lower_usub_borrow = true,
.lower_ffract = true,