Re: [Mesa-dev] [PATCH 03/20] i965: Pass a cfg pointer to generate_{code, assembly}.

2014-08-05 Thread Pohjolainen, Topi
I suppose the commit message could also tell that the iteration is now two-fold, over all the blocks and over each instruction in a block instead of over the plain list of all instructions. Anyway: Reviewed-by: Topi Pohjolainen topi.pohjolai...@intel.com

[Mesa-dev] [PATCH 03/20] i965: Pass a cfg pointer to generate_{code, assembly}.

2014-07-24 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp | 4 +++- src/mesa/drivers/dri/i965/brw_fs.cpp | 10 ++ src/mesa/drivers/dri/i965/brw_fs.h| 12 ++-- src/mesa/drivers/dri/i965/brw_fs_generator.cpp| 22 +-