vc4: Disable RCL blitting when scissors are enabled.
authorEric Anholt <eric@anholt.net>
Fri, 4 Dec 2015 21:15:01 +0000 (13:15 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 5 Dec 2015 21:12:27 +0000 (13:12 -0800)
commitd16d666776ee12659145f08bd35566dd2cc0f925
tree469a2d51a2b1943a09c50055b02197a3fa01ef9d
parent0afe83078d10e0d376f7c3e2515ab2682fec0eb1
vc4: Disable RCL blitting when scissors are enabled.

We could potentially handle scissored blits when they're tile aligned, but
it doesn't seem worth it.  If you're doing a scissored blit, you're
probably a testcase.

Fixes piglit's fbo-scissor-blit fbo
src/gallium/drivers/vc4/vc4_blit.c