Re: [Mesa-dev] [PATCH 07/10] i965: Initial stab at GS URB space allocation.

2011-12-06 Thread Paul Berry
On 6 December 2011 11:53, Eric Anholt wrote: > On Tue, 6 Dec 2011 08:17:57 -0800, Paul Berry > wrote: > > On 5 December 2011 14:57, Eric Anholt wrote: > > > > > On Mon, 5 Dec 2011 09:40:50 -0800, Paul Berry < > stereotype...@gmail.com> > > > wrote: > > > > From: Kenneth Graunke > > > > > > >

Re: [Mesa-dev] [PATCH 07/10] i965: Initial stab at GS URB space allocation.

2011-12-06 Thread Eric Anholt
On Tue, 6 Dec 2011 08:17:57 -0800, Paul Berry wrote: > On 5 December 2011 14:57, Eric Anholt wrote: > > > On Mon, 5 Dec 2011 09:40:50 -0800, Paul Berry > > wrote: > > > From: Kenneth Graunke > > > > > > The 50/50 split is just an attempt to get things working. We likely > > > want to tune th

Re: [Mesa-dev] [PATCH 07/10] i965: Initial stab at GS URB space allocation.

2011-12-06 Thread Paul Berry
On 5 December 2011 14:57, Eric Anholt wrote: > On Mon, 5 Dec 2011 09:40:50 -0800, Paul Berry > wrote: > > From: Kenneth Graunke > > > > The 50/50 split is just an attempt to get things working. We likely > > want to tune this, and probably want to avoid allocating the GS any > > space if we'r

Re: [Mesa-dev] [PATCH 07/10] i965: Initial stab at GS URB space allocation.

2011-12-05 Thread Eric Anholt
On Mon, 5 Dec 2011 09:40:50 -0800, Paul Berry wrote: > From: Kenneth Graunke > > The 50/50 split is just an attempt to get things working. We likely > want to tune this, and probably want to avoid allocating the GS any > space if we're not using it. > > For now, this is good enough. > > Sign

[Mesa-dev] [PATCH 07/10] i965: Initial stab at GS URB space allocation.

2011-12-05 Thread Paul Berry
From: Kenneth Graunke The 50/50 split is just an attempt to get things working. We likely want to tune this, and probably want to avoid allocating the GS any space if we're not using it. For now, this is good enough. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/gen6_urb.c |