Re: [Mesa-dev] [PATCH 2/2] clover: pass image attributes to the kernel

2015-08-03 Thread Jan Vesely
On Mon, 2015-08-03 at 13:38 +0200, Zoltán Gilián wrote: > Committed as 9ef5b7a. > > On Fri, Jul 31, 2015 at 4:07 PM, Zoltán Gilián > wrote: > > Could you please commit this? > > > > On Mon, Jul 27, 2015 at 1:28 PM, Francisco Jerez > > wrote: > >> Zoltan Gilian writes: > >> > >>> Read-only and

Re: [Mesa-dev] [PATCH 2/2] clover: pass image attributes to the kernel

2015-08-03 Thread Zoltán Gilián
Committed as 9ef5b7a. On Fri, Jul 31, 2015 at 4:07 PM, Zoltán Gilián wrote: > Could you please commit this? > > On Mon, Jul 27, 2015 at 1:28 PM, Francisco Jerez > wrote: >> Zoltan Gilian writes: >> >>> Read-only and write-only image arguments are recognized and >>> distinguished. >>> Attribute

Re: [Mesa-dev] [PATCH 2/2] clover: pass image attributes to the kernel

2015-07-31 Thread Zoltán Gilián
Could you please commit this? On Mon, Jul 27, 2015 at 1:28 PM, Francisco Jerez wrote: > Zoltan Gilian writes: > >> Read-only and write-only image arguments are recognized and >> distinguished. >> Attributes of the image arguments are passed to the kernel as implicit >> arguments. >> --- >> src/

Re: [Mesa-dev] [PATCH 2/2] clover: pass image attributes to the kernel

2015-07-27 Thread Francisco Jerez
Zoltan Gilian writes: > Read-only and write-only image arguments are recognized and > distinguished. > Attributes of the image arguments are passed to the kernel as implicit > arguments. > --- > src/gallium/state_trackers/clover/core/kernel.cpp | 28 + > src/gallium/state_trackers/clover/c

[Mesa-dev] [PATCH 2/2] clover: pass image attributes to the kernel

2015-07-27 Thread Zoltan Gilian
Read-only and write-only image arguments are recognized and distinguished. Attributes of the image arguments are passed to the kernel as implicit arguments. --- src/gallium/state_trackers/clover/core/kernel.cpp | 28 + src/gallium/state_trackers/clover/core/kernel.hpp | 15 ++- src/gallium