Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / auxiliary / cso_cache / cso_context.h
index a24077e009c8ff71c2c56d00f0b2b727c05c389b..d6bcb1fe8f761efa44d4b5f5844822187288703d 100644 (file)
@@ -103,14 +103,6 @@ void
 cso_single_vertex_sampler_done(struct cso_context *cso);
 
 
-
-enum pipe_error cso_set_sampler_textures( struct cso_context *cso,
-                                          uint count,
-                                          struct pipe_texture **textures );
-void cso_save_sampler_textures( struct cso_context *cso );
-void cso_restore_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);