lima/parser: Extend rsw parsing showing strings instead of numbers
[mesa.git] / src / gallium / drivers / lima / Android.mk
index 069ecc4b23c3a1b11598ce7e21e8964a7ed91ca1..aea522419114e25d4780dcfa0ca0806e0fbd1beb 100644 (file)
@@ -36,6 +36,7 @@ LOCAL_SRC_FILES := \
        ir/gp/scheduler.c \
        ir/lima_ir.h \
        ir/lima_nir_lower_uniform_to_scalar.c \
+       ir/lima_nir_split_load_input.c \
        ir/pp/codegen.c \
        ir/pp/codegen.h \
        ir/pp/disasm.c \
@@ -46,6 +47,7 @@ LOCAL_SRC_FILES := \
        ir/pp/node_to_instr.c \
        ir/pp/ppir.h \
        ir/pp/regalloc.c \
+       ir/pp/liveness.c \
        ir/pp/scheduler.c \
        lima_bo.c \
        lima_bo.h \
@@ -54,6 +56,8 @@ LOCAL_SRC_FILES := \
        lima_draw.c \
        lima_fence.c \
        lima_fence.h \
+       lima_parser.c \
+       lima_parser.h \
        lima_program.c \
        lima_program.h \
        lima_query.c \
@@ -67,7 +71,9 @@ LOCAL_SRC_FILES := \
        lima_texture.c \
        lima_texture.h \
        lima_util.c \
-       lima_util.h
+       lima_util.h \
+       lima_format.c \
+       lima_format.h
 
 LOCAL_MODULE := libmesa_pipe_lima