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

2016-04-28 Thread Iago Toral
I made a couple of very minor comments to some patches but do with them as you wish. The series is: Reviewed-by: Iago Toral Quiroga On Thu, 2016-04-28 at 00:19 -0700, Francisco Jerez wrote: > A future series will implement support for an instruction that happens > to have the same opcode number

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

2016-04-28 Thread 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 brw_instruction_name() will need some way to find out which de