Re: [Mesa-dev] [PATCH 4/5] i965/fs: Debug the optimization passes by dumping instr to file.

2014-05-31 Thread Kenneth Graunke
On Friday, May 30, 2014 07:35:22 PM Matt Turner wrote: With INTEL_DEBUG=optimizer, write the output of dump_instructions() to a file each time an optimization pass makes progress. This lets you easily diff successive files to see what an optimization pass did. Example filenames written when

Re: [Mesa-dev] [PATCH 4/5] i965/fs: Debug the optimization passes by dumping instr to file.

2014-05-31 Thread Matt Turner
On Sat, May 31, 2014 at 5:33 PM, Kenneth Graunke kenn...@whitecape.org wrote: On Friday, May 30, 2014 07:35:22 PM Matt Turner wrote: With INTEL_DEBUG=optimizer, write the output of dump_instructions() to a file each time an optimization pass makes progress. This lets you easily diff successive

[Mesa-dev] [PATCH 4/5] i965/fs: Debug the optimization passes by dumping instr to file.

2014-05-30 Thread Matt Turner
With INTEL_DEBUG=optimizer, write the output of dump_instructions() to a file each time an optimization pass makes progress. This lets you easily diff successive files to see what an optimization pass did. Example filenames written when running glxgears: fs8-00-00-start