summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-09-12 15:41:39 -0600
committerBrian Paul <brianp@vmware.com>2013-09-12 18:14:15 -0600
commit90cc146730a60278be2e3cc836e0b89f03b34440 (patch)
tree7375c22983483e6748567bb20445561ced370e3e
parentcc7a04f3c5a47934a29ee24e2b018f17b9e2bf85 (diff)
i915g: remove old bind_vertex/fragment_sampler_states() hooks
-rw-r--r--src/gallium/drivers/i915/i915_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_state.c b/src/gallium/drivers/i915/i915_state.c
index ba4a91703f..70cba8b3a7 100644
--- a/src/gallium/drivers/i915/i915_state.c
+++ b/src/gallium/drivers/i915/i915_state.c
@@ -1037,8 +1037,6 @@ i915_init_state_functions( struct i915_context *i915 )
i915->base.create_sampler_state = i915_create_sampler_state;
i915->base.bind_sampler_states = i915_bind_sampler_states;
- i915->base.bind_fragment_sampler_states = i915_bind_fragment_sampler_states;
- i915->base.bind_vertex_sampler_states = i915_bind_vertex_sampler_states;
i915->base.delete_sampler_state = i915_delete_sampler_state;
i915->base.create_depth_stencil_alpha_state = i915_create_depth_stencil_state;