Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-28 Thread Jan Vesely
On Thu, 2016-06-23 at 18:03 -0700, Francisco Jerez wrote: > Jan Vesely writes: > > > On Wed, 2016-06-22 at 20:22 -0700, Francisco Jerez wrote: > > > Jan Vesely writes: > > > > > > > On Wed, 2016-06-22 at 17:07 -0700, Francisco Jerez wrote: > > >

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-28 Thread Francisco Jerez
Francisco Jerez writes: > Serge Martin writes: > >> This fix getting the size of a struct arg. vec3 types still work ok. >> Only buit-in args need to have power of two alignment, getTypeAllocSize >> reports the correct size. >> --- >>

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-23 Thread Francisco Jerez
Jan Vesely writes: > On Wed, 2016-06-22 at 20:22 -0700, Francisco Jerez wrote: >> Jan Vesely writes: >> >> > On Wed, 2016-06-22 at 17:07 -0700, Francisco Jerez wrote: >> > > Jan Vesely writes: >> > > >> > > > On Mon,

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-23 Thread Jan Vesely
On Wed, 2016-06-22 at 20:22 -0700, Francisco Jerez wrote: > Jan Vesely writes: > > > On Wed, 2016-06-22 at 17:07 -0700, Francisco Jerez wrote: > > > Jan Vesely writes: > > > > > > > On Mon, 2016-06-13 at 17:24 -0700, Francisco Jerez wrote: > > >

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-22 Thread Francisco Jerez
Jan Vesely writes: > On Wed, 2016-06-22 at 17:07 -0700, Francisco Jerez wrote: >> Jan Vesely writes: >> >> > On Mon, 2016-06-13 at 17:24 -0700, Francisco Jerez wrote: >> > > Serge Martin writes: >> > > >> > > > This fix

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-22 Thread Jan Vesely
On Wed, 2016-06-22 at 17:07 -0700, Francisco Jerez wrote: > Jan Vesely writes: > > > On Mon, 2016-06-13 at 17:24 -0700, Francisco Jerez wrote: > > > Serge Martin writes: > > > > > > > This fix getting the size of a struct arg. vec3 types still > > >

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-22 Thread Francisco Jerez
Jan Vesely writes: > On Mon, 2016-06-13 at 17:24 -0700, Francisco Jerez wrote: >> Serge Martin writes: >> >> > This fix getting the size of a struct arg. vec3 types still work >> > ok. >> > Only buit-in args need to have power of two alignment, >> >

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-22 Thread Jan Vesely
On Mon, 2016-06-13 at 17:24 -0700, Francisco Jerez wrote: > Serge Martin writes: > > > This fix getting the size of a struct arg. vec3 types still work > > ok. > > Only buit-in args need to have power of two alignment, > > getTypeAllocSize > > reports the correct size. > >

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-13 Thread Francisco Jerez
Serge Martin writes: > This fix getting the size of a struct arg. vec3 types still work ok. > Only buit-in args need to have power of two alignment, getTypeAllocSize > reports the correct size. > --- > src/gallium/state_trackers/clover/llvm/invocation.cpp | 3 ++- > 1 file

Re: [Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-08 Thread Serge Martin
On Thursday 09 June 2016 00:47:27 Serge Martin wrote: > This fix getting the size of a struct arg. vec3 types still work ok. > Only buit-in args need to have power of two alignment, getTypeAllocSize > reports the correct size. M. I forgot to put V2 and to fix the commit message

[Mesa-dev] [PATCH 2/2] clover: fix getting struct args api size

2016-06-08 Thread Serge Martin
This fix getting the size of a struct arg. vec3 types still work ok. Only buit-in args need to have power of two alignment, getTypeAllocSize reports the correct size. --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git