Re: [Mesa-dev] [PATCH] mesa: Add support for VK_EXT_post_depth_coverage extension

2018-07-20 Thread He, Yunchao
: [Mesa-dev] [PATCH] mesa: Add support for VK_EXT_post_depth_coverage extension Hi there, Since your version doesn't add very much to Ilia's series, it would be nice to retain the initial authorship as well as the 2 patches (separate generic infrastructure from driver enabling). Jason also had

Re: [Mesa-dev] [PATCH] mesa: Add support for VK_EXT_post_depth_coverage extension

2018-07-20 Thread Lionel Landwerlin
Hi there, Since your version doesn't add very much to Ilia's series, it would be nice to retain the initial authorship as well as the 2 patches (separate generic infrastructure from driver enabling). Jason also had a comment about the coverage variable that could be moved into the next hunk.

[Mesa-dev] [PATCH] mesa: Add support for VK_EXT_post_depth_coverage extension

2018-07-20 Thread Yunchao He
The original patch was from Ilia Mirkin. See the link at https://patchwork.freedesktop.org/series/30443/. This one rebased that patch, and it can pass the deqp cts right now. --- src/compiler/shader_info.h | 1 + src/compiler/spirv/spirv_to_nir.c | 9 +