summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-12-01 10:07:15 +0100
committerMichal Krol <michal@vmware.com>2009-12-01 10:07:15 +0100
commit7a43c39d202333a74745e7724a76f36d66d8763b (patch)
treee7cc7341117126aa43627c845a4ae2a81e801256 /src/gallium/auxiliary/cso_cache
parent57ed791305ded187c455b07e6c6a5b916f37a293 (diff)
cso: Fix function prototype.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h
index 4bcc6b5630..e5b92177cf 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.h
+++ b/src/gallium/auxiliary/cso_cache/cso_context.h
@@ -115,7 +115,7 @@ cso_set_vertex_sampler_textures(struct cso_context *cso,
void
cso_save_vertex_sampler_textures(struct cso_context *cso);
void
- cso_restore_sampler_textures(struct cso_context *cso);
+cso_restore_vertex_sampler_textures(struct cso_context *cso);