panfrost: Add XML for attribute buffers
[mesa.git] / src / panfrost / Makefile.sources
index 4c817dc1d58d2bb5b2baf022baa4ab8ff9d875b4..3bb00e9b733421b5c0ed353a0cc02cecc7a66523 100644 (file)
@@ -16,11 +16,17 @@ bifrost_FILES := \
         bifrost/bi_quirks.h \
         bifrost/bir.c \
         bifrost/compiler.h \
-        bifrost/cmdline.c \
+        bifrost/cmdline.c
+
+bifrost_disasm_FILES := \
         bifrost/disassemble.c \
-        bifrost/disassemble.h
+        bifrost/disassemble.h \
+        bifrost/bi_print_common.c \
+        bifrost/bi_print_common.h
 
 lib_FILES := \
+        lib/decode_common.c \
+        lib/decode.c \
         lib/pan_afbc.c \
         lib/pan_attributes.c \
         lib/pan_bo.c \
@@ -72,20 +78,19 @@ midgard_FILES := \
         midgard/nir_undef_to_zero.c \
         midgard/nir_fuse_io_16.c \
 
+midgard_disasm_FILES := \
+        midgard/disassemble.c \
+        midgard/disassemble.h \
+        midgard/midgard_ops.c \
+        midgard/midgard_ops.h \
+        midgard/midgard_print_constant.c
+
 shared_FILES := \
         shared/pan_minmax_cache.c \
         shared/pan_tiling.c \
         shared/pan_minmax_cache.h \
         shared/pan_tiling.h \
 
-pandecode_FILES := \
-        pandecode/common.c \
-        pandecode/decode.c \
-        pandecode/decode.h \
-        pandecode/pan_pretty_print.c \
-        pandecode/pan_pretty_print.h \
-        pandecode/public.h
-
 util_FILES := \
         util/lcra.c \
         util/lcra.h \