r600: reset tex array override even when no view bound
authorDave Airlie <airlied@redhat.com>
Wed, 1 May 2019 04:30:10 +0000 (14:30 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 1 May 2019 21:34:32 +0000 (07:34 +1000)
commite2fecf57e343961cd1db9251cef2c9eb95948d2f
tree407ce70d04c7b6e19c0c9d45bd5fe4d392e02d59
parent85e6865ff62390c632909a07a46deab54c742963
r600: reset tex array override even when no view bound

If no view is bound we still should reset the override to 0
and array mode.

This should fix misrendering in firefox WebRender since
the pbo sampler was removed.

Fixes: 1250383e36 (st/mesa: remove sampler associated with buffer texture in pbo logic)
src/gallium/drivers/r600/r600_state.c