summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-09-12 18:14:02 -0600
committerBrian Paul <[email protected]>2013-10-03 14:05:28 -0600
commit7478236da95953c3d491567505048933fc7a2b3c (patch)
treea2eed72ddc295f1eb378ee26ffde1337c92a6218 /src/gallium/drivers/nouveau/nv50
parent1446600d1a878450b08310d2728b01ad04e9e8cd (diff)
nouveau: remove old bind_*_sampler_states() functions
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_state.c b/src/gallium/drivers/nouveau/nv50/nv50_state.c
index 03a2ebb63b9..aaea19fc72b 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_state.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_state.c
@@ -1089,9 +1089,6 @@ nv50_init_state_functions(struct nv50_context *nv50)
pipe->create_sampler_state = nv50_sampler_state_create;
pipe->delete_sampler_state = nv50_sampler_state_delete;
pipe->bind_sampler_states = nv50_bind_sampler_states;
- pipe->bind_vertex_sampler_states = nv50_vp_sampler_states_bind;
- pipe->bind_fragment_sampler_states = nv50_fp_sampler_states_bind;
- pipe->bind_geometry_sampler_states = nv50_gp_sampler_states_bind;
pipe->create_sampler_view = nv50_create_sampler_view;
pipe->sampler_view_destroy = nv50_sampler_view_destroy;