i965/fs: Split the BRW native code emit to brw_fs_emit.cpp
authorEric Anholt <eric@anholt.net>
Tue, 24 May 2011 23:34:27 +0000 (16:34 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 May 2011 15:51:39 +0000 (08:51 -0700)
commit11dd9e9c0fcf9985b90ff4b63b2833345fece027
tree1c21b7988cd8d3e3b99a490e0d70829071c78dd2
parentb7b700aeb0eab2cae26a01d9db42feea969333c7
i965/fs: Split the BRW native code emit to brw_fs_emit.cpp

This is all separate from the visitor and the optimization passes
which feed into it.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_emit.cpp [new file with mode: 0644]