i965/fs: Remove handcrafted math SIMD lowering from the generator.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 18 May 2016 02:10:48 +0000 (19:10 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Sat, 28 May 2016 06:19:22 +0000 (23:19 -0700)
commit3a541d0c0b821ee99761b8a251693862b33da509
treee1d9130d29c5937e185af53c00b73866220b1c76
parentcf5443f984da4eb500c9b1ad9b9f53bc8747fef3
i965/fs: Remove handcrafted math SIMD lowering from the generator.

Most of this wouldn't have worked for SIMD32 and had various
dispatch_width and compression control bugs.  It's mostly dead now
with SIMD lowering of math instructions turned on in the compiler.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_generator.cpp