summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-09-24 13:06:45 +0800
committerChia-I Wu <[email protected]>2014-09-26 21:15:55 +0800
commit392890d5de3970f5bee03a3ebce576e63e0a0bbf (patch)
tree692501acf1f093b60d6dce2febcd88ac89982d64 /src/gallium/drivers/ilo/Makefile.sources
parent7e55c3b352b6616fa2780f683dd6c8e1a3f61815 (diff)
ilo: rename ilo_3d.[ch] to ilo_draw.[ch]
There is not much left in struct ilo_3d. We want to kill it and ilo_3d.[ch] will be bad names. 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.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index 0cc56688b7a..a6477e76b39 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -1,6 +1,4 @@
C_SOURCES := \
- ilo_3d.c \
- ilo_3d.h \
ilo_3d_pipeline.c \
ilo_3d_pipeline_gen6.c \
ilo_3d_pipeline_gen6.h \
@@ -29,6 +27,8 @@ C_SOURCES := \
ilo_context.h \
ilo_cp.c \
ilo_cp.h \
+ ilo_draw.c \
+ ilo_draw.h \
ilo_format.c \
ilo_format.h \
ilo_gpgpu.c \