mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Chad Versace <chad.versace@intel.com>
40 lines
557 B
Text
40 lines
557 B
Text
ISL_FILES = \
|
|
isl.c \
|
|
isl.h \
|
|
isl_format.c \
|
|
isl_priv.h \
|
|
isl_storage_image.c
|
|
|
|
ISL_GEN4_FILES = \
|
|
isl_gen4.c \
|
|
isl_gen4.h \
|
|
isl_surface_state.c
|
|
|
|
ISL_GEN5_FILES = \
|
|
isl_surface_state.c
|
|
|
|
ISL_GEN6_FILES = \
|
|
isl_gen6.c \
|
|
isl_gen6.h \
|
|
isl_surface_state.c
|
|
|
|
ISL_GEN7_FILES = \
|
|
isl_gen7.c \
|
|
isl_gen7.h \
|
|
isl_surface_state.c
|
|
|
|
ISL_GEN75_FILES = \
|
|
isl_surface_state.c
|
|
|
|
ISL_GEN8_FILES = \
|
|
isl_gen8.c \
|
|
isl_gen8.h \
|
|
isl_surface_state.c
|
|
|
|
ISL_GEN9_FILES = \
|
|
isl_gen9.c \
|
|
isl_gen9.h \
|
|
isl_surface_state.c
|
|
|
|
ISL_GENERATED_FILES = \
|
|
isl_format_layout.c
|