Re: [Mesa-dev] [PATCH 2/8] radeonsi: Add DCC compression tracking machinery.

2015-09-23 Thread Marek Olšák
On Fri, Sep 4, 2015 at 9:47 PM, Bas Nieuwenhuizen wrote: > As textures can be sampled without decompression and the fastclear bits > can be erased without decompressing, so add a new set of flags. Since CMASK clear isn't allowed with DCC (even though it might work for most cases, there are issues

[Mesa-dev] [PATCH 2/8] radeonsi: Add DCC compression tracking machinery.

2015-09-04 Thread Bas Nieuwenhuizen
As textures can be sampled without decompression and the fastclear bits can be erased without decompressing, so add a new set of flags. Signed-off-by: Bas Nieuwenhuizen --- src/gallium/drivers/radeon/r600_pipe_common.h | 2 ++ src/gallium/drivers/radeonsi/cik_sdma.c | 6 -- src/galli