diff options
author | Brian Paul <[email protected]> | 2013-09-12 18:14:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-10-03 14:05:28 -0600 |
commit | 7478236da95953c3d491567505048933fc7a2b3c (patch) | |
tree | a2eed72ddc295f1eb378ee26ffde1337c92a6218 /src/gallium/drivers/nouveau/nv30 | |
parent | 1446600d1a878450b08310d2728b01ad04e9e8cd (diff) |
nouveau: remove old bind_*_sampler_states() functions
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_fragtex.c | 1 | ||||
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv40_verttex.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c b/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c index ac819786a6c..87e66cc6d91 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c @@ -197,6 +197,5 @@ nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, void nv30_fragtex_init(struct pipe_context *pipe) { - pipe->bind_fragment_sampler_states = nv30_fragtex_sampler_states_bind; pipe->set_fragment_sampler_views = nv30_fragtex_set_sampler_views; } diff --git a/src/gallium/drivers/nouveau/nv30/nv40_verttex.c b/src/gallium/drivers/nouveau/nv30/nv40_verttex.c index c099208fb60..48465cf17b4 100644 --- a/src/gallium/drivers/nouveau/nv30/nv40_verttex.c +++ b/src/gallium/drivers/nouveau/nv30/nv40_verttex.c @@ -95,6 +95,5 @@ nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr, void nv40_verttex_init(struct pipe_context *pipe) { - pipe->bind_vertex_sampler_states = nv40_verttex_sampler_states_bind; pipe->set_vertex_sampler_views = nv40_verttex_set_sampler_views; } |