util: Move os_misc to util
[mesa.git] / src / gallium / auxiliary / util / u_pstipple.h
index 13155e7f5dc852f891660c9261338606ff32aee5..d1662be283942acfb6ed285f99baa4da60ac7dc7 100644 (file)
@@ -36,6 +36,11 @@ struct pipe_resource;
 struct pipe_shader_state;
 
 
+extern void
+util_pstipple_update_stipple_texture(struct pipe_context *pipe,
+                                     struct pipe_resource *tex,
+                                     const uint32_t pattern[32]);
+
 extern struct pipe_resource *
 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
                                      const uint32_t pattern[32]);
@@ -49,7 +54,9 @@ util_pstipple_create_sampler(struct pipe_context *pipe);
 
 struct tgsi_token *
 util_pstipple_create_fragment_shader(const struct tgsi_token *tokens,
-                                     unsigned *samplerUnitOut);
+                                     unsigned *samplerUnitOut,
+                                     unsigned fixed_unit,
+                                     unsigned wincoordFile);
 
 
 #endif