i965/fs: Rename "cont" to "progress" in dataflow algorithm.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 10 Aug 2013 01:25:36 +0000 (18:25 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 Aug 2013 18:29:23 +0000 (11:29 -0700)
commit7d86042dee17dfd985dcab098fc97838c11a5662
tree260988e189c3db5f6ac0f78fa14c0ae0bd02bfd3
parent0225dea6c49674a27d5be6e933447d8a4ba5a82e
i965/fs: Rename "cont" to "progress" in dataflow algorithm.

This variable indicates that the fixed-point algorithm made changes to
the data at this step, so it needs to run for another iteration.

"progress" seems a nicer name for that.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp