mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
android: panfrost: Move nir_undef_to_zero to util
clang: error: no such file or directory: 'external/mesa3d/src/panfrost/midgard/nir_undef_to_zero.c'
clang: error: no input files
Fixes: 86b2b4eb76 ("panfrost: Move nir_undef_to_zero to common util/")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Mauro Rossi <issor.oruam@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7298>
This commit is contained in:
parent
6a189c89f8
commit
303a74c52c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ midgard_FILES := \
|
|||
midgard/mir.c \
|
||||
midgard/mir_promote_uniforms.c \
|
||||
midgard/mir_squeeze.c \
|
||||
midgard/nir_undef_to_zero.c \
|
||||
midgard/nir_fuse_io_16.c \
|
||||
|
||||
midgard_disasm_FILES := \
|
||||
|
|
@ -95,6 +94,7 @@ util_FILES := \
|
|||
util/lcra.c \
|
||||
util/lcra.h \
|
||||
util/nir_mod_helpers.c \
|
||||
util/nir_undef_to_zero.c \
|
||||
util/pan_ir.c \
|
||||
util/pan_ir.h \
|
||||
util/pan_liveness.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue