i965: Add basic block generator.
authorEric Anholt <eric@anholt.net>
Tue, 10 Apr 2012 19:01:50 +0000 (12:01 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 20 Apr 2012 00:44:54 +0000 (17:44 -0700)
commit080b125c64b48447a515b1a169f779e62b3de13d
tree7b7f1725314809963d2438c49935abec879861de
parent8890c759513597903997f519c69e9db30790b6f4
i965: Add basic block generator.

This takes the fs_inst list generated by the visitor, and generates a
list of basic blocks with edges between them.  This is a building
block for data-flow analysis.
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_cfg.cpp [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_fs_cfg.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_fs_emit.cpp