freedreno/a6xx: Fix set_blit_scissor helper
authorKristian H. Kristensen <hoegsberg@chromium.org>
Wed, 17 Oct 2018 21:18:56 +0000 (14:18 -0700)
committerRob Clark <robdclark@gmail.com>
Fri, 26 Oct 2018 22:10:00 +0000 (18:10 -0400)
commit3264eb691a9e7c79fffcaab0a52dc3d915db34f2
treed44ee7a5bc248883923395b257507c123c858881
parent4222fe8af2b71f47dd076c94f817aa4ea1662963
freedreno/a6xx: Fix set_blit_scissor helper

The scissor maxx/maxy are non-inclusive, so don't subtract one from
framebuffer width and height.

Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org>
src/gallium/drivers/freedreno/a6xx/fd6_gmem.c