Re: [Mesa-dev] [PATCH] i965/fs: Add code to print out global copy propagation sets.

2013-08-20 Thread Paul Berry
On 18 August 2013 18:06, Kenneth Graunke kenn...@whitecape.org wrote: This was invaluable when debugging the global copy propagation algorithm. We may as well commit it in case someone needs to print out the sets in the future. Signed-off-by: Kenneth Graunke kenn...@whitecape.org

[Mesa-dev] [PATCH] i965/fs: Add code to print out global copy propagation sets.

2013-08-18 Thread Kenneth Graunke
This was invaluable when debugging the global copy propagation algorithm. We may as well commit it in case someone needs to print out the sets in the future. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- .../drivers/dri/i965/brw_fs_copy_propagation.cpp | 30 ++