Re: [Mesa-dev] [PATCH 01/20] i965/cfg: Embed link in bblock_t for main block list.

2014-08-04 Thread Pohjolainen, Topi
On Thu, Jul 24, 2014 at 07:54:08PM -0700, Matt Turner wrote: > The next patch adds a foreach_block (block, cfg) macro, which works > better if it provides a direct bblock_t pointer, rather than a > bblock_link pointer that you have to use to find the actual block. > --- > src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH 01/20] i965/cfg: Embed link in bblock_t for main block list.

2014-07-24 Thread Matt Turner
The next patch adds a foreach_block (block, cfg) macro, which works better if it provides a direct bblock_t pointer, rather than a bblock_link pointer that you have to use to find the actual block. --- src/mesa/drivers/dri/i965/brw_cfg.cpp | 10 +- src/mesa/drivers/dri/i965/brw_cfg.h |