i965: Use the implied move available in most brw_wm_emit brw_math() calls.
authorEric Anholt <eric@anholt.net>
Tue, 17 Aug 2010 02:18:11 +0000 (19:18 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 17 Aug 2010 03:09:53 +0000 (20:09 -0700)
commit00ce188eb8d6f5c3f345ad674f1aa49ee5940db5
tree968cf3234060919d0f037ea5f3e95d7b00ad8125
parent62383ae6fe5d2ca092e8f9d8dae2ba9562e03d95
i965: Use the implied move available in most brw_wm_emit brw_math() calls.

This saves an extra message reg move in the program, though I'm not
clear on whether it will have any performance impact other than cache
footprint.  It will also fix those math calls on Sandybridge, where
the brw_eu_emit.c brw_math() support relies on the implied move being
used.
src/mesa/drivers/dri/i965/brw_wm_emit.c