Re: [Mesa-dev] [PATCH 07/12] nvc0: add support for indirect compute on Fermi

2016-02-07 Thread Samuel Pitoiset
On 02/07/2016 05:56 AM, Ilia Mirkin wrote: On Sat, Feb 6, 2016 at 6:13 PM, Ilia Mirkin wrote: On Sat, Feb 6, 2016 at 5:38 PM, Samuel Pitoiset wrote: When indirect compute is used, the size of the grid (in blocks) is stored as three integers inside a buffer. This requires a macro to set up G

Re: [Mesa-dev] [PATCH 07/12] nvc0: add support for indirect compute on Fermi

2016-02-07 Thread Samuel Pitoiset
On 02/07/2016 12:13 AM, Ilia Mirkin wrote: On Sat, Feb 6, 2016 at 5:38 PM, Samuel Pitoiset wrote: When indirect compute is used, the size of the grid (in blocks) is stored as three integers inside a buffer. This requires a macro to set up GRIDDIM_YX and GRIDDIM_Z. Signed-off-by: Samuel Pitoi

Re: [Mesa-dev] [PATCH 07/12] nvc0: add support for indirect compute on Fermi

2016-02-06 Thread Ilia Mirkin
On Sat, Feb 6, 2016 at 6:13 PM, Ilia Mirkin wrote: > On Sat, Feb 6, 2016 at 5:38 PM, Samuel Pitoiset > wrote: >> When indirect compute is used, the size of the grid (in blocks) is >> stored as three integers inside a buffer. This requires a macro to >> set up GRIDDIM_YX and GRIDDIM_Z. >> >> Signe

Re: [Mesa-dev] [PATCH 07/12] nvc0: add support for indirect compute on Fermi

2016-02-06 Thread Ilia Mirkin
On Sat, Feb 6, 2016 at 5:38 PM, Samuel Pitoiset wrote: > When indirect compute is used, the size of the grid (in blocks) is > stored as three integers inside a buffer. This requires a macro to > set up GRIDDIM_YX and GRIDDIM_Z. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouve

[Mesa-dev] [PATCH 07/12] nvc0: add support for indirect compute on Fermi

2016-02-06 Thread Samuel Pitoiset
When indirect compute is used, the size of the grid (in blocks) is stored as three integers inside a buffer. This requires a macro to set up GRIDDIM_YX and GRIDDIM_Z. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/mme/Makefile | 2 +- src/gallium/drivers/nouveau/nvc0/m