[Mesa-dev] [PATCH 10/15] compiler/spirv: add XFB and GeometryStreams capability check support

2018-08-02 Thread Alejandro Piñeiro
FWIW, this is the only patch pending to be reviewed on the series (sorry Timothy, I used wrong patch numbers when I pinged you on IRC). BR On 20/07/18 17:08, Alejandro Piñeiro wrote: > --- > src/compiler/shader_info.h| 2 ++ > src/compiler/spirv/spirv_to_nir.c | 10 -- > 2 file

Re: [Mesa-dev] [PATCH 10/15] compiler/spirv: add XFB and GeometryStreams capability check support

2018-07-31 Thread Alejandro Piñeiro
Thanks for the quick review! Just re-checked no regressions with Intel CI. Pushed the series to master. On 31/07/18 13:31, Timothy Arceri wrote: > Reviewed-by: Timothy Arceri > > On 31/07/18 21:16, Alejandro Piñeiro wrote: >> FWIW, this is the only patch pending to be reviewed on the series (so

Re: [Mesa-dev] [PATCH 10/15] compiler/spirv: add XFB and GeometryStreams capability check support

2018-07-31 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 31/07/18 21:16, Alejandro Piñeiro wrote: FWIW, this is the only patch pending to be reviewed on the series (sorry Timothy, I used wrong patch numbers when I pinged you on IRC). BR On 20/07/18 17:08, Alejandro Piñeiro wrote: --- src/compiler/shader_info.h

[Mesa-dev] [PATCH 10/15] compiler/spirv: add XFB and GeometryStreams capability check support

2018-07-20 Thread Alejandro Piñeiro
--- src/compiler/shader_info.h| 2 ++ src/compiler/spirv/spirv_to_nir.c | 10 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 3b95d5962c0..958e6bb98bf 100644 --- a/src/compiler/shader_info.h +++ b/src