[Mesa-dev] [PATCH v6 2/2] anv: enable VK_EXT_shader_stencil_export
Ilia Mirkin
imirkin at alum.mit.edu
Fri May 11 20:09:35 UTC 2018
On Fri, May 11, 2018 at 3:49 PM, Caio Marcelo de Oliveira Filho
<caio.oliveira at intel.com> wrote:
> 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.
I meant don't send an update just with the above fix without someone
other than me reviewing :) I'm the one who doesn't know what they're
doing.
More information about the mesa-dev
mailing list