Re: [Mesa-dev] [PATCH 08/15] i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants

2015-12-10 Thread Jason Ekstrand
On Thu, Dec 10, 2015 at 1:25 AM, Michael Schellenberger Costa wrote: > Hi Jason, Hi! Please remember to reply-all so it goes to the list. :-) > Am 10.12.2015 um 05:23 schrieb Jason Ekstrand: >> This commit moves us to an instruction based model rather than

[Mesa-dev] [PATCH 08/15] i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants

2015-12-09 Thread Jason Ekstrand
This commit moves us to an instruction based model rather than a register-based model for indirects. This is more accurate anyway as we have to emit instructions to resolve the reladdr. It's also a lot simpler because it gets rid of the recursive reladdr problem by design. One side-effect of