diff --git a/src/gallium/drivers/freedreno/a2xx/ir2_nir.c b/src/gallium/drivers/freedreno/a2xx/ir2_nir.c index c08566ab0ce..31c9add3b92 100644 --- a/src/gallium/drivers/freedreno/a2xx/ir2_nir.c +++ b/src/gallium/drivers/freedreno/a2xx/ir2_nir.c @@ -42,6 +42,7 @@ static const nir_shader_compiler_options options = { .lower_bitops = true, .lower_rotate = true, .lower_vector_cmp = true, + .lower_fdph = true, }; const nir_shader_compiler_options *