Re: [Mesa-dev] [PATCH 1/2] spirv: add support for SPV_KHR_post_depth_coverage

2018-07-22 Thread Jason Ekstrand
I've added my Reviewed-by: Jason Ekstrand and pushed the patches. Thanks, Ilia, for writing them and thanks, Yunchao, for rebasing them and finding the tests. --Jason On Fri, Jul 20, 2018 at 5:16 PM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Thanks for the changes, this

Re: [Mesa-dev] [PATCH 1/2] spirv: add support for SPV_KHR_post_depth_coverage

2018-07-20 Thread Lionel Landwerlin
Thanks for the changes, this series is : Reviewed-by: Lionel Landwerlin On 20/07/18 22:50, Yunchao He wrote: From: Ilia Mirkin Allow the capability to be exposed, and convert the new execution mode into fs state. Signed-off-by: Ilia Mirkin --- src/compiler/shader_info.h| 1 +

[Mesa-dev] [PATCH 1/2] spirv: add support for SPV_KHR_post_depth_coverage

2018-07-20 Thread Yunchao He
From: Ilia Mirkin Allow the capability to be exposed, and convert the new execution mode into fs state. Signed-off-by: Ilia Mirkin --- src/compiler/shader_info.h| 1 + src/compiler/spirv/spirv_to_nir.c | 9 + 2 files changed, 10 insertions(+) diff --git

[Mesa-dev] [PATCH 1/2] spirv: add support for SPV_KHR_post_depth_coverage

2017-09-15 Thread Ilia Mirkin
Allow the capability to be exposed, and convert the new execution mode into fs state. Signed-off-by: Ilia Mirkin --- src/compiler/spirv/nir_spirv.h| 1 + src/compiler/spirv/spirv_to_nir.c | 9 + 2 files changed, 10 insertions(+) diff --git