Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-12 Thread Francisco Jerez
Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Tue, Mar 10, 2015 at 11:07:26PM +0200, Francisco Jerez wrote: Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Mon, Mar 09, 2015 at 12:43:08PM +0200, Francisco Jerez wrote: Pohjolainen, Topi topi.pohjolai...@intel.com writes:

Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-11 Thread Pohjolainen, Topi
On Tue, Mar 10, 2015 at 11:07:26PM +0200, Francisco Jerez wrote: Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Mon, Mar 09, 2015 at 12:43:08PM +0200, Francisco Jerez wrote: Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Sat, Mar 07, 2015 at 04:15:08PM +0200,

Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-10 Thread Pohjolainen, Topi
On Mon, Mar 09, 2015 at 12:43:08PM +0200, Francisco Jerez wrote: Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: Topi Pohjolainen topi.pohjolai...@intel.com writes: The original patch from Curro was based on

Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-10 Thread Francisco Jerez
Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Mon, Mar 09, 2015 at 12:43:08PM +0200, Francisco Jerez wrote: Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: Topi Pohjolainen topi.pohjolai...@intel.com writes:

Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-09 Thread Francisco Jerez
Pohjolainen, Topi topi.pohjolai...@intel.com writes: On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: Topi Pohjolainen topi.pohjolai...@intel.com writes: The original patch from Curro was based on something that is not present in the master yet. This patch tries to mimick

Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-08 Thread Pohjolainen, Topi
On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: Topi Pohjolainen topi.pohjolai...@intel.com writes: The original patch from Curro was based on something that is not present in the master yet. This patch tries to mimick the logic on top master. I wanted to see if could

Re: [Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-07 Thread Francisco Jerez
Topi Pohjolainen topi.pohjolai...@intel.com writes: The original patch from Curro was based on something that is not present in the master yet. This patch tries to mimick the logic on top master. I wanted to see if could separate the building of the descriptor instruction from building of

[Mesa-dev] [RFC] i965: Factor out descriptor building for indirect send messages

2015-03-07 Thread Topi Pohjolainen
The original patch from Curro was based on something that is not present in the master yet. This patch tries to mimick the logic on top master. I wanted to see if could separate the building of the descriptor instruction from building of the send instruction. This logic now allows the caller to