nvc0: add missing call to map edge flag in push_vbo

Note: this is a candidate for the 9.0 stable branch.
This commit is contained in:
Christoph Bumiller 2013-01-07 20:18:06 +01:00 committed by Christoph Bumiller
parent f2da7e720f
commit ddf1e620e9

View file

@ -439,6 +439,9 @@ nvc0_push_vbo(struct nvc0_context *nvc0, const struct pipe_draw_info *info)
nvc0_vertex_configure_translate(nvc0, info->index_bias);
if (unlikely(ctx.edgeflag.enabled))
nvc0_push_map_edgeflag(&ctx, nvc0, info->index_bias);
ctx.prim_restart = info->primitive_restart;
ctx.restart_index = info->restart_index;