llvmpipe: fix a couple of warnings
authorKeith Whitwell <keithw@vmware.com>
Fri, 9 Oct 2009 12:53:14 +0000 (13:53 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 9 Oct 2009 12:53:14 +0000 (13:53 +0100)
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_setup.h

index 0a12d93..030a19e 100644 (file)
@@ -493,15 +493,6 @@ lp_setup_is_texture_referenced( struct setup_context *setup,
 }
 
 
-static void
-lp_setup_set_shader_state( struct setup_context *setup,
-                           const struct lp_jit_context *jc )
-{
-
-
-}
-
-
 /* Stubs for lines & points for now:
  */
 void
index ac9c3cc..0dedc9e 100644 (file)
@@ -50,6 +50,7 @@ struct lp_shader_input {
 
 struct pipe_texture;
 struct pipe_surface;
+struct pipe_buffer;
 struct pipe_blend_color;
 struct setup_context;
 struct lp_fragment_shader;