Bug 89458 - [BSW Regression]Piglit spec_glsl-1.30_execution_varying-packing-mixed-types fails
Summary: [BSW Regression]Piglit spec_glsl-1.30_execution_varying-packing-mixed-types f...
Status: VERIFIED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: 10.5
Hardware: All Linux (All)
: high normal
Assignee: Ian Romanick
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 07:41 UTC by lu hua
Modified: 2015-03-12 06:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description lu hua 2015-03-06 07:41:44 UTC
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
Comment 1 Matt Turner 2015-03-11 23:49:56 UTC
Could you bisect it? We're probably just missing a patch from the 10.5 branch.
Comment 2 lu hua 2015-03-12 05:37:44 UTC
(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?
Comment 3 lu hua 2015-03-12 05:40:39 UTC
(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
Comment 4 Matt Turner 2015-03-12 06:02:38 UTC
Thanks for retesting! I guess if it works on the 10.5 branch we can mark as FIXED now. :)
Comment 5 lu hua 2015-03-12 06:56:10 UTC
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.