summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_context.h
diff options
context:
space:
mode:
authorStéphane Marchesin <[email protected]>2011-10-18 10:26:04 -0700
committerStéphane Marchesin <[email protected]>2011-10-25 14:30:08 -0700
commitb1d93d2aa8395608e77f1c538aa2234ced3dda75 (patch)
tree031adeca5f5dc3677ca4274c86307c49172f05fc /src/gallium/drivers/i915/i915_context.h
parent2b4ab1435f296e85103e8b0482d416824c5c1e64 (diff)
i915g: Cleanup the vertex sampler interface a bit.
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r--src/gallium/drivers/i915/i915_context.h4
1 files changed, 1 insertions, 3 deletions
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);