Re: [Mesa-dev] [PATCH] radv: fix FMASK expand with SRGB formats

2019-06-18 Thread Bas Nieuwenhuizen
r-b Fixes tag? On Tue, Jun 18, 2019 at 4:07 PM Samuel Pitoiset wrote: > > Found while working on DCC for MSAA. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_meta_fmask_expand.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/amd/vulkan/radv_meta_

[Mesa-dev] [PATCH] radv: fix FMASK expand with SRGB formats

2019-06-18 Thread Samuel Pitoiset
Found while working on DCC for MSAA. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_meta_fmask_expand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_meta_fmask_expand.c b/src/amd/vulkan/radv_meta_fmask_expand.c index a9567eaf0fd..e5d0868aab5