System Environment: -------------------------- Platform: BSW Mesa: (10.5)c32d83528189be988275c9ccbd3bbb2e48ee4362 Xserver: (server-1.16-branch)xorg-server-1.16.4 Xf86_video_intel: (master)2.99.917-165-gf6ba71ac194a19c80aa64f4769f76a47ebb7bd16 Cairo: (master)70cc8f250b5669e757b4f044571ba0f71e3dea9e Libva: (master)f9741725839ea144e9a6a1827f74503ee39946c3 Libva_intel_driver: (master)e8fde1cdaafb93c2b54d6092a728d099ad7cdd11 Bug detailed description: ------------------------- It works well on master branch and 10.4 branch.. It fails on Mesa 10.5 branch. good commit: fecedb6c430e4dc2c8417989d873cc77d97fc1d6 bad commit: c32d83528189be988275c9ccbd3bbb2e48ee4362 output: libGL: screen 0 does not appear to be DRI3 capable libGL: pci id for fd 4: 8086:22b0, driver i965 libGL: OpenDriver: trying /opt/X11R7/lib/dri/tls/i965_dri.so libGL: OpenDriver: trying /opt/X11R7/lib/dri/i965_dri.so Probe color at (0,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 0.000000 0.000000 PIGLIT: {"result": "fail" } Reproduce steps: ---------------- 1. start X 2. bin/shader_runner tests/spec/glsl-1.30/execution/varying-packing-mixed-types.shader_test -auto
Could you bisect it? We're probably just missing a patch from the 10.5 branch.
(In reply to Matt Turner from comment #1) > Could you bisect it? We're probably just missing a patch from the 10.5 > branch. Hi Matt, On the latest mesa 10.5 branch, it works well. libGL: screen 0 does not appear to be DRI3 capable libGL: pci id for fd 4: 8086:22b0, driver i965 libGL: OpenDriver: trying /opt/X11R7/lib/dri/tls/i965_dri.so libGL: OpenDriver: trying /opt/X11R7/lib/dri/i965_dri.so PIGLIT: {"result": "pass" } Retest commit c32d83528189be988275c9ccbd3bbb2e48ee4362, it still fails. libGL: screen 0 does not appear to be DRI3 capable libGL: pci id for fd 4: 8086:22b0, driver i965 libGL: OpenDriver: trying /opt/X11R7/lib/dri/i965_dri.so Probe color at (0,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 0.000000 0.000000 PIGLIT: {"result": "fail" } I think We should close it, still need bisect?
(In reply to lu hua from comment #2) > (In reply to Matt Turner from comment #1) > > Could you bisect it? We're probably just missing a patch from the 10.5 > > branch. > > Hi Matt, > On the latest mesa 10.5 branch, it works well. commit: (10.5)31fcb21ef523434a254c0bbff515345c2c6d8152
Thanks for retesting! I guess if it works on the 10.5 branch we can mark as FIXED now. :)
Verified.Fixed.
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.