Re: [Mesa-dev] [PATCH 2/7] i965/cfg: Add a foreach_block_and_inst macro.

2014-07-18 Thread Matt Turner
On Fri, Jul 18, 2014 at 2:57 AM, Pohjolainen, Topi wrote: > > Subject of patch number four sort of hints that this would be used in patch > number three also. I didn't find any occurencies though, did you mean to use > it there already? > > Anyway, patches 1-4 are: > > Reviewed-by: Topi Pohjolaine

Re: [Mesa-dev] [PATCH 2/7] i965/cfg: Add a foreach_block_and_inst macro.

2014-07-18 Thread Pohjolainen, Topi
Subject of patch number four sort of hints that this would be used in patch number three also. I didn't find any occurencies though, did you mean to use it there already? Anyway, patches 1-4 are: Reviewed-by: Topi Pohjolainen On Thu, Jul 17, 2014 at 03:26:02PM -0700, Matt Turner wrote: > Will

[Mesa-dev] [PATCH 2/7] i965/cfg: Add a foreach_block_and_inst macro.

2014-07-17 Thread Matt Turner
Will let us abstract how the instructions are stored. --- src/mesa/drivers/dri/i965/brw_cfg.h | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_cfg.h b/src/mesa/drivers/dri/i965/brw_cfg.h index cdbadde..01fcc1b 100644 --- a/src/mesa/drivers/dri/i965/brw_cfg.h +