Re: [Mesa-dev] [PATCH] radv: add multisample Z optimisation from amdvlk

2018-01-24 Thread Samuel Pitoiset
RadeonSI also enables this, so: Reviewed-by: Samuel Pitoiset On 01/24/2018 04:14 AM, Dave Airlie wrote: From: Dave Airlie This was just found while reading for other stuff, rc/core/hw/gfxip/gfx6/gfx6DepthStencilView.cpp. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_pipeline.c | 3 +

[Mesa-dev] [PATCH] radv: add multisample Z optimisation from amdvlk

2018-01-23 Thread Dave Airlie
From: Dave Airlie This was just found while reading for other stuff, rc/core/hw/gfxip/gfx6/gfx6DepthStencilView.cpp. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_pipeline.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipelin