Re: [Mesa-dev] [PATCH 1/7] i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.

2013-05-02 Thread Matt Turner
On Tue, Apr 30, 2013 at 9:15 AM, Eric Anholt wrote: > This will free instruction scheduling to make better choices. No > statistically significant performance difference on GLB2.7 (n=93). > --- Series is: Reviewed-by: Matt Turner ___ mesa-dev mailing

Re: [Mesa-dev] [PATCH 1/7] i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.

2013-05-02 Thread Kenneth Graunke
On 04/30/2013 09:15 AM, Eric Anholt wrote: This will free instruction scheduling to make better choices. No statistically significant performance difference on GLB2.7 (n=93). --- src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp |4 1 file changed, 4 insertions(+) diff --git a/src

[Mesa-dev] [PATCH 1/7] i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.

2013-04-30 Thread Eric Anholt
This will free instruction scheduling to make better choices. No statistically significant performance difference on GLB2.7 (n=93). --- src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp |4 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cp