broadcom/vc4: Scissor blits performed using the rendering engine.
authorEric Anholt <eric@anholt.net>
Mon, 24 Jul 2017 21:45:49 +0000 (14:45 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 25 Jul 2017 21:44:52 +0000 (14:44 -0700)
commit16e17ce04b60ac6f3d9a89535ea583fabebead7a
tree04628663f50c1b31fabebedea1681ce047aec445
parent93fec49a75ce799bb6fe167f9409fd553a5781c6
broadcom/vc4: Scissor blits performed using the rendering engine.

Without this, a BlitFramebuffer would mark the whole framebuffer as being
changed (so we emit loads/stores of all of it) rather than just the
modified subset.
src/gallium/drivers/vc4/vc4_blit.c