Re: [Mesa-dev] [PATCH 1/1] clover: Align kernel argument sizes to nearest power of 2

2014-04-25 Thread Francisco Jerez
Jan Vesely writes: > Signed-off-by: Jan Vesely > --- > > Hi, > > this is the alternative (power of 2) approach to hadling kernel args, > as discussed in this thread: > http://lists.freedesktop.org/archives/mesa-dev/2014-April/thread.html#58209 > > Jan > > src/gallium/state_trackers/clover/llvm/

[Mesa-dev] [PATCH 1/1] clover: Align kernel argument sizes to nearest power of 2

2014-04-24 Thread Jan Vesely
Signed-off-by: Jan Vesely --- Hi, this is the alternative (power of 2) approach to hadling kernel args, as discussed in this thread: http://lists.freedesktop.org/archives/mesa-dev/2014-April/thread.html#58209 Jan src/gallium/state_trackers/clover/llvm/invocation.cpp | 4 1 file changed,