[Nouveau] [PATCH 04/19] nv50: allow vert_count to be >255
Ilia Mirkin
imirkin at alum.mit.edu
Mon Jan 13 11:19:20 PST 2014
---
src/gallium/drivers/nouveau/nv50/nv50_program.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_program.h b/src/gallium/drivers/nouveau/nv50/nv50_program.h
index 13b9516..f63352f 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_program.h
+++ b/src/gallium/drivers/nouveau/nv50/nv50_program.h
@@ -88,7 +88,7 @@ struct nv50_program {
struct {
ubyte primid; /* primitive id output register */
- uint8_t vert_count;
+ uint32_t vert_count;
uint8_t prim_type; /* point, line strip or tri strip */
} gp;
--
1.8.3.2
More information about the Nouveau
mailing list