X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Flima%2FAndroid.mk;h=aea522419114e25d4780dcfa0ca0806e0fbd1beb;hb=fe1b0b7c500af7c489d8dffe72bdb2fadd7cf2ab;hp=069ecc4b23c3a1b11598ce7e21e8964a7ed91ca1;hpb=28061e0ab03dcbcaad32c66fa8f427d94a09c5a0;p=mesa.git diff --git a/src/gallium/drivers/lima/Android.mk b/src/gallium/drivers/lima/Android.mk index 069ecc4b23c..aea52241911 100644 --- a/src/gallium/drivers/lima/Android.mk +++ b/src/gallium/drivers/lima/Android.mk @@ -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