On 20 November 2012 21:40, Kenneth Graunke wrote:
> Hey all,
>
> Here's a bunch of preliminary refactoring which should help me
> implement the Gen8 code generator.
>
> A bit of background: Gen8 uses a different instruction encoding than
> Gen4-7 (essentially, a lot of bits got moved around), whi
Hey all,
Here's a bunch of preliminary refactoring which should help me
implement the Gen8 code generator.
A bit of background: Gen8 uses a different instruction encoding than
Gen4-7 (essentially, a lot of bits got moved around), which means that
I can't use struct brw_instruction. This basicall