Module: Mesa Branch: master Commit: 63d1134c862ea83435e492a53f70b2902a6645a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63d1134c862ea83435e492a53f70b2902a6645a9
Author: Michel Dänzer <[email protected]> Date: Thu Apr 29 10:02:08 2010 +0200 gallium/draw: Fix PPC build failure. --- src/gallium/auxiliary/draw/draw_vs_ppc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_vs_ppc.c b/src/gallium/auxiliary/draw/draw_vs_ppc.c index d869eec..876b598 100644 --- a/src/gallium/auxiliary/draw/draw_vs_ppc.c +++ b/src/gallium/auxiliary/draw/draw_vs_ppc.c @@ -190,7 +190,7 @@ draw_create_vs_ppc(struct draw_context *draw, vs->base.create_varient = draw_vs_varient_aos_ppc; else #endif - vs->base.create_varient = draw_vs_varient_generic; + vs->base.create_varient = draw_vs_create_varient_generic; vs->base.prepare = vs_ppc_prepare; vs->base.run_linear = vs_ppc_run_linear; vs->base.delete = vs_ppc_delete; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
