Re: [Mesa-dev] [PATCH] r600: reset tex array override even when no view bound

2019-05-01 Thread Ilia Mirkin
On Wed, May 1, 2019 at 12:30 AM Dave Airlie wrote: > > From: Dave Airlie > > 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 asso

[Mesa-dev] [PATCH] r600: reset tex array override even when no view bound

2019-04-30 Thread Dave Airlie
From: Dave Airlie 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/r6