Re: [Mesa-dev] [PATCH 03/20] i965: Pass a cfg pointer to generate_{code, assembly}.
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 ___ mesa-dev mailing lis
[Mesa-dev] [PATCH 03/20] i965: Pass a cfg pointer to generate_{code, assembly}.
--- 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 +- src/mesa/drivers/d