Re: [Mesa-dev] clover: kernel argument improvements

2013-07-22 Thread Francisco Jerez
Tom Stellard writes: > On Sun, Jul 21, 2013 at 07:46:36PM +0200, Francisco Jerez wrote: >> Tom Stellard writes: >> >> > Hi, >> > >> > This series improves clover's kernel argument handling by allowing drivers >> > to >> > specify an alignment for the input buffer and also by sign/zero extendin

Re: [Mesa-dev] clover: kernel argument improvements

2013-07-22 Thread Tom Stellard
On Sun, Jul 21, 2013 at 07:46:36PM +0200, Francisco Jerez wrote: > Tom Stellard writes: > > > Hi, > > > > This series improves clover's kernel argument handling by allowing drivers > > to > > specify an alignment for the input buffer and also by sign/zero extending > > the > > arguments when re

Re: [Mesa-dev] clover: kernel argument improvements

2013-07-21 Thread Francisco Jerez
Tom Stellard writes: > Hi, > > This series improves clover's kernel argument handling by allowing drivers to > specify an alignment for the input buffer and also by sign/zero extending the > arguments when required. In order to test these patches on r600g and > radeonsi, > you will need to also

[Mesa-dev] clover: kernel argument improvements

2013-06-25 Thread Tom Stellard
Hi, This series improves clover's kernel argument handling by allowing drivers to specify an alignment for the input buffer and also by sign/zero extending the arguments when required. In order to test these patches on r600g and radeonsi, you will need to also apply the LLVM patches which were ju