Re: [Mesa-dev] [PATCH 01/17] i965/asm: Explicitly use a nir_instr for IR annotations

2015-10-08 Thread Pohjolainen, Topi
On Thu, Oct 08, 2015 at 05:22:33PM -0700, Jason Ekstrand wrote: > Now that everything goes through NIR, we don't need this to be a void > pointer anymore. > --- > src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 2 +- > src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 2 +- > src/mesa/driver

[Mesa-dev] [PATCH 01/17] i965/asm: Explicitly use a nir_instr for IR annotations

2015-10-08 Thread Jason Ekstrand
Now that everything goes through NIR, we don't need this to be a void pointer anymore. --- src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 2 +- src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 2 +- src/mesa/drivers/dri/i965/intel_asm_annotation.c | 17 ++--- src/mesa/drivers/d