Re: [Mesa-dev] [PATCH 1.2/8 v2] spirv: Generate spirv_info.c

2017-07-18 Thread Emil Velikov
On 17 July 2017 at 20:31, Ian Romanick wrote: > From: Ian Romanick > > The old table based spirv_*_to_string functions would return NULL for > any values "inside" the table that didn't have entries. The tables also > needed to be updated by hand

Re: [Mesa-dev] [PATCH 1.2/8 v2] spirv: Generate spirv_info.c

2017-07-17 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Mon, Jul 17, 2017 at 12:31 PM, Ian Romanick wrote: > From: Ian Romanick > > The old table based spirv_*_to_string functions would return NULL for > any values "inside" the table that didn't

[Mesa-dev] [PATCH 1.2/8 v2] spirv: Generate spirv_info.c

2017-07-17 Thread Ian Romanick
From: Ian Romanick The old table based spirv_*_to_string functions would return NULL for any values "inside" the table that didn't have entries. The tables also needed to be updated by hand each time a new spirv.h was imported. Generate the file instead. v2: Make this