Re: [Mesa-dev] [PATCH v3 56/63] radeonsi: decompress resident textures/images before graphics/compute

2017-06-13 Thread Marek Olšák
On Fri, Jun 9, 2017 at 3:35 PM, Samuel Pitoiset wrote: > Similar to the existing decompression code path except that it > loops over the list of resident textures/images. > > v3: - move the blitter check back to si_decompress_textures() > - decompress resident textures directly in si_decompres

[Mesa-dev] [PATCH v3 56/63] radeonsi: decompress resident textures/images before graphics/compute

2017-06-09 Thread Samuel Pitoiset
Similar to the existing decompression code path except that it loops over the list of resident textures/images. v3: - move the blitter check back to si_decompress_textures() - decompress resident textures directly in si_decompress_textures() - depth_texture -> needs_depth_decompress -