[Mesa-dev] [PATCH v2 2/3] mesa: validate program usage in a pipeline

2015-12-08 Thread Tapani Pälli
Validation checks that we do not have active shader stages that are not used by the pipeline. This fixes a subtest in following CTS test: ES31-CTS.sepshaderobjs.StateInteraction v2: move as generic validation check for both ES and desktop (Timothy) Signed-off-by: Tapani Pälli --- src/m

Re: [Mesa-dev] [PATCH v2 2/3] mesa: validate program usage in a pipeline

2015-12-08 Thread Timothy Arceri
On Tue, 2015-12-08 at 11:16 +0200, Tapani Pälli wrote: > Validation checks that we do not have active shader stages that are > not > used by the pipeline. > > This fixes a subtest in following CTS test: > ES31-CTS.sepshaderobjs.StateInteraction > > v2: move as generic validation check for b

Re: [Mesa-dev] [PATCH v2 2/3] mesa: validate program usage in a pipeline

2015-12-08 Thread Tapani Pälli
On 12/08/2015 12:57 PM, Timothy Arceri wrote: On Tue, 2015-12-08 at 11:16 +0200, Tapani Pälli wrote: Validation checks that we do not have active shader stages that are not used by the pipeline. This fixes a subtest in following CTS test: ES31-CTS.sepshaderobjs.StateInteraction v2: mov

Re: [Mesa-dev] [PATCH v2 2/3] mesa: validate program usage in a pipeline

2015-12-08 Thread Tapani Pälli
On 12/08/2015 01:31 PM, Tapani Pälli wrote: On 12/08/2015 12:57 PM, Timothy Arceri wrote: On Tue, 2015-12-08 at 11:16 +0200, Tapani Pälli wrote: Validation checks that we do not have active shader stages that are not used by the pipeline. This fixes a subtest in following CTS test: ES31-CT

Re: [Mesa-dev] [PATCH v2 2/3] mesa: validate program usage in a pipeline

2015-12-08 Thread Timothy Arceri
On Tue, 2015-12-08 at 13:34 +0200, Tapani Pälli wrote: > On 12/08/2015 01:31 PM, Tapani Pälli wrote: > > On 12/08/2015 12:57 PM, Timothy Arceri wrote: > > > On Tue, 2015-12-08 at 11:16 +0200, Tapani Pälli wrote: > > > > Validation checks that we do not have active shader stages that > > > > are > >

Re: [Mesa-dev] [PATCH v2 2/3] mesa: validate program usage in a pipeline

2015-12-08 Thread Tapani Pälli
On 12/08/2015 03:55 PM, Timothy Arceri wrote: On Tue, 2015-12-08 at 13:34 +0200, Tapani Pälli wrote: On 12/08/2015 01:31 PM, Tapani Pälli wrote: On 12/08/2015 12:57 PM, Timothy Arceri wrote: On Tue, 2015-12-08 at 11:16 +0200, Tapani Pälli wrote: Validation checks that we do not have active sh