st/mesa: add a fallback for clear_with_quad when no vs_layer
[mesa.git] / src / gallium / auxiliary / util / u_pstipple.h
index 6fbed80cc9390e9f36c8fba03e68588d72d7a34f..13155e7f5dc852f891660c9261338606ff32aee5 100644 (file)
@@ -47,9 +47,8 @@ util_pstipple_create_sampler_view(struct pipe_context *pipe,
 extern void *
 util_pstipple_create_sampler(struct pipe_context *pipe);
 
-extern struct pipe_shader_state *
-util_pstipple_create_fragment_shader(struct pipe_context *pipe,
-                                     struct pipe_shader_state *fs,
+struct tgsi_token *
+util_pstipple_create_fragment_shader(const struct tgsi_token *tokens,
                                      unsigned *samplerUnitOut);