Re: [Mesa-dev] [PATCH 02/19] radv: do not allocate CMASK for unsupported 128 bit formats

2017-10-02 Thread Samuel Pitoiset
On 10/01/2017 07:11 AM, Bas Nieuwenhuizen wrote: Do we know if this does not have any improvement for 128 bit MSAA, even without fast clear? Ah right, missed this point. I have no ideas though. On Fri, Sep 29, 2017 at 5:48 PM, Samuel Pitoiset wrote:

Re: [Mesa-dev] [PATCH 02/19] radv: do not allocate CMASK for unsupported 128 bit formats

2017-09-30 Thread Bas Nieuwenhuizen
Do we know if this does not have any improvement for 128 bit MSAA, even without fast clear? On Fri, Sep 29, 2017 at 5:48 PM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_image.c | 3 ++- >

[Mesa-dev] [PATCH 02/19] radv: do not allocate CMASK for unsupported 128 bit formats

2017-09-29 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_image.c | 3 ++- src/amd/vulkan/radv_meta_clear.c | 5 - 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index