diff options
author | Chia-I Wu <[email protected]> | 2014-09-24 12:27:23 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-26 21:15:55 +0800 |
commit | b6443ae969f613458635f043f322ba362e671254 (patch) | |
tree | 06e83bf01ca7334343cabc10aee1b7145aecfc18 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 392890d5de3970f5bee03a3ebce576e63e0a0bbf (diff) |
ilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]
They are used to build render engine commands, which can be more than 3D.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index a6477e76b39..845b0231e0e 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -1,10 +1,4 @@ C_SOURCES := \ - ilo_3d_pipeline.c \ - ilo_3d_pipeline_gen6.c \ - ilo_3d_pipeline_gen6.h \ - ilo_3d_pipeline_gen7.c \ - ilo_3d_pipeline_gen7.h \ - ilo_3d_pipeline.h \ ilo_blit.c \ ilo_blit.h \ ilo_blitter.c \ @@ -40,6 +34,12 @@ C_SOURCES := \ ilo_query.h \ ilo_resource.c \ ilo_resource.h \ + ilo_render.c \ + ilo_render.h \ + ilo_render_gen.h \ + ilo_render_gen6.c \ + ilo_render_gen7.c \ + ilo_render_gen7.h \ ilo_screen.c \ ilo_screen.h \ ilo_shader.c \ |