summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/drivers/nv50/nv50_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c
index 97f938e698..8cb1639013 100644
--- a/src/gallium/drivers/nv50/nv50_program.c
+++ b/src/gallium/drivers/nv50/nv50_program.c
@@ -3924,7 +3924,7 @@ ctor_nv50_pc(struct nv50_pc *pc, struct nv50_program *p)
case TGSI_PROPERTY_GS_OUTPUT_PRIM:
p->cfg.prim_type = nv50_map_gs_output_prim(data[0]);
break;
- case TGSI_PROPERTY_GS_MAX_VERTICES:
+ case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES:
p->cfg.vert_count = data[0];
break;
default: