summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-05-10 13:52:21 +0800
committerChia-I Wu <[email protected]>2015-06-15 01:06:44 +0800
commit6be8b6053de356a679707a0de92b083a4ea83937 (patch)
tree5fa912e2f9b27edd0a4e31574e9209d710db8b45 /src/gallium/drivers/ilo/Makefile.sources
parent4fa7ed99a1e9334d96c1efd42344774dae19f466 (diff)
ilo: add ilo_state_raster
We want to replace ilo_rasterizer_state with ilo_state_raster.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index 476a9ffe361..b4b4498a024 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -23,6 +23,8 @@ C_SOURCES := \
core/ilo_state_3d.h \
core/ilo_state_3d_bottom.c \
core/ilo_state_3d_top.c \
+ core/ilo_state_raster.c \
+ core/ilo_state_raster.h \
core/ilo_state_sampler.c \
core/ilo_state_sampler.h \
core/ilo_state_surface.c \