summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-05-12 23:43:50 +0800
committerChia-I Wu <[email protected]>2015-06-14 23:00:04 +0800
commit4fa7ed99a1e9334d96c1efd42344774dae19f466 (patch)
tree6334e6b8817027e1804bf9638fe151fc4c4caa6e /src/gallium/drivers/ilo/Makefile.sources
parent61fea171af64288bdf622e7ecf07e3ca42f83974 (diff)
ilo: add ilo_state_viewport
We want to replace ilo_viewport_cso and ilo_scissor_state with ilo_state_viewport.
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 3bb3dde0e18..476a9ffe361 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -27,6 +27,8 @@ C_SOURCES := \
core/ilo_state_sampler.h \
core/ilo_state_surface.c \
core/ilo_state_surface.h \
+ core/ilo_state_viewport.c \
+ core/ilo_state_viewport.h \
core/ilo_state_zs.c \
core/ilo_state_zs.h \
core/intel_winsys.h \