[Mesa-dev] [PATCH v6 2/2] anv: enable VK_EXT_shader_stencil_export
Caio Marcelo de Oliveira Filho
caio.oliveira at intel.com
Fri May 11 19:49:09 UTC 2018
On Fri, May 11, 2018 at 03:31:31PM -0400, Ilia Mirkin wrote:
> > diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c
> > index 8f30136b100..c37b9b96e11 100644
> > --- a/src/intel/vulkan/anv_pipeline.c
> > +++ b/src/intel/vulkan/anv_pipeline.c
> > @@ -152,6 +152,7 @@ anv_shader_compile_to_nir(struct anv_pipeline *pipeline,
> > .subgroup_quad = true,
> > .subgroup_shuffle = true,
> > .subgroup_vote = true,
> > + .stencil_export = true,
>
> gen9+, no?
You are correct, I messed up on this one since Gustavo's latest
version is correct. Thanks for pointing out.
> [please wait for someone who knows what they're doing to actually
> review before sending a new version]
Sorry, I wanted to have some recent on the list for folks doing CTS
review to apply. I will avoid this in the future.
Thanks,
Caio
More information about the mesa-dev
mailing list