summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-03-12 14:43:11 +0100
committerMichal Krol <michal@vmware.com>2010-03-12 14:43:11 +0100
commitfaa14818856e1e9a4ee624c2bc04d7aecabd07ab (patch)
treed555b19a7ccf64908d6cbac4c69b1193098f811d /src/gallium/auxiliary/cso_cache/cso_context.h
parentb8030c6561e019e079b5be2fe64ec804df4bfa03 (diff)
cso: Remove set/save/restore_vertex_sampler_textures().
Diffstat (limited to 'src/gallium/auxiliary/cso_cache/cso_context.h')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h
index e476cf4ade..a24077e009 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.h
+++ b/src/gallium/auxiliary/cso_cache/cso_context.h
@@ -111,17 +111,6 @@ void cso_save_sampler_textures( struct cso_context *cso );
void cso_restore_sampler_textures( struct cso_context *cso );
-
-enum pipe_error
-cso_set_vertex_sampler_textures(struct cso_context *cso,
- uint count,
- struct pipe_texture **textures);
-void
-cso_save_vertex_sampler_textures(struct cso_context *cso);
-void
-cso_restore_vertex_sampler_textures(struct cso_context *cso);
-
-
enum pipe_error cso_set_vertex_elements(struct cso_context *ctx,
unsigned count,
const struct pipe_vertex_element *states);