freedreno: Don't tell the blitter what it can't do
authorKristian H. Kristensen <hoegsberg@chromium.org>
Fri, 1 Feb 2019 23:20:05 +0000 (15:20 -0800)
committerKristian H. Kristensen <hoegsberg@chromium.org>
Mon, 11 Feb 2019 20:26:21 +0000 (12:26 -0800)
commitd2639f2eac204944cfaa67021b8c54ae834fae53
treedcc4def491c30c72e6be030cd59e84856c5f239a
parent8cf130369811643b7432ef6c4d8de6e45a4f4ce4
freedreno: Don't tell the blitter what it can't do

Call ctx->blit() and let it reject blits it can't do instead of giving
up on stencil blits and blits u_blitter can't do.

Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org>
src/gallium/drivers/freedreno/freedreno_blitter.c