mesa/st: Gallium quads, by spec, never change provoking vertex.
Fixes glean/clipFlat for r300g.
This commit is contained in:

committed by
Marek Olšák

parent
2b76e04a8c
commit
dd8f5c33f3
@@ -137,6 +137,9 @@ void st_init_limits(struct st_context *st)
|
||||
/* XXX separate query for early function return? */
|
||||
st->ctx->Shader.EmitContReturn =
|
||||
screen->get_param(screen, PIPE_CAP_TGSI_CONT_SUPPORTED);
|
||||
|
||||
/* Quads always follow GL provoking rules. */
|
||||
c->QuadsFollowProvokingVertexConvention = GL_FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user