Re: [Mesa-dev] [PATCH 06/13] nir: Add a pass for gathering transform feedback info

2018-10-14 Thread Alejandro Piñeiro
Just in case you missed my Rb the first time you sent this patch: Reviewed-by: Alejandro Piñeiro On 13/10/18 15:09, Jason Ekstrand wrote: > This is different from the GL_ARB_spirv pass because it generates a much > simpler data structure that isn't tied to OpenGL and mtypes.h. > --- > src/comp

[Mesa-dev] [PATCH 06/13] nir: Add a pass for gathering transform feedback info

2018-10-13 Thread Jason Ekstrand
This is different from the GL_ARB_spirv pass because it generates a much simpler data structure that isn't tied to OpenGL and mtypes.h. --- src/compiler/Makefile.sources | 4 +- src/compiler/nir/meson.build | 2 + src/compiler/nir/nir_gather_xfb_info.c | 150