mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 23:10:47 +02:00
mesa/st: Gallium quads, by spec, never change provoking vertex.
Fixes glean/clipFlat for r300g.
This commit is contained in:
parent
2b76e04a8c
commit
dd8f5c33f3
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue