Re: [Mesa-dev] [PATCH v2 13/32] main: Add nir serialization fields to gl_program

2017-10-20 Thread Jason Ekstrand
On Wed, Oct 18, 2017 at 10:32 PM, Jordan Justen wrote: > These fields can be used to optionally save off a nir serialized form > of the program. > > Signed-off-by: Jordan Justen > --- > src/mesa/main/mtypes.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/mesa/main/mtypes.h b/sr

[Mesa-dev] [PATCH v2 13/32] main: Add nir serialization fields to gl_program

2017-10-18 Thread Jordan Justen
These fields can be used to optionally save off a nir serialized form of the program. Signed-off-by: Jordan Justen --- src/mesa/main/mtypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 2802a0e360..a5a1398698 100644 --- a/src/mesa/m