Module: Mesa Branch: master Commit: a55ead9d0148348489542adab577d3df0698e86f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a55ead9d0148348489542adab577d3df0698e86f
Author: José Fonseca <[email protected]> Date: Tue Apr 20 13:26:36 2010 +0200 nvfx: Fix typo. --- src/gallium/drivers/nvfx/nvfx_draw.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/nvfx/nvfx_draw.c b/src/gallium/drivers/nvfx/nvfx_draw.c index 55b72ac..22cff37 100644 --- a/src/gallium/drivers/nvfx/nvfx_draw.c +++ b/src/gallium/drivers/nvfx/nvfx_draw.c @@ -258,7 +258,7 @@ nvfx_draw_elements_swtnl(struct pipe_context *pipe, map = pipe_buffer_map(pipe, idxbuf, PIPE_TRANSFER_READ, &ib_transfer); - draw_set_mapped_element_buffer(nvfx->draw, idxbuf_size, idx_bufbias, map); + draw_set_mapped_element_buffer(nvfx->draw, idxbuf_size, idxbuf_bias, map); } else { draw_set_mapped_element_buffer(nvfx->draw, 0, 0, NULL); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
