With a GeForce GTX 650 and Mesa 11.2.0 I'm getting the following failure on Google Chrome and Firefox https://www.khronos.org/registry/webgl/conformance-suites/1.0.3/conformance/glsl/misc/shaders-with-invariance.html?webglVersion=1 test: vertex shader with variant varying and fragment shader with invariant (global setting) varying must fail FAIL [unexpected fragment shader compile status] (expected: true) vertex shader with variant varying and fragment shader with invariant (global setting) varying must fail test: vertex shader with invariant varying and fragment shader with invariant (global setting) varying must succeed FAIL [unexpected fragment shader compile status] (expected: true) vertex shader with invariant varying and fragment shader with invariant (global setting) varying must succeed
I believe this is a core mesa issue, not something nouveau-specific. I get a few failures in there (including the ones you point out) with i965/SKL and Mesa 12.0.1.
Yes, I'm seeing these errors even with llvmpipe (LIBGL_ALWAYS_SOFTWARE=1 ./firefox).
Tests still failing on 13.0 with Arch $ uname -a Linux arch 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64 GNU/Linux $ glxinfo |grep -i opengl OpenGL vendor string: nouveau OpenGL renderer string: Gallium 0.4 on NVE7 OpenGL core profile version string: 4.3 (Core Profile) Mesa 13.0.3
This test is passing on i965 with following versions: Google Chrome 55.0.2883.87 Mesa 17.0.0-devel (git-0252ba2)
(In reply to Tapani Pälli from comment #4) > This test is passing on i965 with following versions: > > Google Chrome 55.0.2883.87 > Mesa 17.0.0-devel (git-0252ba2) Works with recent radeonsi too. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.