Summary: | [SNB+ Bisected]ES3-CTS.shaders.loops.do_while_constant_iterations.mixed_break_continue_fragment fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i965 | Assignee: | Matt Turner <mattst88> |
Status: | VERIFIED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | high | CC: | idr |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2014-08-26 05:25:25 UTC
Patch sent that fixes it for me. i965/fs: Connect cfg properly in predicated break peephole. (In reply to comment #1) > Patch sent that fixes it for me. > > i965/fs: Connect cfg properly in predicated break peephole. It still fails on latest master branch. Right... it's not committed yet. commit 3e248e0418370373ac5bcee4b0a88b501b5b22a9 Author: Matt Turner <mattst88@gmail.com> Date: Sun Aug 31 11:07:58 2014 -0700 i965/fs: Connect cfg properly in predicated break peephole. If the ENDIF instruction was the only instruction in its block, we'd leave the successors of the merged if+jump block in a bad state. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83080 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> 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.