i965/fs: Remove hand-coded 64-bit packing optimizations
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 15 Feb 2017 06:22:51 +0000 (22:22 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 17 Feb 2017 01:28:03 +0000 (17:28 -0800)
commitb07381161777ba5d5f4a1d713f7655bcaede4139
tree27516cadf93b890eddcf00ec409a062a457c4fc5
parent70e86a3f2d2285e580f0faef959f429d61b40632
i965/fs: Remove hand-coded 64-bit packing optimizations

The optimization in unpack_64 is clearly subsumed with the opt_algebraic
optimizations in the previous commit.  The pack optimization may not be
quite handled by opt_algebraic but opt_algebraic should get the really
bad cases.  Also, it's been broken since it was merged and we've never
noticed so it must not be doing anything.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp