Module: Mesa Branch: master Commit: 72813ba5b6ac60519957a96afbefb62e3be91c19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72813ba5b6ac60519957a96afbefb62e3be91c19
Author: Christoph Bumiller <[email protected]> Date: Tue Jul 28 17:21:31 2009 +0200 nv50: should use uint32_t ptr in draw_elements_inline_u32 --- src/gallium/drivers/nv50/nv50_vbo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_vbo.c b/src/gallium/drivers/nv50/nv50_vbo.c index f81929f..cbd9d6a 100644 --- a/src/gallium/drivers/nv50/nv50_vbo.c +++ b/src/gallium/drivers/nv50/nv50_vbo.c @@ -139,7 +139,7 @@ nv50_draw_elements_inline_u16(struct nv50_context *nv50, uint16_t *map, } static INLINE void -nv50_draw_elements_inline_u32(struct nv50_context *nv50, uint8_t *map, +nv50_draw_elements_inline_u32(struct nv50_context *nv50, uint32_t *map, unsigned start, unsigned count) { struct nouveau_channel *chan = nv50->screen->tesla->channel; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
