glsl: Add assert to check input to strcmp.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_scene.h
index 7db2165cf144a2944452042805062588eb5e4dcd..8d725cd4375a7d40ec1698c17ffa13354a653bb1 100644 (file)
@@ -56,8 +56,7 @@
 
 /* switch to a non-pointer value for this:
  */
-typedef void (*lp_rast_cmd)( struct lp_rasterizer *,
-                             unsigned thread_index,
+typedef void (*lp_rast_cmd)( struct lp_rasterizer_task *,
                              const union lp_rast_cmd_arg );
 
 struct cmd_block {
@@ -163,8 +162,8 @@ unsigned lp_scene_bin_size( const struct lp_scene *scene, unsigned x, unsigned y
 void lp_scene_texture_reference( struct lp_scene *scene,
                                  struct pipe_texture *texture );
 
-boolean lp_scene_is_textured_referenced( const struct lp_scene *scene,
-                                         const struct pipe_texture *texture );
+boolean lp_scene_is_texture_referenced( const struct lp_scene *scene,
+                                        const struct pipe_texture *texture );
 
 
 /**