diff --git a/src/gallium/drivers/vc4/vc4_state.c b/src/gallium/drivers/vc4/vc4_state.c index 69fd2187720..d2c53a5b8eb 100644 --- a/src/gallium/drivers/vc4/vc4_state.c +++ b/src/gallium/drivers/vc4/vc4_state.c @@ -101,7 +101,7 @@ vc4_create_rasterizer_state(struct pipe_context *pctx, /* XXX: per_vertex */ so->point_size = cso->point_size; - if (!cso->front_ccw) + if (cso->front_ccw) so->config_bits[0] |= VC4_CONFIG_BITS_CW_PRIMITIVES; if (cso->offset_tri)