Re: [Mesa-dev] [PATCH v2 0/6] Improvements to the vec4 spilling code

2015-07-29 Thread Francisco Jerez
Iago Toral writes: > On Tue, 2015-07-28 at 18:17 +0300, Francisco Jerez wrote: >> Iago Toral Quiroga writes: >> >> > Link to v1: >> > http://lists.freedesktop.org/archives/mesa-dev/2015-July/089766.html >> > >> > Changes after review (Curro) >> > - Drop the patch that asserted that the reg si

Re: [Mesa-dev] [PATCH v2 0/6] Improvements to the vec4 spilling code

2015-07-28 Thread Iago Toral
On Tue, 2015-07-28 at 18:17 +0300, Francisco Jerez wrote: > Iago Toral Quiroga writes: > > > Link to v1: > > http://lists.freedesktop.org/archives/mesa-dev/2015-July/089766.html > > > > Changes after review (Curro) > > - Drop the patch that asserted that the reg size should always be 1 > > -

Re: [Mesa-dev] [PATCH v2 0/6] Improvements to the vec4 spilling code

2015-07-28 Thread Francisco Jerez
Iago Toral Quiroga writes: > Link to v1: > http://lists.freedesktop.org/archives/mesa-dev/2015-July/089766.html > > Changes after review (Curro) > - Drop the patch that asserted that the reg size should always be 1 > - Expand this so that we do not unspill a register if we have just > uns

[Mesa-dev] [PATCH v2 0/6] Improvements to the vec4 spilling code

2015-07-28 Thread Iago Toral Quiroga
Link to v1: http://lists.freedesktop.org/archives/mesa-dev/2015-July/089766.html Changes after review (Curro) - Drop the patch that asserted that the reg size should always be 1 - Expand this so that we do not unspill a register if we have just unspilled it as well - Use brw_mask_for_swi