nv30: function is called nv30_set_fragment_sampler_views, plural
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 25 Feb 2010 15:43:01 +0000 (16:43 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 25 Feb 2010 15:43:01 +0000 (16:43 +0100)
src/gallium/drivers/nv30/nv30_state.c

index 1d484ecb77f0ebc75750fd1a4ee621232e6de02f..fdfb51a9b340beb0969f1fe1cf6eb017f834d7ab 100644 (file)
@@ -720,7 +720,7 @@ nv30_init_state_functions(struct nv30_context *nv30)
        nv30->pipe.create_sampler_state = nv30_sampler_state_create;
        nv30->pipe.bind_fragment_sampler_states = nv30_sampler_state_bind;
        nv30->pipe.delete_sampler_state = nv30_sampler_state_delete;
-       nv30->pipe.set_fragment_sampler_views = nv30_set_fragment_sampler_view;
+       nv30->pipe.set_fragment_sampler_views = nv30_set_fragment_sampler_views;
        nv30->pipe.create_sampler_view = nv30_create_sampler_view;
        nv30->pipe.sampler_view_destroy = nv30_sampler_view_destroy;