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:
Marek Olšák 2019-07-04 01:08:02 -04:00
parent 8dfdf5aae4
commit 6ab23805c3
1 changed files with 0 additions and 3 deletions

View File

@ -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 */