Re: [Mesa-dev] [PATCH] nir/serialize: handle var->name being NULL

2018-02-28 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 01/03/18 04:13, Alejandro Piñeiro wrote: var->name could be true under ARB_gl_spirv for example. And in any case, the code is already handing var name being NULL when reading a variable, so it is consistent to do it writing a variable too.

[Mesa-dev] [PATCH] nir/serialize: handle var->name being NULL

2018-02-28 Thread Alejandro Piñeiro
var->name could be true under ARB_gl_spirv for example. And in any case, the code is already handing var name being NULL when reading a variable, so it is consistent to do it writing a variable too. --- src/compiler/nir/nir_serialize.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff