summaryrefslogtreecommitdiff
path: root/src/mesa/cso_cache/cso_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/cso_cache/cso_cache.h')
-rw-r--r--src/mesa/cso_cache/cso_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/cso_cache/cso_cache.h b/src/mesa/cso_cache/cso_cache.h
index c022b98d43..05a4cfcbdd 100644
--- a/src/mesa/cso_cache/cso_cache.h
+++ b/src/mesa/cso_cache/cso_cache.h
@@ -41,10 +41,12 @@ struct cso_hash;
struct cso_cache {
struct cso_hash *blend_hash;
+ struct cso_hash *sampler_hash;
};
enum cso_cache_type {
CSO_BLEND,
+ CSO_SAMPLER
};
unsigned cso_construct_key(void *item, int item_size);