Re: [Mesa-dev] [PATCH 8/8] nir: Add hooks for testing serialization

2017-09-15 Thread Jason Ekstrand
On Fri, Sep 15, 2017 at 6:39 PM, Jason Ekstrand wrote: > --- > src/compiler/nir/nir.h | 17 + > src/compiler/nir/nir_serialize.c | 18 ++ > 2 files changed, 35 insertions(+) > > diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h > index e6104fc

[Mesa-dev] [PATCH 8/8] nir: Add hooks for testing serialization

2017-09-15 Thread Jason Ekstrand
--- src/compiler/nir/nir.h | 17 + src/compiler/nir/nir_serialize.c | 18 ++ 2 files changed, 35 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index e6104fc..57cd0d9 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/n