Re: [Mesa-dev] [PATCH 09/13] i965: Add align1 ternary instruction-word support

2017-10-19 Thread Matt Turner
On Fri, Sep 29, 2017 at 5:08 PM, Scott D Phillips wrote: > Matt Turner writes: > >> --- >> src/intel/compiler/brw_inst.h | 114 >> ++ >> 1 file changed, 114 insertions(+) >> >> diff --git a/src/intel/compiler/brw_inst.h b/src/intel/compiler/brw_inst.h >>

Re: [Mesa-dev] [PATCH 09/13] i965: Add align1 ternary instruction-word support

2017-09-29 Thread Scott D Phillips
Matt Turner writes: > --- > src/intel/compiler/brw_inst.h | 114 > ++ > 1 file changed, 114 insertions(+) > > diff --git a/src/intel/compiler/brw_inst.h b/src/intel/compiler/brw_inst.h > index e6169057e3..b9c03fa88f 100644 > --- a/src/intel/compiler/brw_i

[Mesa-dev] [PATCH 09/13] i965: Add align1 ternary instruction-word support

2017-08-25 Thread Matt Turner
--- src/intel/compiler/brw_inst.h | 114 ++ 1 file changed, 114 insertions(+) diff --git a/src/intel/compiler/brw_inst.h b/src/intel/compiler/brw_inst.h index e6169057e3..b9c03fa88f 100644 --- a/src/intel/compiler/brw_inst.h +++ b/src/intel/compiler/brw_ins