i965/fs: Split fs_visitor::register_coalesce() into its own file.
authorMatt Turner <mattst88@gmail.com>
Sat, 8 Feb 2014 02:17:03 +0000 (18:17 -0800)
committerMatt Turner <mattst88@gmail.com>
Sat, 5 Apr 2014 16:47:37 +0000 (09:47 -0700)
commit0fbcdec2f6d6fd98db82c680d8bae8eee77ff9f2
tree8d9d93f3063902ea0d3d726204682498ee74325f
parent8b1ab5c93bfcc22b7f50a5c10958e43d0571f8a0
i965/fs: Split fs_visitor::register_coalesce() into its own file.

The function has gotten large, and brw_fs.cpp is the largest source file
in the driver.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_register_coalesce.cpp [new file with mode: 0644]