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
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
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
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 +---