On Monday, September 5, 2016 8:10:48 PM PDT Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand <[email protected]> > Reported-by: Timothy Arceri <[email protected]> > --- > src/intel/vulkan/anv_pipeline.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c > index 35acc4a..9780201 100644 > --- a/src/intel/vulkan/anv_pipeline.c > +++ b/src/intel/vulkan/anv_pipeline.c > @@ -186,6 +186,8 @@ anv_shader_compile_to_nir(struct anv_device *device, > nir_variable_mode indirect_mask = 0; > if (compiler->glsl_compiler_options[stage].EmitNoIndirectInput) > indirect_mask |= nir_var_shader_in; > + if (compiler->glsl_compiler_options[stage].EmitNoIndirectOutput) > + indirect_mask |= nir_var_shader_out; > if (compiler->glsl_compiler_options[stage].EmitNoIndirectTemp) > indirect_mask |= nir_var_local; > >
Reviewed-by: Kenneth Graunke <[email protected]>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
