Re: [Mesa-dev] [PATCH] radv: clear FMASK layers instead of the whole buffer on GFX8

2019-06-24 Thread Bas Nieuwenhuizen
r-b On Mon, Jun 24, 2019 at 12:14 PM Samuel Pitoiset wrote: > > This reduces the size of fill operations needed to clear FMASK > for layered color textures. > > GFX9 unsupported for now. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_surface.c | 1 + > src/amd/common/

[Mesa-dev] [PATCH] radv: clear FMASK layers instead of the whole buffer on GFX8

2019-06-24 Thread Samuel Pitoiset
This reduces the size of fill operations needed to clear FMASK for layered color textures. GFX9 unsupported for now. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_surface.c | 1 + src/amd/common/ac_surface.h | 1 + src/amd/vulkan/radv_cmd_buffer.c| 7 ++