i965: Get rid of the do_lower_unnormalized_offsets pass
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 21 Jul 2016 20:07:17 +0000 (13:07 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 22 Jul 2016 23:48:54 +0000 (16:48 -0700)
commit67b7d876e429f13de874df447c67f47d2890f71a
treea094b4761637ced899803dfa58a7f4d9277ffbb0
parent9f32721f8695f3e55849dce015da3b53d1af5d57
i965: Get rid of the do_lower_unnormalized_offsets pass

We can do this in NIR now.  No need to keep a GLSL pass lying around for
it.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: "12.0" <mesa-dev@lists.freedesktop.org>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_link.cpp
src/mesa/drivers/dri/i965/brw_lower_unnormalized_offset.cpp [deleted file]