Re: [Mesa-dev] PATCH: R600: Fix handling of kernel arguments

2013-10-15 Thread Tom Stellard
On Tue, Oct 15, 2013 at 01:59:55PM -0400, Alex Deucher wrote: > Did you forget the attachments? > Yes I did. Here they are. -Tom > On Tue, Oct 15, 2013 at 12:40 PM, Tom Stellard wrote: > > Hi, > > > > The attached patches fix various bugs in the handling of kernel arguments > > in the R600 ba

Re: [Mesa-dev] PATCH: R600: Fix handling of kernel arguments

2013-10-15 Thread Alex Deucher
Did you forget the attachments? On Tue, Oct 15, 2013 at 12:40 PM, Tom Stellard wrote: > Hi, > > The attached patches fix various bugs in the handling of kernel arguments > in the R600 backend. The main problem with the old implementations was > that it disagreed with clover on type size and alig

[Mesa-dev] PATCH: R600: Fix handling of kernel arguments

2013-10-15 Thread Tom Stellard
Hi, The attached patches fix various bugs in the handling of kernel arguments in the R600 backend. The main problem with the old implementations was that it disagreed with clover on type size and alignment, so vector arguments were not being loaded correctly into the kernel. This series depends