[PATCH 5/8] nv50: should use uint32_t ptr in draw_elements_inline_u32
Christoph Bumiller
e0425955 at student.tuwien.ac.at
Tue Jul 28 08:21:31 PDT 2009
---
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;
--
1.6.3.3
--------------030109060900080900080804
Content-Type: text/plain;
name="0006-nv50-support-more-vtxelt-formats.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="0006-nv50-support-more-vtxelt-formats.patch"
More information about the Nouveau
mailing list