summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_program.h2
1 files changed, 1 insertions, 1 deletions
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;