Re: [Mesa-dev] [PATCH 0/9] i965 assembly validator

2015-11-03 Thread Kenneth Graunke
On Wednesday, October 21, 2015 03:58:08 PM Matt Turner wrote: > Inspired by a bug this summer, I've written a basic assembly validation > pass. The series currently checks only three things: > >- that instruction sources are not null (when they shouldn't be); >- that the Gen supports the i

[Mesa-dev] [PATCH 0/9] i965 assembly validator

2015-10-21 Thread Matt Turner
Inspired by a bug this summer, I've written a basic assembly validation pass. The series currently checks only three things: - that instruction sources are not null (when they shouldn't be); - that the Gen supports the instruction opcode; and - that the various accumulator restrictions ar