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 zoltan.gil...@gmail.com wrote: Could you please commit this? On Mon, Jul 27, 2015 at 1:28 PM, Francisco Jerez curroje...@riseup.net wrote: Zoltan Gilian

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 zoltan.gil...@gmail.com wrote: Could you please commit this? On Mon, Jul 27, 2015 at 1:28 PM, Francisco Jerez curroje...@riseup.net wrote: Zoltan Gilian zoltan.gil...@gmail.com writes: Read-only and write-only image

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 curroje...@riseup.net wrote: Zoltan Gilian zoltan.gil...@gmail.com writes: Read-only and write-only image arguments are recognized and distinguished. Attributes of the image arguments are passed to the kernel as

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

2015-07-27 Thread Francisco Jerez
Zoltan Gilian zoltan.gil...@gmail.com 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 +

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