projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd9af6
)
i915g: remove old bind_vertex/fragment_sampler_states() hooks
author
Brian Paul
<brianp@vmware.com>
Thu, 12 Sep 2013 21:41:39 +0000
(15:41 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 3 Oct 2013 20:05:28 +0000
(14:05 -0600)
src/gallium/drivers/i915/i915_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_state.c
b/src/gallium/drivers/i915/i915_state.c
index ba4a91703f38922ec3e0b7f990838ee233ef9577..70cba8b3a7a08da9f6dfc715add279ecc2fc021b 100644
(file)
--- 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;