summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-06-20 23:27:08 +0800
committerChia-I Wu <[email protected]>2015-06-22 12:56:55 +0800
commit57bdcae9e0fbf639014cd375543a8dd356406ac0 (patch)
treef913a713af549534c91ce55441db9954b3e7fd40 /src/gallium/drivers/ilo/Makefile.sources
parent2bf5a4211ef305d90ca6133ca09c3b79e6088d50 (diff)
ilo: add ilo_state_compute
Replace gen6_idrt_data with ilo_state_compute, which has a bunch of validations and is now preferred.
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 e5a0950dc7c..95b6b7a7b16 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -21,6 +21,8 @@ C_SOURCES := \
core/ilo_image.h \
core/ilo_state_cc.c \
core/ilo_state_cc.h \
+ core/ilo_state_compute.c \
+ core/ilo_state_compute.h \
core/ilo_state_raster.c \
core/ilo_state_raster.h \
core/ilo_state_sampler.c \