Re: [Mesa-dev] [PATCH v4] anv: enable VK_EXT_shader_stencil_export

2018-02-28 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On 28/02/18 07:34, Gustavo Lima Chaves wrote: > v2: > An attempt to support SpvExecutionModeStencilRefReplacingEXT's behavior > also follows, with the interpretation to said mode being we prevent > writes to the built-in

Re: [Mesa-dev] [PATCH v4] anv: enable VK_EXT_shader_stencil_export

2018-02-28 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Tue, 2018-02-27 at 22:34 -0800, Gustavo Lima Chaves wrote: > v2: > An attempt to support SpvExecutionModeStencilRefReplacingEXT's > behavior > also follows, with the interpretation to said mode being we prevent > writes to the built-in

[Mesa-dev] [PATCH v4] anv: enable VK_EXT_shader_stencil_export

2018-02-27 Thread Gustavo Lima Chaves
v2: An attempt to support SpvExecutionModeStencilRefReplacingEXT's behavior also follows, with the interpretation to said mode being we prevent writes to the built-in FragStencilRefEXT variable when the execution mode isn't set. v3: A more cautious reading of