summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2012-12-13 05:05:01 +0800
committerChia-I Wu <[email protected]>2013-04-26 16:16:42 +0800
commit520af667971faccf8996f67a1ff8a3d9c6efa4a4 (patch)
tree60f54d75bdd99a31c77e3ce982349a70ebc08f4a /src/gallium/drivers/ilo/Makefile.sources
parent86940bf41cb86cddab9efffe03c97c793cf3f6f3 (diff)
ilo: add functions to manage shaders
This commits add shader cache, shader state, shader variant, and etc. It does not add the shader compiler though.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index 8911322e9cd..b5cb5fdca9d 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -8,5 +8,6 @@ C_SOURCES := \
ilo_query.c \
ilo_resource.c \
ilo_screen.c \
+ ilo_shader.c \
ilo_state.c \
ilo_video.c