https://bugs.documentfoundation.org/show_bug.cgi?id=151627
--- Comment #33 from V Stuart Foote <[email protected]> --- (In reply to steve from comment #32) > Should this remaining problem be a new bug since this issue here got filed > against a crasher which apparently has been fixed now. No. The crash is Vulkan hw device specific, taken care of by denylist of the hw. Lubos will have to implement similar for Metal hw. The deny listing effectively disables GPU hw accelerated rendering using the Skia libs and "falls back" to skia lib based software rendering as raster for window "frames" The visual glitches in the slidepane are the issue here--the overflow condition causing the crash with Vulkan hw acceleration is related--but not the real issue and the "fix" posted thusfar is just deny listing of an affected GPU device. With skia support on macOS only recently enabled as default--behavior for skia/ Metal accelerated rendering and skia software rendering as raster issues that had previously affected only Windows will need to be looked at more broadly. -- You are receiving this mail because: You are the assignee for the bug.
