Re: [Mesa-dev] [PATCH] i965/fs: Fix message setup for SIMD8 spills.

2013-11-11 Thread Paul Berry
On 5 November 2013 16:21, Eric Anholt wrote: > In the SIMD16 spilling changes, I replaced a "1" in the spill path with > "mlen", but obviously it wasn't mlen before because spills have the g0 > header along with the payload. The interface I was trying to use was > asking for how many physical reg

[Mesa-dev] [PATCH] i965/fs: Fix message setup for SIMD8 spills.

2013-11-05 Thread Eric Anholt
In the SIMD16 spilling changes, I replaced a "1" in the spill path with "mlen", but obviously it wasn't mlen before because spills have the g0 header along with the payload. The interface I was trying to use was asking for how many physical regs we're writing, so we're looking for "1" or "2". I'm