Mesa (gallium-msaa): nv50: fix typo: s/_/./

Brian Paul brianp at kemper.freedesktop.org
Wed May 19 15:31:21 UTC 2010


Module: Mesa
Branch: gallium-msaa
Commit: 23808f1b5e88373534c7ff546cdd89030ce1e935
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23808f1b5e88373534c7ff546cdd89030ce1e935

Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 19 09:30:25 2010 -0600

nv50: fix typo: s/_/./

---

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

diff --git a/src/gallium/drivers/nv50/nv50_state.c b/src/gallium/drivers/nv50/nv50_state.c
index 3fde859..cf4105b 100644
--- a/src/gallium/drivers/nv50/nv50_state.c
+++ b/src/gallium/drivers/nv50/nv50_state.c
@@ -839,7 +839,7 @@ nv50_init_state_functions(struct nv50_context *nv50)
 	nv50->pipe.set_blend_color = nv50_set_blend_color;
         nv50->pipe.set_stencil_ref = nv50_set_stencil_ref;
 	nv50->pipe.set_clip_state = nv50_set_clip_state;
-	nv50->pipe_set_sample_mask = nv50_set_sample_mask;
+	nv50->pipe.set_sample_mask = nv50_set_sample_mask;
 	nv50->pipe.set_constant_buffer = nv50_set_constant_buffer;
 	nv50->pipe.set_framebuffer_state = nv50_set_framebuffer_state;
 	nv50->pipe.set_polygon_stipple = nv50_set_polygon_stipple;




More information about the mesa-commit mailing list