Re: [Mesa-dev] [PATCH 01/10] spirv: fill info.gs.input_primitive too

2018-08-12 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 09/08/18 23:43, Alejandro Piñeiro wrote: info.gs.output_primitive was already being filled. Not sure why this is not needed on Vulkan, but we found to be needed for ARB_gl_spirv. Specifically, this is needed to get the following test passing:

[Mesa-dev] [PATCH 01/10] spirv: fill info.gs.input_primitive too

2018-08-09 Thread Alejandro Piñeiro
info.gs.output_primitive was already being filled. Not sure why this is not needed on Vulkan, but we found to be needed for ARB_gl_spirv. Specifically, this is needed to get the following test passing: KHR-GL45.gl_spirv.spirv_validation_builtin_variable_decorations_test ---