mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
Revert "mesa/st: Passthrough scissor when clearing by quad"
This reverts commit 0a88aa3025.
It breaks a lot of piglit tests.
This commit is contained in:
parent
8dfdf5aae4
commit
6ab23805c3
1 changed files with 0 additions and 3 deletions
|
|
@ -323,9 +323,6 @@ clear_with_quad(struct gl_context *ctx, unsigned clear_buffers)
|
|||
cso_set_stream_outputs(cso, 0, NULL, NULL);
|
||||
cso_set_sample_mask(cso, ~0);
|
||||
cso_set_min_samples(cso, 1);
|
||||
|
||||
/* set scissor if necessary to allow optimization */
|
||||
st->clear.raster.scissor = ctx->Scissor.EnableFlags & 1;
|
||||
cso_set_rasterizer(cso, &st->clear.raster);
|
||||
|
||||
/* viewport state: viewport matching window dims */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue