From: Brian Paul Date: Thu, 12 Sep 2013 21:41:39 +0000 (-0600) Subject: i915g: remove old bind_vertex/fragment_sampler_states() hooks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e8d3eb08d6dd9660e2bf86119c36a941ef74d94;p=mesa.git i915g: remove old bind_vertex/fragment_sampler_states() hooks --- 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;