Re: [Mesa-dev] [PATCH 2/2] anv/gen9: expose VK_EXT_post_depth_coverage

2018-07-20 Thread Jason Ekstrand
The CI system says no regressions On Fri, Jul 20, 2018 at 3:48 PM Yunchao He wrote: > From: Ilia Mirkin > > Note that the use of ICMS_INNER_CONSERVATIVE disagrees with the GL driver. > Perhaps it's more performant than ICMS_NORMAL and is otherwise permitted? > Not sure, so I left it as-is. > >

[Mesa-dev] [PATCH 2/2] anv/gen9: expose VK_EXT_post_depth_coverage

2018-07-20 Thread Yunchao He
From: Ilia Mirkin Note that the use of ICMS_INNER_CONSERVATIVE disagrees with the GL driver. Perhaps it's more performant than ICMS_NORMAL and is otherwise permitted? Not sure, so I left it as-is. Signed-off-by: Ilia Mirkin --- src/intel/vulkan/anv_extensions.py | 1 +

Re: [Mesa-dev] [PATCH 2/2] anv/gen9: expose VK_EXT_post_depth_coverage

2017-09-15 Thread Jason Ekstrand
On Fri, Sep 15, 2017 at 11:18 AM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > Note that the use of ICMS_INNER_CONSERVATIVE disagrees with the GL driver. > Perhaps it's more performant than ICMS_NORMAL and is otherwise permitted? > Not

[Mesa-dev] [PATCH 2/2] anv/gen9: expose VK_EXT_post_depth_coverage

2017-09-15 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Note that the use of ICMS_INNER_CONSERVATIVE disagrees with the GL driver. Perhaps it's more performant than ICMS_NORMAL and is otherwise permitted? Not sure, so I left it as-is. Also note that there are no tests for this, and I have not