Re: [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.

2012-05-11 Thread Francisco Jerez
Francisco Jerez writes: > Tom Stellard writes: > >> Hi, >> >> I've been testing these updated compute patches all week and they look >> good to me. I don't think there are any outstanding complaints, so I'll >> give my ACK for merging these into master. >> >> Very nice work! >> >> -Tom Stellard

Re: [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.

2012-05-08 Thread Francisco Jerez
Tom Stellard writes: > Hi, > > I've been testing these updated compute patches all week and they look > good to me. I don't think there are any outstanding complaints, so I'll > give my ACK for merging these into master. > > Very nice work! > > -Tom Stellard > > Thanks for your comments. Does a

Re: [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.

2012-05-04 Thread Tom Stellard
Hi, I've been testing these updated compute patches all week and they look good to me. I don't think there are any outstanding complaints, so I'll give my ACK for merging these into master. Very nice work! -Tom Stellard On Tue, May 01, 2012 at 05:27:39PM +0200, Francisco Jerez wrote: > Defin

[Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.

2012-05-01 Thread Francisco Jerez
Define an interface that exposes the minimal functionality required to implement some of the popular compute APIs. This commit adds entry points to set the grid layout and other state required to keep track of the usual address spaces employed in compute APIs, to bind a compute program, and execut