mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
vc4: Fix failures with nir_extract_* since the addition of the opcodes.
This commit is contained in:
parent
bb2c5e657b
commit
1c4b077409
1 changed files with 2 additions and 0 deletions
|
|
@ -1729,6 +1729,8 @@ nir_to_qir(struct vc4_compile *c)
|
|||
}
|
||||
|
||||
static const nir_shader_compiler_options nir_options = {
|
||||
.lower_extract_byte = true,
|
||||
.lower_extract_word = true,
|
||||
.lower_ffma = true,
|
||||
.lower_flrp = true,
|
||||
.lower_fpow = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue