[Mesa-dev] [PATCH] radeon/compute: Unconditionally inline all functions v2

2013-11-15 Thread Tom Stellard
From: Tom Stellard We need to do this until function calls are supported. v2: - Fix loop conditional https://bugs.freedesktop.org/show_bug.cgi?id=64225 CC: "10.0" --- src/gallium/drivers/radeon/radeon_llvm_util.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-)

Re: [Mesa-dev] [PATCH] radeon/compute: Unconditionally inline all functions

2013-11-14 Thread Tom Stellard
On Thu, Nov 14, 2013 at 11:38:06AM -0600, Aaron Watry wrote: > On Thu, Nov 14, 2013 at 10:29 AM, Tom Stellard wrote: > > From: Tom Stellard > > > > We need to do this until function calls are supported. > > > > https://bugs.freedesktop.org/show_bug.cgi?id=64225 > > > > CC: "10.0" > > --- > > sr

Re: [Mesa-dev] [PATCH] radeon/compute: Unconditionally inline all functions

2013-11-14 Thread Aaron Watry
On Thu, Nov 14, 2013 at 10:29 AM, Tom Stellard wrote: > From: Tom Stellard > > We need to do this until function calls are supported. > > https://bugs.freedesktop.org/show_bug.cgi?id=64225 > > CC: "10.0" > --- > src/gallium/drivers/radeon/radeon_llvm_util.c | 24 ++-- > 1 fi

[Mesa-dev] [PATCH] radeon/compute: Unconditionally inline all functions

2013-11-14 Thread Tom Stellard
From: Tom Stellard We need to do this until function calls are supported. https://bugs.freedesktop.org/show_bug.cgi?id=64225 CC: "10.0" --- src/gallium/drivers/radeon/radeon_llvm_util.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/gallium/d