summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-03-09 15:09:55 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-03-09 20:23:04 +0000
commit5d802d8c8460cecf306b130eb29ef05069173e30 (patch)
tree58c271d0a4dfd1d40c82eb942b14298a52ddb0fa /src/gallium/auxiliary/cso_cache/Makefile
parent99691f38c278f1d4aeb0617b149109644e3571fb (diff)
cso: add a higher-level interface which does all pipe interactions to set a given state
Diffstat (limited to 'src/gallium/auxiliary/cso_cache/Makefile')
-rw-r--r--src/gallium/auxiliary/cso_cache/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/cso_cache/Makefile b/src/gallium/auxiliary/cso_cache/Makefile
index 3e49266163..6bd6602088 100644
--- a/src/gallium/auxiliary/cso_cache/Makefile
+++ b/src/gallium/auxiliary/cso_cache/Makefile
@@ -4,6 +4,7 @@ include $(TOP)/configs/current
LIBNAME = cso_cache
C_SOURCES = \
+ cso_context.c \
cso_cache.c \
cso_hash.c