Re: [Mesa-dev] [PATCH 3/3] radv: Fix CMASK dimensions.

2018-09-02 Thread Dave Airlie
Reviewed-by: Dave Airlie for the series. On Mon, 3 Sep 2018 at 10:39, Bas Nieuwenhuizen wrote: > > Mirrors > > 1e40f694831 "ac/surface: fix CMASK fast clear for NPOT textures with > mipmapping on SI/CI/VI" > > CC: > --- > src/amd/vulkan/radv_image.c | 4 ++-- > 1 file changed, 2 insertions(+)

[Mesa-dev] [PATCH 3/3] radv: Fix CMASK dimensions.

2018-09-02 Thread Bas Nieuwenhuizen
Mirrors 1e40f694831 "ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VI" CC: --- src/amd/vulkan/radv_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index f1c78e8115d..b316242d