X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fvc4%2FMakefile.sources;h=a41237ab94c0f49d27e86534d2926f0a7b5011a3;hb=be0a994fb8689131bf6a717c1e6fa5a42c3d4657;hp=b4e499b7d6ccb841100d41df6d83bf5801b5d050;hpb=ec9da314baf11bea57f315346091ae941ac4f662;p=mesa.git diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index b4e499b7d6c..a41237ab94c 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -1,20 +1,41 @@ C_SOURCES := \ vc4_bufmgr.c \ + vc4_bufmgr.h \ vc4_cl.c \ + vc4_cl_dump.c \ + vc4_cl.h \ vc4_context.c \ + vc4_context.h \ vc4_draw.c \ + vc4_drm.h \ vc4_emit.c \ + vc4_formats.c \ vc4_opt_algebraic.c \ vc4_opt_copy_propagation.c \ + vc4_opt_cse.c \ vc4_opt_dead_code.c \ + vc4_packet.h \ vc4_program.c \ vc4_qir.c \ - vc4_qpu_emit.c \ + vc4_qir.h \ vc4_qpu.c \ + vc4_qpu_defines.h \ vc4_qpu_disasm.c \ + vc4_qpu_emit.c \ + vc4_qpu.h \ vc4_qpu_validate.c \ + vc4_query.c \ + vc4_register_allocate.c \ + vc4_reorder_uniforms.c \ vc4_resource.c \ + vc4_resource.h \ vc4_screen.c \ + vc4_screen.h \ vc4_simulator.c \ + vc4_simulator_validate.c \ + vc4_simulator_validate.h \ + vc4_simulator_validate_shaders.c \ vc4_state.c \ + vc4_tiling.c \ + vc4_tiling.h \ $()