diff options
author | Brian Paul <[email protected]> | 2013-09-12 15:41:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-10-03 14:05:28 -0600 |
commit | 1e8d3eb08d6dd9660e2bf86119c36a941ef74d94 (patch) | |
tree | bfdb1c73d8e9cb0ed95b588d1ece94036256a61a /src/gallium/drivers/i915/i915_state.c | |
parent | edd9af675c4a30841940a9493848dad4797bf833 (diff) |
i915g: remove old bind_vertex/fragment_sampler_states() hooks
Diffstat (limited to 'src/gallium/drivers/i915/i915_state.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_state.c | 2 |
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; |