freedreno/a5xx: work around SWAP vs TILE_MODE constraint
authorRob Clark <robdclark@gmail.com>
Mon, 8 Jan 2018 18:40:22 +0000 (13:40 -0500)
committerRob Clark <robdclark@gmail.com>
Sun, 14 Jan 2018 21:14:19 +0000 (16:14 -0500)
commit50f9a9aa960b6340b84aae2fa0e86e14c0e40fa8
treee013be6838f1eb61654da32b9001c78f7114dbfa
parent39b63c18f1a838d57458ceb99ca58d3c0257c402
freedreno/a5xx: work around SWAP vs TILE_MODE constraint

If the blit isn't changing format, but is changing tiling, just lie and
call things ARGB (since the exact component order doesn't matter for a
tiling blit).

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_blitter.c