From 20929963d389c237f50192a75157cbc98c57c8d3 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 25 Nov 2013 03:18:34 -0500 Subject: [PATCH] nv50: allow vert_count to be >255 Signed-off-by: Ilia Mirkin --- 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 13b9516a3e4..95167272f44 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_program.h +++ b/src/gallium/drivers/nouveau/nv50/nv50_program.h @@ -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; -- 2.30.2