Re: [Mesa-dev] [PATCH] radeonsi/compute: Fix LDS size calculation

2013-08-22 Thread Michel Dänzer
On Don, 2013-08-22 at 08:45 -0700, Tom Stellard wrote: > On Thu, Aug 22, 2013 at 05:42:34PM +0200, Michel Dänzer wrote: > > On Don, 2013-08-22 at 11:25 -0400, Tom Stellard wrote: > > > From: Tom Stellard > > > > > > We need to include the number of LDS bytes allocated by the state tracker. > > >

Re: [Mesa-dev] [PATCH] radeonsi/compute: Fix LDS size calculation

2013-08-22 Thread Tom Stellard
On Thu, Aug 22, 2013 at 05:42:34PM +0200, Michel Dänzer wrote: > On Don, 2013-08-22 at 11:25 -0400, Tom Stellard wrote: > > From: Tom Stellard > > > > We need to include the number of LDS bytes allocated by the state tracker. > > --- > > src/gallium/drivers/radeonsi/radeonsi_compute.c | 8 ++

Re: [Mesa-dev] [PATCH] radeonsi/compute: Fix LDS size calculation

2013-08-22 Thread Michel Dänzer
On Don, 2013-08-22 at 11:25 -0400, Tom Stellard wrote: > From: Tom Stellard > > We need to include the number of LDS bytes allocated by the state tracker. > --- > src/gallium/drivers/radeonsi/radeonsi_compute.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/src/

[Mesa-dev] [PATCH] radeonsi/compute: Fix LDS size calculation

2013-08-22 Thread Tom Stellard
From: Tom Stellard We need to include the number of LDS bytes allocated by the state tracker. --- src/gallium/drivers/radeonsi/radeonsi_compute.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/radeonsi_compute.c b/src/gallium/drivers/rade