Re: [Mesa-dev] [PATCH v2 01/11] gallium: Basic compute interface.

2012-04-02 Thread Marek Olšák
This looks good to me. Thank you. Reviewed-by: Marek Olšák Marek On Sat, Mar 31, 2012 at 6:39 PM, Francisco Jerez wrote: > 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 layou

[Mesa-dev] [PATCH v2 01/11] gallium: Basic compute interface.

2012-03-31 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