Mesa (gallium-sampler-view): nv30: function is called nv30_set_fragment_sampler_views, plural

Christoph Bumiller chrisbmr at kemper.freedesktop.org
Thu Feb 25 15:47:09 UTC 2010


Module: Mesa
Branch: gallium-sampler-view
Commit: a69fdb84df17dd91cbfd41fc90a54558cb334297
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a69fdb84df17dd91cbfd41fc90a54558cb334297

Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Thu Feb 25 16:43:01 2010 +0100

nv30: function is called nv30_set_fragment_sampler_views, plural

---

 src/gallium/drivers/nv30/nv30_state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv30/nv30_state.c b/src/gallium/drivers/nv30/nv30_state.c
index 1d484ec..fdfb51a 100644
--- a/src/gallium/drivers/nv30/nv30_state.c
+++ b/src/gallium/drivers/nv30/nv30_state.c
@@ -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;
 




More information about the mesa-commit mailing list