Mesa (main): pan/mdg: Remove duplicate compiler option

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 12 16:47:45 UTC 2021


Module: Mesa
Branch: main
Commit: 4e83584092ff99954095dd6dddbf7632cb0ee32e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e83584092ff99954095dd6dddbf7632cb0ee32e

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Nov 12 11:11:16 2021 -0500

pan/mdg: Remove duplicate compiler option

Noted by clang.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
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,



More information about the mesa-commit mailing list