[Mesa-dev] [PATCH 9/9] gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS

2016-01-18 Thread Nicolai Hähnle
From: Nicolai Hähnle This is already used internally in the transfer_map implementation for compressed textures, so the only real change here is the adjusted surface size computation. --- src/gallium/drivers/r600/r600_pipe.c | 2 +- src/gallium/drivers/radeon/r600_texture.c | 26 ++

Re: [Mesa-dev] [PATCH 9/9] gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS

2016-01-21 Thread Marek Olšák
Reviewed-by: Marek Olšák FYI, si_resource_copy_region does the reinterpretation for copying. Marek On Mon, Jan 18, 2016 at 11:22 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This is already used internally in the transfer_map implementation for > compressed textures, so the only real