Re: [Mesa-dev] [PATCH v3] mesa: fix interface matching done in validate_io

2015-12-22 Thread Tapani Pälli
On 12/23/2015 01:33 AM, Timothy Arceri wrote: On Wed, 2015-12-16 at 19:29 +1100, Timothy Arceri wrote: On Wed, 2015-12-16 at 08:24 +0200, Tapani Pälli wrote: Patch makes following changes for interface matching: - do not try to match builtin variables - handle swizzle in input name, as

Re: [Mesa-dev] [PATCH v3] mesa: fix interface matching done in validate_io

2015-12-22 Thread Timothy Arceri
On Wed, 2015-12-16 at 19:29 +1100, Timothy Arceri wrote: > On Wed, 2015-12-16 at 08:24 +0200, Tapani Pälli wrote: > > Patch makes following changes for interface matching: > > > >- do not try to match builtin variables > >- handle swizzle in input name, as example 'a.z' should > > mat

Re: [Mesa-dev] [PATCH v3] mesa: fix interface matching done in validate_io

2015-12-16 Thread Timothy Arceri
On Wed, 2015-12-16 at 08:24 +0200, Tapani Pälli wrote: > Patch makes following changes for interface matching: > >- do not try to match builtin variables >- handle swizzle in input name, as example 'a.z' should > match with 'a' >- add matching by location >- check that amount

[Mesa-dev] [PATCH v3] mesa: fix interface matching done in validate_io

2015-12-15 Thread Tapani Pälli
Patch makes following changes for interface matching: - do not try to match builtin variables - handle swizzle in input name, as example 'a.z' should match with 'a' - add matching by location - check that amount of inputs and outputs matches These changes make interface matching