Re: [Mesa-dev] [PATCH] i965/fs: Add a very basic validation pass

2015-09-14 Thread Jason Ekstrand
On Mon, Sep 14, 2015 at 11:39 AM, Kenneth Graunke wrote: > On Thursday, July 30, 2015 03:42:34 PM Jason Ekstrand wrote: >> Currently the validation pass only validates that regs_read and >> regs_written are consistent with the sizes of VGRF's. We can add more as >> we find it to be useful. > > Bu

Re: [Mesa-dev] [PATCH] i965/fs: Add a very basic validation pass

2015-09-14 Thread Kenneth Graunke
On Thursday, July 30, 2015 03:42:34 PM Jason Ekstrand wrote: > Currently the validation pass only validates that regs_read and > regs_written are consistent with the sizes of VGRF's. We can add more as > we find it to be useful. Bump. Matt sent you a few small comments, but otherwise this was re

Re: [Mesa-dev] [PATCH] i965/fs: Add a very basic validation pass

2015-07-30 Thread Matt Turner
On Thu, Jul 30, 2015 at 3:42 PM, Jason Ekstrand wrote: > Currently the validation pass only validates that regs_read and > regs_written are consistent with the sizes of VGRF's. We can add more as > we find it to be useful. > --- > src/mesa/drivers/dri/i965/Makefile.sources| 1 + > src/mesa/

[Mesa-dev] [PATCH] i965/fs: Add a very basic validation pass

2015-07-30 Thread Jason Ekstrand
Currently the validation pass only validates that regs_read and regs_written are consistent with the sizes of VGRF's. We can add more as we find it to be useful. --- src/mesa/drivers/dri/i965/Makefile.sources| 1 + src/mesa/drivers/dri/i965/brw_fs.cpp | 9 src/mesa/drivers/dri