summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2014-09-12 23:44:19 +0800
committerChia-I Wu <olvaffe@gmail.com>2014-09-13 09:31:08 +0800
commitea8e7a8d4a32ff8d3eea2dce871cfbd6b833cc87 (patch)
tree1b65ca57942ed18f57bace7ae07476bb385f765e /src/gallium/drivers/ilo/Makefile.sources
parentaec8521166d8acc9211db864a24ec087d7d2e7f2 (diff)
downloadexternal_mesa3d-ea8e7a8d4a32ff8d3eea2dce871cfbd6b833cc87.zip
external_mesa3d-ea8e7a8d4a32ff8d3eea2dce871cfbd6b833cc87.tar.gz
external_mesa3d-ea8e7a8d4a32ff8d3eea2dce871cfbd6b833cc87.tar.bz2
ilo: move 3D functions to ilo_builder_3d*.h
Move functions for the 3D pipeline to the new headers. We artificially split the functions into top (vertex processing) and bottom (pixel processing), to keep the headers at reasonable sizes.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index d086025..0a631e8 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -16,6 +16,9 @@ C_SOURCES := \
ilo_blitter_rectlist.c \
ilo_builder.c \
ilo_builder.h \
+ ilo_blitter_3d.h \
+ ilo_blitter_3d_bottom.h \
+ ilo_blitter_3d_top.h \
ilo_blitter_blt.h \
ilo_builder_decode.c \
ilo_builder_media.h \
@@ -31,7 +34,6 @@ C_SOURCES := \
ilo_gpe_gen6.c \
ilo_gpe_gen6.h \
ilo_gpe_gen7.c \
- ilo_gpe_gen7.h \
ilo_gpe.h \
ilo_gpgpu.c \
ilo_gpgpu.h \