i965: Move non-FS-specific shader support to brw_shader.cpp.
authorEric Anholt <eric@anholt.net>
Thu, 26 May 2011 16:57:36 +0000 (09:57 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 May 2011 15:51:05 +0000 (08:51 -0700)
commit14b86f3c9131c1b26b01e07679cc899df0885b23
treeb9095aa46eab064864e660709aebcb1dc2b46eaf
parent53c89c67f33639afef951e178f93f4e29acc5d53
i965: Move non-FS-specific shader support to brw_shader.cpp.

These only existed in brw_fs.cpp because it was the only .cpp file in
the area when I wrote them.

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_shader.cpp [new file with mode: 0644]