Re: [Mesa-dev] [PATCH v2] i965: Refactor SIMD16-to-2xSIMD8 checks.

2015-03-19 Thread Matt Turner
On Thu, Mar 19, 2015 at 11:43 AM, Neil Roberts wrote: > The places that were checking whether 3-source instructions are > supported have now been combined into a small helper function. This > will be used in the next patch to add an additonal restriction. > > Based on a patch by Kenneth Graunke. >

Re: [Mesa-dev] [PATCH v2] i965: Refactor SIMD16-to-2xSIMD8 checks.

2015-03-19 Thread Kenneth Graunke
On Thursday, March 19, 2015 06:43:07 PM Neil Roberts wrote: > The places that were checking whether 3-source instructions are > supported have now been combined into a small helper function. This > will be used in the next patch to add an additonal restriction. > > Based on a patch by Kenneth Grau

[Mesa-dev] [PATCH v2] i965: Refactor SIMD16-to-2xSIMD8 checks.

2015-03-19 Thread Neil Roberts
The places that were checking whether 3-source instructions are supported have now been combined into a small helper function. This will be used in the next patch to add an additonal restriction. Based on a patch by Kenneth Graunke. --- Matt's review for v1 of this patch was conditional based on