X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Filo%2FMakefile.sources;h=1612a7745195c6fb9864611a218fe8ed2b8ad9d7;hb=bff60c894a290260ab3dd2086445b44622a2800e;hp=448f1d1973614d1c39384c24e6f6873e698c9e94;hpb=5b310f62300ecbb2549578cbcc36267083fdccea;p=mesa.git diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 448f1d19736..1612a774519 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -5,6 +5,9 @@ C_SOURCES := \ ilo_3d_pipeline_gen6.c \ ilo_3d_pipeline_gen7.c \ ilo_blit.c \ + ilo_blitter.c \ + ilo_blitter_blt.c \ + ilo_blitter_pipe.c \ ilo_context.c \ ilo_cp.c \ ilo_format.c \ @@ -16,4 +19,16 @@ C_SOURCES := \ ilo_screen.c \ ilo_shader.c \ ilo_state.c \ - ilo_video.c + ilo_transfer.c \ + ilo_video.c \ + shader/ilo_shader_cs.c \ + shader/ilo_shader_fs.c \ + shader/ilo_shader_gs.c \ + shader/ilo_shader_vs.c \ + shader/toy_compiler.c \ + shader/toy_compiler_asm.c \ + shader/toy_compiler_disasm.c \ + shader/toy_legalize.c \ + shader/toy_legalize_ra.c \ + shader/toy_optimize.c \ + shader/toy_tgsi.c