Re: [Mesa-dev] [PATCH] radv: disable depth writes when depth test is not enabled

2017-10-27 Thread Samuel Pitoiset
On 10/27/2017 06:49 PM, Marek Olšák wrote: The hw disables depth writes automatically. Okay, good to know. Thanks! Marek On Fri, Oct 27, 2017 at 6:27 PM, Samuel Pitoiset wrote: Found by inspection. Signed-off-by: Samuel Pitoiset

Re: [Mesa-dev] [PATCH] radv: disable depth writes when depth test is not enabled

2017-10-27 Thread Marek Olšák
The hw disables depth writes automatically. Marek On Fri, Oct 27, 2017 at 6:27 PM, Samuel Pitoiset wrote: > Found by inspection. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_pipeline.c | 8 +++- > 1 file changed, 7

[Mesa-dev] [PATCH] radv: disable depth writes when depth test is not enabled

2017-10-27 Thread Samuel Pitoiset
Found by inspection. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index c25642c966..f5ebcda883 100644 ---