Re: [Mesa-dev] mesa commit 183c6060 regresses VTK LIC tests

2015-12-18 Thread Brad King
On 12/18/2015 11:32 AM, Brad King wrote: > Prior to this change the test renders what we expect. After the > change the test renders *nothing* on top of the background. Ugh, nevermind, sorry for the noise. It turns out this was a branch-on-uninitialized-value bug in VTK that happened to trigger

Re: [Mesa-dev] mesa commit 183c6060 regresses VTK LIC tests

2015-12-18 Thread Ilia Mirkin
On Fri, Dec 18, 2015 at 11:32 AM, Brad King wrote: > Hi Folks, > > I run nightly testing of VTK with nightly 'master' of mesa. > For the last few days some tests have been failing. According to > `git bisect`, mesa commit 183c606066b1b260acb189e46a40cb71e63b44aa > (glsl: simplify interface matchi

[Mesa-dev] mesa commit 183c6060 regresses VTK LIC tests

2015-12-18 Thread Brad King
Hi Folks, I run nightly testing of VTK with nightly 'master' of mesa. For the last few days some tests have been failing. According to `git bisect`, mesa commit 183c606066b1b260acb189e46a40cb71e63b44aa (glsl: simplify interface matching, 2015-12-02) introduced the regression. For example, see th