# Pastebin rBff9wZ9 diff --git a/src/freedreno/ir3/ir3_compiler.c b/src/freedreno/ir3/ir3_compiler.c index 0b25ac66f73f..7ed151e1d34d 100644 --- a/src/freedreno/ir3/ir3_compiler.c +++ b/src/freedreno/ir3/ir3_compiler.c @@ -86,7 +86,10 @@ static const nir_shader_compiler_options ir3_base_options = { .lower_insert_byte = true, .lower_insert_word = true, .lower_helper_invocation = true, + .lower_bitfield_reverse = true, .lower_bitfield_insert = true, + .lower_bitfield_extract8 = true, + .lower_bitfield_extract16 = true, .lower_bitfield_extract = true, .lower_pack_half_2x16 = true, .lower_pack_snorm_4x8 = true,