softpipe: fix texture view crashes
[mesa.git] / src / gallium / drivers / softpipe / sp_fs.h
index 5e4f1a1c0b6ea36c32e3e71e6967ef87d2b7632e..4fac9b4aaaf135ed7d94410a808bfaf49b8eea22 100644 (file)
@@ -33,8 +33,7 @@
 
 
 struct sp_fragment_shader_variant *
-softpipe_create_fs_variant_exec(struct softpipe_context *softpipe,
-                                const struct pipe_shader_state *templ);
+softpipe_create_fs_variant_exec(struct softpipe_context *softpipe);
 
 
 struct tgsi_interp_coef;