mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
brw: Drop ir_expression_operation_h from build system
This is from the pre-NIR era where we used GLSL IR expression opcodes directly. We haven't done that in years. Reviewed-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37755>
This commit is contained in:
parent
a7c2b87874
commit
b15b83f43f
1 changed files with 1 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ brw_nir_trig = custom_target(
|
||||||
|
|
||||||
libintel_compiler_brw = static_library(
|
libintel_compiler_brw = static_library(
|
||||||
'intel_compiler',
|
'intel_compiler',
|
||||||
[libintel_compiler_brw_files, intel_nir_files, brw_nir_lower_fsign, brw_nir_trig, ir_expression_operation_h, [brw_device_sha1_gen_src]],
|
[libintel_compiler_brw_files, intel_nir_files, brw_nir_lower_fsign, brw_nir_trig, [brw_device_sha1_gen_src]],
|
||||||
include_directories : [inc_include, inc_src, inc_intel],
|
include_directories : [inc_include, inc_src, inc_intel],
|
||||||
c_args : [no_override_init_args],
|
c_args : [no_override_init_args],
|
||||||
cpp_args : ['-Werror=vla'],
|
cpp_args : ['-Werror=vla'],
|
||||||
|
|
@ -194,7 +194,6 @@ if with_tests
|
||||||
'test_simd_selection.cpp',
|
'test_simd_selection.cpp',
|
||||||
'test_vf_float_conversions.cpp',
|
'test_vf_float_conversions.cpp',
|
||||||
),
|
),
|
||||||
ir_expression_operation_h,
|
|
||||||
include_directories : [inc_include, inc_src, inc_intel],
|
include_directories : [inc_include, inc_src, inc_intel],
|
||||||
cpp_args : ['-Werror=vla'],
|
cpp_args : ['-Werror=vla'],
|
||||||
link_with : libisl,
|
link_with : libisl,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue