v3d: Don't try to create shadow tiled temporaries for 1D textures.
authorEric Anholt <eric@anholt.net>
Mon, 17 Dec 2018 20:57:38 +0000 (12:57 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 19 Dec 2018 18:27:21 +0000 (10:27 -0800)
commitfcf881adda9909ea124dac31fed70375ae7afbc8
tree77a347a4f47aa5846c35c354dc3eb6068eb981af
parentb5adc744ba0265dedad8631b52d15fde3e5733db
v3d: Don't try to create shadow tiled temporaries for 1D textures.

They're raster order anyway, so we'd assertion fail along with wasting
bandwidth.

Fixes: 6ad9e8690d14 ("v3d: Add support for texturing from linear.")
src/gallium/drivers/v3d/v3dx_state.c