Re: [Mesa-dev] [PATCH 6/6] i965: Make the VS binding table as small as possible.

2013-08-16 Thread Paul Berry
On 14 August 2013 21:07, Kenneth Graunke wrote: > For some reason, we didn't use this information even though the VS > backend has computed it (albeit poorly) for ages. > > Signed-off-by: Kenneth Graunke > This series, and the 10 patch series it's based on, are some nice reorg work. Thanks for

Re: [Mesa-dev] [PATCH 6/6] i965: Make the VS binding table as small as possible.

2013-08-16 Thread Paul Berry
On 16 August 2013 05:35, Paul Berry wrote: > On 14 August 2013 21:07, Kenneth Graunke wrote: > >> For some reason, we didn't use this information even though the VS >> backend has computed it (albeit poorly) for ages. >> >> Signed-off-by: Kenneth Graunke >> > > For some reason I can't get this

Re: [Mesa-dev] [PATCH 6/6] i965: Make the VS binding table as small as possible.

2013-08-16 Thread Paul Berry
On 14 August 2013 21:07, Kenneth Graunke wrote: > For some reason, we didn't use this information even though the VS > backend has computed it (albeit poorly) for ages. > > Signed-off-by: Kenneth Graunke > For some reason I can't get this series to apply cleanly. Can you post a branch somewher

[Mesa-dev] [PATCH 6/6] i965: Make the VS binding table as small as possible.

2013-08-14 Thread Kenneth Graunke
For some reason, we didn't use this information even though the VS backend has computed it (albeit poorly) for ages. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vs_surface_state.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri