i965: Remove the old fragment program code
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 20 May 2015 17:39:03 +0000 (10:39 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 29 May 2015 00:07:00 +0000 (17:07 -0700)
commit66a03a4c4bb416a30b65e0334b248660a268c6a8
tree68cbd30adcdc377e4f277d7cb88fa0cebb7b1413
parent114497afff4e49139b8c7d61f11a7872b81398bf
i965: Remove the old fragment program code

Now that everything is running through NIR, this is all dead.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_fp.cpp [deleted file]