cso: Fix function prototype.
authorMichal Krol <michal@vmware.com>
Tue, 1 Dec 2009 09:07:15 +0000 (10:07 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 1 Dec 2009 09:07:15 +0000 (10:07 +0100)
src/gallium/auxiliary/cso_cache/cso_context.h

index 4bcc6b5630140a506450e3c0b7ea0b41b7a21da3..e5b92177cfde7dc4027addde996bbe92443d8563 100644 (file)
@@ -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);