[Mesa-dev] [Bug 102904] piglit and gl45 cts linker tests regressed

2017-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102904 Emil Velikov changed: What|Removed |Added Resolution|--- |FIXED

[Mesa-dev] [Bug 102904] piglit and gl45 cts linker tests regressed

2017-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102904 --- Comment #3 from Nicolai Hähnle --- Ah, my bad. Moving the code back is incorrect though because it can overflow the array (that's the bug that the commit fixed). This should do it:

[Mesa-dev] [Bug 102904] piglit and gl45 cts linker tests regressed

2017-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102904 --- Comment #2 from Kenneth Graunke --- In fs-out-overlap.shader_test, we have this: layout(location = 0) out vec2 a; // consumes Z/W components layout(location = 0, component = 1) out vec2 b; Before the

[Mesa-dev] [Bug 102904] piglit and gl45 cts linker tests regressed

2017-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102904 --- Comment #1 from Mark Janes --- bisected to mesa 15cae12804ef288c7fb4cb9a38f7e32e6d8c4dc1 -- You are receiving this mail because: You are the QA Contact for the bug.___

[Mesa-dev] [Bug 102904] piglit and gl45 cts linker tests regressed

2017-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102904 Bug ID: 102904 Summary: piglit and gl45 cts linker tests regressed Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal