Bug 85394 - [BSW]Piglit spec_ARB_shader_atomic_counters_semantics fails
Summary: [BSW]Piglit spec_ARB_shader_atomic_counters_semantics fails
Status: VERIFIED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Ian Romanick
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-24 06:40 UTC by lu hua
Modified: 2014-11-25 06:25 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description lu hua 2014-10-24 06:40:18 UTC
System Environment:
--------------------------
Platform: BSW
Libdrm:		(master)libdrm-2.4.58-4-g00847fa48b83a85b0cb882594a12ed1511f780db
Mesa:		(master)9ad80d1d1876493b45428b5f81b03add3ae8150e
Xserver:	(master)xorg-server-1.16.0-419-g942e18e17e334d7a25f8c1dcc6f5c3711eeb6a7d
Xf86_video_intel:(master)2.99.916-114-ga8d1eaf6ee1fed0aeff681d33864e17cb904ddd3
Libva:		(master)ccd93de5a707e92a629cccd595757c8d436fa3cc
Libva_intel_driver:(master)f11176415ec26eb5960ba6841d2d9c22f2cabc60
Kernel:   (drm-intel-nightly)77683b77aa4da6e1788838dad2d2a15b0dfc290b

Bug detailed description:
---------------------------
It fails on BSW with mesa master branch. On earlier testing, the result was pass, but I can't reproduce the pass.
spec_ARB_shader_atomic_counters_unused-result also has this issue.

output:
PIGLIT: {"subtest": {"Fragment shader atomic built-in semantics" : "pass"}}
PIGLIT: {"subtest": {"Vertex shader atomic built-in semantics" : "pass"}}
Probe color at (0,0)
  Expected: 4294967294 4294967294 4294967295 0
  Observed: 1056964608 1056964608 1056964608 1056964608
PIGLIT: {"subtest": {"Geometry shader atomic built-in semantics" : "fail"}}
PIGLIT: {"subtest": {"Tessellation control shader atomic built-in semantics" : "skip"}}
PIGLIT: {"subtest": {"Tessellation evaluation shader atomic built-in semantics" : "skip"}}
PIGLIT: {"result": "fail" }


Reproduce steps:
-------------------------
1. xinit
2. bin/arb_shader_atomic_counters-semantics -fbo -auto
Comment 1 Ben Widawsky 2014-11-24 18:53:49 UTC
Please retest with latest mesa master.
Comment 2 lu hua 2014-11-25 06:24:49 UTC
Test on the latest Mesa master(commit: c88385603ae8d983314b736a9459bbf7d002cf11), it works well.
[root@x-bsw01 piglit]# bin/arb_shader_atomic_counters-semantics -fbo -auto
PIGLIT: {"subtest": {"Fragment shader atomic built-in semantics" : "pass"}}
PIGLIT: {"subtest": {"Vertex shader atomic built-in semantics" : "pass"}}
PIGLIT: {"subtest": {"Geometry shader atomic built-in semantics" : "pass"}}
PIGLIT: {"subtest": {"Tessellation control shader atomic built-in semantics" : "skip"}}
PIGLIT: {"subtest": {"Tessellation evaluation shader atomic built-in semantics" : "skip"}}
PIGLIT: {"result": "pass" }
Comment 3 lu hua 2014-11-25 06:25:00 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.