nv50: allow vert_count to be >255

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Ilia Mirkin
2013-11-25 03:18:34 -05:00
committed by Maarten Lankhorst
parent 02b317a0d6
commit 20929963d3
@@ -87,8 +87,8 @@ struct nv50_program {
} fp;
struct {
uint32_t vert_count;
ubyte primid; /* primitive id output register */
uint8_t vert_count;
uint8_t prim_type; /* point, line strip or tri strip */
} gp;