Re: [Mesa-dev] [PATCH 2/7] i965: Adjust set_message_descriptor to handle non-sends

2014-08-14 Thread Chris Forbes
Thanks, landed. On Fri, Aug 15, 2014 at 6:44 PM, Kenneth Graunke wrote: > On Sunday, August 03, 2014 12:36:31 PM Chris Forbes wrote: >> 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 accident

Re: [Mesa-dev] [PATCH 2/7] i965: Adjust set_message_descriptor to handle non-sends

2014-08-14 Thread Kenneth Graunke
On Sunday, August 03, 2014 12:36:31 PM Chris Forbes wrote: > 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, w

[Mesa-dev] [PATCH 2/7] i965: Adjust set_message_descriptor to handle non-sends

2014-08-02 Thread Chris Forbes
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 ---