OSDN Git Service

i965: Remove block arg from foreach_inst_in_block_*_starting_from
authorNeil Roberts <neil@linux.intel.com>
Tue, 20 Oct 2015 09:16:00 +0000 (11:16 +0200)
committerNeil Roberts <neil@linux.intel.com>
Wed, 21 Oct 2015 09:07:04 +0000 (11:07 +0200)
commit801f151917fedb13c5c6e96281a18d833dd6901f
treefa2e96f808887fbc24040d389f3d0412a9875774
parent38ceeeadaa2f5f0a21dba9f5339fbc4cba66dece
i965: Remove block arg from foreach_inst_in_block_*_starting_from

Since 49374fab5d793 these macros no longer actually use the block
argument. I think this is worth doing to make the macros easier to use
because they already have really long names and a confusing set of
arguments.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_cfg.h
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_cmod_propagation.cpp
src/mesa/drivers/dri/i965/brw_fs_saturate_propagation.cpp
src/mesa/drivers/dri/i965/brw_vec4.cpp