Re: [Mesa-dev] [PATCH 01/13] i965/fs: Allow constant propagation into MACH.

2013-03-31 Thread Kenneth Graunke
On 03/20/2013 05:36 PM, Eric Anholt wrote: This happens quite a bit with varying-index uniform loads. We could also do better by avoiding the MACH entirely, but there's no reason not to at least take this step. --- src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp |6 -- 1 file ch

[Mesa-dev] [PATCH 01/13] i965/fs: Allow constant propagation into MACH.

2013-03-20 Thread Eric Anholt
This happens quite a bit with varying-index uniform loads. We could also do better by avoiding the MACH entirely, but there's no reason not to at least take this step. --- src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --