i965: set BRW_MASK_DISABLE flag in "send" instruction in brw_dp_READ_4()
authorBrian Paul <brianp@vmware.com>
Thu, 9 Apr 2009 01:35:24 +0000 (19:35 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 9 Apr 2009 01:37:33 +0000 (19:37 -0600)
commit8131123effd2124b8ca2aad04bf543e2fe82c7b0
treeb5cf9b6c21bdc9b3747840c3a3073abc75b90da4
parent43fc20e4e1165e1ba864f5d25d75e4087a02315d
i965: set BRW_MASK_DISABLE flag in "send" instruction in brw_dp_READ_4()

This fixes the random results that were seen when fetching a constant
inside an IF/ELSE clause.  Disabling the execution mask ensures that all
the components of the register are written.
src/mesa/drivers/dri/i965/brw_eu_emit.c