mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 15:28:18 +02:00
51 lines
853 B
Text
51 lines
853 B
Text
|
|
GENXML_GENERATED_FILES = \
|
||
|
|
genxml/gen4_pack.h \
|
||
|
|
genxml/gen45_pack.h \
|
||
|
|
genxml/gen5_pack.h \
|
||
|
|
genxml/gen6_pack.h \
|
||
|
|
genxml/gen7_pack.h \
|
||
|
|
genxml/gen75_pack.h \
|
||
|
|
genxml/gen8_pack.h \
|
||
|
|
genxml/gen9_pack.h
|
||
|
|
|
||
|
|
ISL_FILES = \
|
||
|
|
isl/isl.c \
|
||
|
|
isl/isl.h \
|
||
|
|
isl/isl_format.c \
|
||
|
|
isl/isl_priv.h \
|
||
|
|
isl/isl_storage_image.c
|
||
|
|
|
||
|
|
ISL_GEN4_FILES = \
|
||
|
|
isl/isl_gen4.c \
|
||
|
|
isl/isl_gen4.h \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GEN5_FILES = \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GEN6_FILES = \
|
||
|
|
isl/isl_gen6.c \
|
||
|
|
isl/isl_gen6.h \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GEN7_FILES = \
|
||
|
|
isl/isl_gen7.c \
|
||
|
|
isl/isl_gen7.h \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GEN75_FILES = \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GEN8_FILES = \
|
||
|
|
isl/isl_gen8.c \
|
||
|
|
isl/isl_gen8.h \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GEN9_FILES = \
|
||
|
|
isl/isl_gen9.c \
|
||
|
|
isl/isl_gen9.h \
|
||
|
|
isl/isl_surface_state.c
|
||
|
|
|
||
|
|
ISL_GENERATED_FILES = \
|
||
|
|
isl/isl_format_layout.c
|