diff options
author | Keith Whitwell <[email protected]> | 2008-03-09 15:09:55 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-03-09 20:23:04 +0000 |
commit | 5d802d8c8460cecf306b130eb29ef05069173e30 (patch) | |
tree | 58c271d0a4dfd1d40c82eb942b14298a52ddb0fa /src/gallium/auxiliary/cso_cache/Makefile | |
parent | 99691f38c278f1d4aeb0617b149109644e3571fb (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/cso_cache/Makefile b/src/gallium/auxiliary/cso_cache/Makefile index 3e49266163b..6bd66020887 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 |