v3d: add support for adjacency primitives
[mesa.git] / src / gallium / drivers / lima / Android.mk
index 10aba8dd3e2e0c29d14eabb4b673ae3b6cb6ba6e..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 \
@@ -55,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 \
@@ -68,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