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

2015-03-12 Thread Francisco Jerez
"Pohjolainen, Topi" writes: > On Tue, Mar 10, 2015 at 11:07:26PM +0200, Francisco Jerez wrote: >> "Pohjolainen, Topi" writes: >> >> > On Mon, Mar 09, 2015 at 12:43:08PM +0200, Francisco Jerez wrote: >> >> "Pohjolainen, Topi" writes: >> >> >> >> > On Sat, Mar 07, 2015 at 04:15:08PM +0200, Fran

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" writes: > > > On Mon, Mar 09, 2015 at 12:43:08PM +0200, Francisco Jerez wrote: > >> "Pohjolainen, Topi" writes: > >> > >> > On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: > >> >> Topi Pohjol

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

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

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" writes: > > > On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: > >> Topi Pohjolainen writes: > >> > >> > The original patch from Curro was based on something that is not > >> > present in the

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

2015-03-09 Thread Francisco Jerez
"Pohjolainen, Topi" writes: > On Sat, Mar 07, 2015 at 04:15:08PM +0200, Francisco Jerez wrote: >> Topi Pohjolainen 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 wan

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 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 build

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

2015-03-07 Thread Francisco Jerez
Topi Pohjolainen 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 the send instruction. Th

[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 con