Re: [Mesa-dev] [PATCH] i965/fs: Make the first pre-allocation heuristic be the post heuristic.

2013-11-20 Thread Jordan Justen
Making madness (e9daead7) legit? :) Reviewed-by: Jordan Justen jordan.l.jus...@intel.com On Tue, Nov 19, 2013 at 11:34 PM, Eric Anholt e...@anholt.net wrote: I recently made us try two different things that tried to reduce register pressure so that we would be more likely to allocate

[Mesa-dev] [PATCH] i965/fs: Make the first pre-allocation heuristic be the post heuristic.

2013-11-19 Thread Eric Anholt
I recently made us try two different things that tried to reduce register pressure so that we would be more likely to allocate successfully. But now that we have the logic for trying two, we can make the first thing we try be the normal, not-prioritizing-register-pressure heuristic. This means