mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
r300: no need to flush on context init
This commit is contained in:
parent
b1ab15c633
commit
44d92d4bbe
1 changed files with 0 additions and 2 deletions
|
|
@ -1762,8 +1762,6 @@ static void r300ResetHwState(r300ContextPtr r300)
|
||||||
if (RADEON_DEBUG & RADEON_STATE)
|
if (RADEON_DEBUG & RADEON_STATE)
|
||||||
fprintf(stderr, "%s\n", __FUNCTION__);
|
fprintf(stderr, "%s\n", __FUNCTION__);
|
||||||
|
|
||||||
radeon_firevertices(&r300->radeon);
|
|
||||||
|
|
||||||
r300ColorMask(ctx,
|
r300ColorMask(ctx,
|
||||||
ctx->Color.ColorMask[0][RCOMP],
|
ctx->Color.ColorMask[0][RCOMP],
|
||||||
ctx->Color.ColorMask[0][GCOMP],
|
ctx->Color.ColorMask[0][GCOMP],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue