Re: [Mesa-dev] [PATCH 1/2] radeonsi: switch descriptors to i32 vectors

2014-07-14 Thread Marek Olšák
Sorry Tom, the patch does break the driver with LLVM 3.4.2. It looks like LLVM wasn't installed properly. I have reverted it. Marek On Fri, Jul 11, 2014 at 4:20 PM, Tom Stellard wrote: > On Fri, Jul 11, 2014 at 01:00:34AM +0200, Marek Olšák wrote: >> I have just tested it and it works with LLVM

Re: [Mesa-dev] [PATCH 1/2] radeonsi: switch descriptors to i32 vectors

2014-07-11 Thread Tom Stellard
On Fri, Jul 11, 2014 at 01:00:34AM +0200, Marek Olšák wrote: > I have just tested it and it works with LLVM 3.4.2. > Ok, thanks. Both patches are: Reviewed-by: Tom Stellard > Marek > > On Thu, Jul 10, 2014 at 5:11 PM, Tom Stellard wrote: > > On Tue, Jul 08, 2014 at 01:37:02AM +0200, Marek O

Re: [Mesa-dev] [PATCH 1/2] radeonsi: switch descriptors to i32 vectors

2014-07-10 Thread Marek Olšák
I have just tested it and it works with LLVM 3.4.2. Marek On Thu, Jul 10, 2014 at 5:11 PM, Tom Stellard wrote: > On Tue, Jul 08, 2014 at 01:37:02AM +0200, Marek Olšák wrote: >> From: Marek Olšák >> >> This is a follow-up to the commit which adds texture fetches with offsets. > > Will this still

Re: [Mesa-dev] [PATCH 1/2] radeonsi: switch descriptors to i32 vectors

2014-07-10 Thread Tom Stellard
On Tue, Jul 08, 2014 at 01:37:02AM +0200, Marek Olšák wrote: > From: Marek Olšák > > This is a follow-up to the commit which adds texture fetches with offsets. Will this still work with LLVM 3.4.2 ? -Tom > --- > src/gallium/drivers/radeonsi/si_shader.c | 29 - > 1

[Mesa-dev] [PATCH 1/2] radeonsi: switch descriptors to i32 vectors

2014-07-07 Thread Marek Olšák
From: Marek Olšák This is a follow-up to the commit which adds texture fetches with offsets. --- src/gallium/drivers/radeonsi/si_shader.c | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/dr