summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-09-12 15:41:39 -0600
committerBrian Paul <brianp@vmware.com>2013-10-03 14:05:28 -0600
commit1e8d3eb08d6dd9660e2bf86119c36a941ef74d94 (patch)
treebfdb1c73d8e9cb0ed95b588d1ece94036256a61a
parentedd9af675c4a30841940a9493848dad4797bf833 (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 ba4a91703f3..70cba8b3a7a 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;