Re: [Mesa-dev] [PATCH 7/7] i965: Remove inst_info table from brw_eu_validate.

2016-04-28 Thread Francisco Jerez
Matt Turner writes: > On Thu, Apr 28, 2016 at 12:19 AM, Francisco Jerez > wrote: >> At this point this doesn't contain any information not already in the >> opcode_desc tables, the validation code can just call >> brw_opcode_desc() in order to find out whether an instruction is >> supported by

Re: [Mesa-dev] [PATCH 7/7] i965: Remove inst_info table from brw_eu_validate.

2016-04-28 Thread Matt Turner
On Thu, Apr 28, 2016 at 11:35 AM, Matt Turner wrote: > On Thu, Apr 28, 2016 at 12:19 AM, Francisco Jerez > wrote: >> At this point this doesn't contain any information not already in the >> opcode_desc tables, the validation code can just call >> brw_opcode_desc() in order to find out whether an

Re: [Mesa-dev] [PATCH 7/7] i965: Remove inst_info table from brw_eu_validate.

2016-04-28 Thread Matt Turner
On Thu, Apr 28, 2016 at 12:19 AM, Francisco Jerez wrote: > At this point this doesn't contain any information not already in the > opcode_desc tables, the validation code can just call > brw_opcode_desc() in order to find out whether an instruction is > supported by the device. NAK. This table is

[Mesa-dev] [PATCH 7/7] i965: Remove inst_info table from brw_eu_validate.

2016-04-28 Thread Francisco Jerez
At this point this doesn't contain any information not already in the opcode_desc tables, the validation code can just call brw_opcode_desc() in order to find out whether an instruction is supported by the device. --- src/mesa/drivers/dri/i965/brw_eu_validate.c | 246 +---