Re: [Mesa-dev] [Mesa-stable] [PATCH] glsl: always re-validate program pipeline

2015-12-04 Thread Kenneth Graunke
On Wednesday, December 02, 2015 10:45:02 AM Timothy Arceri wrote: > On Tue, 2015-12-01 at 13:46 +0200, Tapani Pälli wrote: > > On 12/01/2015 02:13 AM, Timothy Arceri wrote: > > > Just because the validation passed the last time is was called > > > doesn't > > > automatically mean it will pass again

Re: [Mesa-dev] [Mesa-stable] [PATCH] glsl: always re-validate program pipeline

2015-12-01 Thread Timothy Arceri
On Tue, 2015-12-01 at 13:46 +0200, Tapani Pälli wrote: > On 12/01/2015 02:13 AM, Timothy Arceri wrote: > > Just because the validation passed the last time is was called > > doesn't > > automatically mean it will pass again the next time its called. > > This is a rather large hammer though :/ Mayb