Re: [Mesa-dev] [PATCH 00/10] i965: Add a width field to fs_inst

2014-09-05 Thread Jason Ekstrand
On Thu, Sep 4, 2014 at 11:03 PM, Matt Turner wrote: > On Thu, Sep 4, 2014 at 10:19 PM, Jason Ekstrand > wrote: > > This is the first chunk of patches in my work on adding instruction and > > register widths to the fs backend. Eventually, this will allow us to > more > > easily emit 8-wide instr

Re: [Mesa-dev] [PATCH 00/10] i965: Add a width field to fs_inst

2014-09-04 Thread Matt Turner
On Thu, Sep 4, 2014 at 10:19 PM, Jason Ekstrand wrote: > This is the first chunk of patches in my work on adding instruction and > register widths to the fs backend. Eventually, this will allow us to more > easily emit 8-wide instructions in SIMD16 mode from the fs_visitor level. > More patches w