OSDN Git Service

r600: partly revert disabling tiling for 1d texture.
authorDave Airlie <airlied@redhat.com>
Wed, 28 Feb 2018 04:37:45 +0000 (04:37 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 28 Feb 2018 04:59:37 +0000 (04:59 +0000)
commita5853a33332d51382cae42397f353817e47cccc9
treef54a03e8ec23f37025e74b542a5ffb3ef39d77d6
parent0c1f37cc2d8555223ade73b244a3ee374be8d9cd
r600: partly revert disabling tiling for 1d texture.

Previously we had a check for 1d of narrow 2D textures, however
narrow 2d textures caused gpu hangs, but it was correct for 1d
textures.

This fixes a bunch of 1D image piglits for me.

Fixes: 7b8e1c089d (r600/texture: drop lowering 1d/2d images to linear.)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_texture.c