| Summary: | [IVB/HSW Bisected]Webgl conformance/textures/texture-size.html causes GPU hung | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | lu hua <huax.lu> |
| Component: | Drivers/DRI/i965 | Assignee: | Jordan Justen <jljusten> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | high | CC: | eric, idr, kenneth, stereotype441, xunx.fang |
| Version: | git | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: |
dmesg
i915_error_state |
||
|
Description
lu hua
2013-06-04 02:52:30 UTC
Created attachment 80259 [details]
i915_error_state
Reproduced on Ivy Bridge. If you add an assert(irb->mt->first_level == 0) to gen7_update_renderbuffer_surface, does it ever get triggered? I think we may need to be adjusting some programming of levels in the != 0 case. (playing the trick in title so this will be excluded from HSW specific bug query) (In reply to comment #3) > If you add an assert(irb->mt->first_level == 0) to > gen7_update_renderbuffer_surface, does it ever get triggered? I think we > may need to be adjusting some programming of levels in the != 0 case. Thanks for the suggestion. This assert does appear to be triggered by the webgl test. But, the assert does not cause any regressions in piglit. Unfortunately, I don't know how to debug the webgl test to figure out what code path it is following. Anyone have some ideas of what to look for, or how to debug the webgl test? I'll keep working on it to see if I can discover anything else about the issue. Well, you can "View Source" the page to get the source code for the test. Or check it out from Khronos SVN. It's in JavaScript, but quite readable. It's also apparently MIT licensed. Or, you can gdb firefox, just like anything else. Or you can apitrace firefox and then just replay it and use your normal tools. (In reply to comment #6) > Or, you can gdb firefox, just like anything else. Thanks. gdb actually works for debugging this with firefox. Previously I tried debugging with chrome... Should be resolved in adeda5af 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.