Re: [Mesa-dev] [PATCH] softpipe: fix texture view crashes

2019-03-20 Thread Brian Paul
On 03/19/2019 09:13 PM, Dave Airlie wrote: From: Dave Airlie I noticed we crashed piglit arb_texture_view-rendering-formats when run on softpipe. This fixes the clear tiles to use the surface format not the underlying storage format. This fixes a bunch of srgb piglits as well. ---

[Mesa-dev] [PATCH] softpipe: fix texture view crashes

2019-03-19 Thread Dave Airlie
From: Dave Airlie I noticed we crashed piglit arb_texture_view-rendering-formats when run on softpipe. This fixes the clear tiles to use the surface format not the underlying storage format. This fixes a bunch of srgb piglits as well. --- src/gallium/drivers/softpipe/sp_tile_cache.c | 11