mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
vc4: drop duplicate .lower_ldexp
It's set 3 lines above already.
Fixes: 2a33ea95d6 ("glsl: Retire ldexp lowering in favor of the nir lowering flag.")
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24786>
This commit is contained in:
parent
caf15a3276
commit
af28356de0
1 changed files with 0 additions and 1 deletions
|
|
@ -2174,7 +2174,6 @@ static const nir_shader_compiler_options nir_options = {
|
|||
.lower_ldexp = true,
|
||||
.lower_fneg = true,
|
||||
.lower_ineg = true,
|
||||
.lower_ldexp = true,
|
||||
.lower_rotate = true,
|
||||
.lower_to_scalar = true,
|
||||
.lower_umax = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue