Re: [Mesa-dev] [PATCH] radv: move spi_baryc_cntl to pipeline

2018-01-24 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 01/24/2018 03:56 AM, Dave Airlie wrote: From: Dave Airlie We need to enable the pos float location 2 mode anytime we have persample not just when forced by the frag shader. This fixes: dEQP-VK.pipeline.multisample.min_sample_shading* Fixes: 58c97a079 (radv: e

[Mesa-dev] [PATCH] radv: move spi_baryc_cntl to pipeline

2018-01-23 Thread Dave Airlie
From: Dave Airlie We need to enable the pos float location 2 mode anytime we have persample not just when forced by the frag shader. This fixes: dEQP-VK.pipeline.multisample.min_sample_shading* Fixes: 58c97a079 (radv: enable location at sample when persample is forced.) Signed-off-by: Dave Airl