Re: [Mesa-dev] [PATCH 5/6] i965/vec4: fix resolve reladdr case on DF scratch read/write on IVB

2017-06-23 Thread Samuel Iglesias Gonsálvez
Please ignore this patch, I have a better solution that will be included in the v2 of the patch series. Sam On Thu, 2017-06-15 at 13:15 +0200, Samuel Iglesias Gonsálvez wrote: > We emit scratch read/write to resolve reladdr and when moving > varyings to scratch memory, however these instructions

[Mesa-dev] [PATCH 5/6] i965/vec4: fix resolve reladdr case on DF scratch read/write on IVB

2017-06-15 Thread Samuel Iglesias Gonsálvez
We emit scratch read/write to resolve reladdr and when moving varyings to scratch memory, however these instructions are emitted before lower simd splitting and before scalarizing DF instructions. As the code added for doing DF scratch read/writes assumes both were previously done, added a flag to