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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/cso_cache/cso_cache.h b/src/mesa/cso_cache/cso_cache.h
index c340cf7f67..23be9cd713 100644
--- a/src/mesa/cso_cache/cso_cache.h
+++ b/src/mesa/cso_cache/cso_cache.h
@@ -43,12 +43,14 @@ struct cso_cache {
struct cso_hash *blend_hash;
struct cso_hash *sampler_hash;
struct cso_hash *depth_stencil_hash;
+ struct cso_hash *rasterizer_hash;
};
enum cso_cache_type {
CSO_BLEND,
CSO_SAMPLER,
- CSO_DEPTH_STENCIL
+ CSO_DEPTH_STENCIL,
+ CSO_RASTERIZER
};
unsigned cso_construct_key(void *item, int item_size);