summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-01-18 00:07:24 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-01-18 00:12:42 +0000
commit90cdf0d67c1086a8fd274689aa2e1b8da3a9ebdc (patch)
treebf71731b0981d453e1026ee8ab9be70eb85a9212 /src/gallium/auxiliary/cso_cache/cso_context.h
parent2a60302e51987ae65455b083fa3d9e9bb0e2087b (diff)
downloadexternal_mesa3d-90cdf0d67c1086a8fd274689aa2e1b8da3a9ebdc.zip
external_mesa3d-90cdf0d67c1086a8fd274689aa2e1b8da3a9ebdc.tar.gz
external_mesa3d-90cdf0d67c1086a8fd274689aa2e1b8da3a9ebdc.tar.bz2
cso: Add set_vertex_samplers function
Diffstat (limited to 'src/gallium/auxiliary/cso_cache/cso_context.h')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h
index b9e313e..d2089b1 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.h
+++ b/src/gallium/auxiliary/cso_cache/cso_context.h
@@ -84,6 +84,10 @@ enum pipe_error cso_single_sampler( struct cso_context *cso,
void cso_single_sampler_done( struct cso_context *cso );
+enum pipe_error cso_set_vertex_samplers(struct cso_context *cso,
+ unsigned count,
+ const struct pipe_sampler_state **states);
+
void
cso_save_vertex_samplers(struct cso_context *cso);