mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02: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> (cherry picked from commitaf28356de0)
This commit is contained in:
parent
4084c2e28d
commit
3ea69bf0fe
2 changed files with 1 additions and 2 deletions
|
|
@ -5634,7 +5634,7 @@
|
|||
"description": "vc4: drop duplicate .lower_ldexp",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "2a33ea95d66cd7ba83e2774f5559bf781da66c40",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -2175,7 +2175,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