i965: Adjust set_message_descriptor to handle non-sends
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 3 Aug 2014 00:02:25 +0000 (12:02 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Fri, 15 Aug 2014 06:53:47 +0000 (18:53 +1200)
commit17e0fa9a066967ee7765d857e3a91f3a6bd4e566
tree38a3cd980f362f66a2f8171837bb2c38d81ede7f
parent3512c79789e3b924c4f639a157cac7b80fea16f2
i965: Adjust set_message_descriptor to handle non-sends

We're about to be using this infrastructure to build descriptors in
src1 of non-send instructions, when preparing to do an indirect send.

Don't accidentally clobber the conditionalmod field of those
instructions with SFID bits, which aren't part of the descriptor.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_eu_emit.c