mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 23:00:29 +01:00
nv50: should use uint32_t ptr in draw_elements_inline_u32
This commit is contained in:
parent
df189c9efc
commit
72813ba5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue