diff options
author | Brian Paul <[email protected]> | 2013-09-12 15:45:52 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-10-03 14:05:28 -0600 |
commit | 27c054edf0ae92c8c498830e7c7510fa94f5dcfd (patch) | |
tree | 15d0424ebf93a70152aeb5c9b472da7b854c3e15 /src/gallium/drivers/radeonsi | |
parent | 1e8d3eb08d6dd9660e2bf86119c36a941ef74d94 (diff) |
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Diffstat (limited to 'src/gallium/drivers/radeonsi')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c index 2079ffca6bf..d1b8f6e3df2 100644 --- a/src/gallium/drivers/radeonsi/si_state.c +++ b/src/gallium/drivers/radeonsi/si_state.c @@ -3031,8 +3031,6 @@ void si_init_state_functions(struct r600_context *rctx) rctx->b.b.create_sampler_state = si_create_sampler_state; rctx->b.b.bind_sampler_states = si_bind_sampler_states; - rctx->b.b.bind_vertex_sampler_states = si_bind_vs_sampler_states; - rctx->b.b.bind_fragment_sampler_states = si_bind_ps_sampler_states; rctx->b.b.delete_sampler_state = si_delete_sampler_state; rctx->b.b.create_sampler_view = si_create_sampler_view; |