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 0a12d93c38e1c78c0a8fe369f53a24b20291b714..030a19ef3011a50607c36c1129e0b7368375844a 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 ac9c3cc0ee96ccfcb0402e2e3616e88ebbdb0bec..0dedc9e9fe8eae3483ae3c3271dc356039cac988 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;