summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-05-14 09:46:42 +0800
committerChia-I Wu <[email protected]>2015-06-14 23:00:04 +0800
commitf5f2007322b5468aa3025e7e259b4c50c7a7a0bd (patch)
treec1eff7f6458f3569b9e2b8feacc8adffbfd4aa98 /src/gallium/drivers/ilo/Makefile.sources
parentb91250a56b0af51b82bf4152a4f98e74fab22ed4 (diff)
ilo: add ilo_state_surface
We want to replace ilo_view_surface with ilo_state_surface.
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 943e29113ae..587850eafdb 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_surface.c \
+ core/ilo_state_surface.h \
core/ilo_state_zs.c \
core/ilo_state_zs.h \
core/intel_winsys.h \