Re: [Mesa-dev] [PATCH 08/16] RFC: nir: typedef'ify nir_deref_path

2018-04-07 Thread Jason Ekstrand
I've already done this in my branch On Sat, Apr 7, 2018 at 9:13 AM, Rob Clark wrote: > For better or worse, the rest of nir follows the typedef struct pattern. > So I guess better to be consistent. > > Signed-off-by: Rob Clark > --- >

[Mesa-dev] [PATCH 08/16] RFC: nir: typedef'ify nir_deref_path

2018-04-07 Thread Rob Clark
For better or worse, the rest of nir follows the typedef struct pattern. So I guess better to be consistent. Signed-off-by: Rob Clark --- src/compiler/nir/nir_deref.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_deref.h