panfrost: Drop draws with complete scissor
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 17 Jun 2019 16:26:34 +0000 (09:26 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 17 Jun 2019 16:29:09 +0000 (09:29 -0700)
commit9865b79a882e6eb9bc38427bcff199da3d787b66
tree3f5165945ac48686d9a8bc4112dbf75d4722a84a
parent3a9b7692f1aecad3947fd2d4f8c3d2a947a16335
panfrost: Drop draws with complete scissor

The hardware support for scissoring requires minimally 1 pixel to be
drawn. If the scissor culls *everything*, we need to drop the draw
entirely early on.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/expected-failures.txt
src/gallium/drivers/panfrost/pan_context.c