Re: [Mesa-dev] [PATCH 2/5] i965/fs: Fix register spilling for 16-wide.

2013-10-29 Thread Eric Anholt
Paul Berry writes: > On 21 October 2013 17:48, Eric Anholt wrote: > >> Things blew up when I enabled the debug register spill code without >> disabling 16-wide, so I decided to just fix 16-wide spilling. >> >> We still don't generate 16-wide when register spilling happens as part of >> allocatio

Re: [Mesa-dev] [PATCH 2/5] i965/fs: Fix register spilling for 16-wide.

2013-10-27 Thread Paul Berry
On 21 October 2013 17:48, Eric Anholt wrote: > Things blew up when I enabled the debug register spill code without > disabling 16-wide, so I decided to just fix 16-wide spilling. > > We still don't generate 16-wide when register spilling happens as part of > allocation (since we expect it to be s

[Mesa-dev] [PATCH 2/5] i965/fs: Fix register spilling for 16-wide.

2013-10-21 Thread Eric Anholt
Things blew up when I enabled the debug register spill code without disabling 16-wide, so I decided to just fix 16-wide spilling. We still don't generate 16-wide when register spilling happens as part of allocation (since we expect it to be slower), but now we can experiment with allowing it in so