Summary: | [radeonsi,WebGL] blinking random patches instead of blinking squares | ||
---|---|---|---|
Product: | Mesa | Reporter: | Kai <kai> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | minor | ||
Priority: | low | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
URL: | https://robertsspaceindustries.com/starmap | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Random blinking spots instead of squares |
Description
Kai
2017-04-16 19:32:12 UTC
While I'm not a dev, but this is very similar to what I see in Xonotic, due to llvm regression, see this bug: https://bugs.freedesktop.org/show_bug.cgi?id=100681 If you can, try building mesa with earlier llvm revision, I myself use 299800 for now. (In reply to network723 from comment #1) > While I'm not a dev, but this is very similar to what I see in Xonotic, due > to llvm regression, see this bug: > https://bugs.freedesktop.org/show_bug.cgi?id=100681 > > If you can, try building mesa with earlier llvm revision, I myself use > 299800 for now. Thanks for the pointer but I've seen this issue for quite some time with different versions of Mesa and LLVM. Therefore I do not believe this to be related. I just never got around to report the bug since the main part of the map is rendering fine and the menus are working as well. It's really just the background here. It seems to render incorrectly in Firefox, but renders correctly in Chrome. The Firefox console has a number of GL_ARB_gpu_shader5 warnings like: 0:2(12): warning: extension `GL_ARB_gpu_shader5' unsupported in fragment shader For reference it runs fine in both on i965. (In reply to Timothy Arceri from comment #3) > It seems to render incorrectly in Firefox, but renders correctly in Chrome. I meant to add that while it renders correctly the performance is really bad in chrome. > > The Firefox console has a number of GL_ARB_gpu_shader5 warnings like: > > 0:2(12): warning: extension `GL_ARB_gpu_shader5' unsupported in fragment > shader > > > For reference it runs fine in both on i965. Ok, this is fixed now with latest Mesa and LLVM development builds. I'm seeing the squares correctly rendered before Firefox 61 crashes. But since all WebGL-using sites are crashing now (eg. Google Maps), this is very likely something different. Chromium 68 doesn't crash but still renders incorrectly for me. |
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.