Re: [Mesa-dev] [PATCH 1/8] i965: Pass devinfo pointer to brw_instruction_name().

2016-05-01 Thread Kenneth Graunke
On Sunday, May 1, 2016 11:42:19 AM PDT Matt Turner wrote: > From: Francisco Jerez > > A future series will implement support for an instruction that happens > to have the same opcode number as another instruction we support > already on a disjoint set of hardware

[Mesa-dev] [PATCH 1/8] i965: Pass devinfo pointer to brw_instruction_name().

2016-05-01 Thread Matt Turner
From: Francisco Jerez A future series will implement support for an instruction that happens to have the same opcode number as another instruction we support already on a disjoint set of hardware generations. In order to disambiguate which instruction it is