summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/SConscript
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/SConscript
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/SConscript')
-rw-r--r--src/gallium/auxiliary/cso_cache/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/cso_cache/SConscript b/src/gallium/auxiliary/cso_cache/SConscript
index 9751881613..651e68a191 100644
--- a/src/gallium/auxiliary/cso_cache/SConscript
+++ b/src/gallium/auxiliary/cso_cache/SConscript
@@ -3,6 +3,7 @@ Import('*')
cso_cache = env.ConvenienceLibrary(
target = 'cso_cache',
source = [
+ 'cso_context.c',
'cso_cache.c',
'cso_hash.c',
])