i965/fs: Move GL_CLAMP handling to coordinate setup.
authorEric Anholt <eric@anholt.net>
Fri, 3 Feb 2012 18:06:08 +0000 (19:06 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 8 Feb 2012 00:03:30 +0000 (16:03 -0800)
commit07e621c52329cd17b97051a26493626228d043b9
tree1bf47fb77b341df604e363d300300843336987d5
parent94866ffbb8c2bb6957a763975da859b123d74b16
i965/fs: Move GL_CLAMP handling to coordinate setup.

We should be able to merge self-move instruction into the MRF move
anyway, and this simplifies things for the next commit.

NOTE: This is a candidate for the 8.0 release branch.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp