panfrost: Move nir_undef_to_zero to Midgard compiler
Nothing Gallium about it. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
@@ -2,7 +2,6 @@ C_SOURCES := \
|
||||
nir/nir_lower_blend.c \
|
||||
nir/nir_lower_blend.h \
|
||||
nir/nir_lower_framebuffer.c \
|
||||
nir/nir_undef_to_zero.c \
|
||||
\
|
||||
pan_afbc.c \
|
||||
pan_allocate.c \
|
||||
|
@@ -26,7 +26,6 @@ files_panfrost = files(
|
||||
'pan_resource.c',
|
||||
'pan_resource.h',
|
||||
|
||||
'nir/nir_undef_to_zero.c',
|
||||
'nir/nir_lower_blend.c',
|
||||
'nir/nir_lower_framebuffer.c',
|
||||
|
||||
|
@@ -48,6 +48,7 @@ midgard_FILES := \
|
||||
midgard/mir.c \
|
||||
midgard/mir_promote_uniforms.c \
|
||||
midgard/mir_squeeze.c \
|
||||
midgard/nir_undef_to_zero.c \
|
||||
midgard/lcra.c
|
||||
|
||||
shared_FILES := \
|
||||
|
@@ -38,6 +38,7 @@ libpanfrost_midgard_files = files(
|
||||
'midgard_opt_float.c',
|
||||
'midgard_opt_perspective.c',
|
||||
'midgard_errata_lod.c',
|
||||
'nir_undef_to_zero.c',
|
||||
'disassemble.c',
|
||||
'lcra.c'
|
||||
)
|
||||
|
Reference in New Issue
Block a user