| Summary: | [HSW,BDW,SKL][GLES 3.1 CTS] ES31-CTS.compute_shader.*. Regression, bisected. | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Marta Löfstedt <marta.lofstedt> |
| Component: | Drivers/DRI/i965 | Assignee: | Tapani Pälli <lemody> |
| Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | 11.0 | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Bug Depends on: | |||
| Bug Blocks: | 92778 | ||
Will take a look (hälsningar från Stockholm!) I've sent a patch to mesa-dev that fixes this issue, here: http://lists.freedesktop.org/archives/mesa-dev/2016-January/104140.html fix pushed Please remember to note the commit that fixed the bug. commit e937fd779fc8435750eb5168d2320d06ac259805 Author: Tapani Pälli <tapani.palli@intel.com> Date: Mon Jan 4 09:55:52 2016 +0200 mesa: do not validate io of non-compute and compute stage Fixes regression on SSO tests that have both non-compute and compute programs in a program pipeline. |
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.
Software versions: 4.4.0-040400rc4-generic OpenGL version string: 3.0 Mesa 11.2.0-devel (git-dfce9759) GPU hardware: OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 00:02.0 VGA compatible controller [0300]: Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06) CPU hardware: x86_64 Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz ----------------- Software versions: 4.3.0-rc3+ OpenGL version string: 3.0 Mesa 11.2.0-devel (git-dfce9759) GPU hardware: OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5300 (Broadwell GT2) 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:161e] (rev 06) CPU hardware: x86_64 Genuine Intel(R) CPU 0000 @ 0.60GHz ------------------ CTS version Intel internal: git@67ae88f31295 command: ./glcts --deqp-case=ES31-CTS.compute_shader.sso-compute-pipeline ./glcts --deqp-case=ES31-CTS.compute_shader.sso-case2 Environment: Ubuntu 15.10 Mesa built with: --enable-debug ---------------------- The test ES31-CTS.compute_shader.sso-compute-pipeline and ES31-CTS.compute_shader.sso-case2 passed before bisected commit: commit f2be5b8ba4b1fbbf1a5bb5f83d68a3240a287fa4 Author: Tapani Pälli <tapani.palli@intel.com> Date: Wed Dec 16 08:24:52 2015 +0200 mesa: fix interface matching done in validate_io With above commit reverted the tests pass.