Re: [Mesa-dev] [PATCH] glsl: remove assert in lower_packed_varyings

2017-09-12 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Sep 11, 2017 at 3:37 PM, Ilia Mirkin wrote: > It's obviously misformed, and it's triggering on > > dEQP-GLES31.functional.program_interface_query.program_input.type.separable_geometry.int > > and a few related tests, which have a geometry shader with > > "

[Mesa-dev] [PATCH] glsl: remove assert in lower_packed_varyings

2017-09-11 Thread Ilia Mirkin
It's obviously misformed, and it's triggering on dEQP-GLES31.functional.program_interface_query.program_input.type.separable_geometry.int and a few related tests, which have a geometry shader with "in highp int target[];" which for some reason ends up with a "smooth" interpolation. I'm not sure