Re: [Mesa-dev] [PATCH] radv: enable VK_EXT_shader_stencil_export

2018-06-26 Thread Bas Nieuwenhuizen
Did not see that we already had tests for it. Reviewed-by: Bas Nieuwenhuizen On Mon, Jun 25, 2018 at 3:56 PM, Samuel Pitoiset wrote: > The driver already supports exporting the stencil value. > > The following CTS test now pass: > dEQP-VK.pipeline.shader_stencil_export.op_replace > >

[Mesa-dev] [PATCH] radv: enable VK_EXT_shader_stencil_export

2018-06-25 Thread Samuel Pitoiset
The driver already supports exporting the stencil value. The following CTS test now pass: dEQP-VK.pipeline.shader_stencil_export.op_replace Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_extensions.py | 1 + src/amd/vulkan/radv_shader.c | 1 + 2 files changed, 2 insertions(+)