From 1e8d3eb08d6dd9660e2bf86119c36a941ef74d94 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 12 Sep 2013 15:41:39 -0600 Subject: [PATCH] i915g: remove old bind_vertex/fragment_sampler_states() hooks --- src/gallium/drivers/i915/i915_state.c | 2 -- 1 file changed, 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; -- 2.30.2