Module: Mesa Branch: main Commit: 4e83584092ff99954095dd6dddbf7632cb0ee32e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e83584092ff99954095dd6dddbf7632cb0ee32e
Author: Alyssa Rosenzweig <[email protected]> Date: Fri Nov 12 11:11:16 2021 -0500 pan/mdg: Remove duplicate compiler option Noted by clang. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13723> --- src/panfrost/midgard/midgard_compile.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panfrost/midgard/midgard_compile.h b/src/panfrost/midgard/midgard_compile.h index 65c9becd28e..b24c63bb322 100644 --- a/src/panfrost/midgard/midgard_compile.h +++ b/src/panfrost/midgard/midgard_compile.h @@ -86,7 +86,6 @@ static const nir_shader_compiler_options midgard_nir_options = { .lower_doubles_options = nir_lower_dmod, - .lower_bitfield_extract_to_shifts = true, .lower_uniforms_to_ubo = true, .has_fsub = true, .has_isub = true,
