From: Keith Whitwell Date: Fri, 9 Oct 2009 12:53:14 +0000 (+0100) Subject: llvmpipe: fix a couple of warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1928c965b1fb76987cbc834111bd1d1e1f2cda51;p=mesa.git llvmpipe: fix a couple of warnings --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup.c b/src/gallium/drivers/llvmpipe/lp_setup.c index 0a12d93c38e..030a19ef301 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup.c +++ b/src/gallium/drivers/llvmpipe/lp_setup.c @@ -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 diff --git a/src/gallium/drivers/llvmpipe/lp_setup.h b/src/gallium/drivers/llvmpipe/lp_setup.h index ac9c3cc0ee9..0dedc9e9fe8 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup.h +++ b/src/gallium/drivers/llvmpipe/lp_setup.h @@ -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;