Re: [Piglit] [PATCH] sso: bind pipeline object in ValidateProgramPipeline

2015-09-15 Thread Juha-Pekka Heikkila
Reviewed-by: Juha-Pekka Heikkila On 14.09.2015 12:23, Tapani Pälli wrote: > When fixing some ES 3.1 conformance issues I noticed several subtests > started to fail. Pipeline has to be bound before validation, this makes > failing subtests to pass with planned Mesa changes. > > Signed-off-by: Tap

[Piglit] [PATCH] sso: bind pipeline object in ValidateProgramPipeline

2015-09-14 Thread Tapani Pälli
When fixing some ES 3.1 conformance issues I noticed several subtests started to fail. Pipeline has to be bound before validation, this makes failing subtests to pass with planned Mesa changes. Signed-off-by: Tapani Pälli --- tests/spec/arb_separate_shader_objects/ValidateProgramPipeline.c | 1 +