From b1d93d2aa8395608e77f1c538aa2234ced3dda75 Mon Sep 17 00:00:00 2001 From: Stéphane Marchesin Date: Tue, 18 Oct 2011 10:26:04 -0700 Subject: i915g: Cleanup the vertex sampler interface a bit. --- src/gallium/drivers/i915/i915_context.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gallium/drivers/i915/i915_context.h') diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index 7f67f5f1340..7406b7e812f 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -370,9 +370,7 @@ struct draw_stage *i915_draw_vbuf_stage( struct i915_context *i915 ); /*********************************************************************** * i915_state.c: */ -void i915_prepare_vertex_sampling(struct i915_context *i915, - unsigned num, - struct pipe_sampler_view **views); +void i915_prepare_vertex_sampling(struct i915_context *i915); void i915_cleanup_vertex_sampling(struct i915_context *i915); -- cgit v1.2.3