https://bugs.documentfoundation.org/show_bug.cgi?id=145988
Patrick Luby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #68 from Patrick Luby <[email protected]> --- (In reply to steve from comment #67) > Created attachment 184972 [details] > 2023-01-28 intel mac, does *have* this bug, Radeon Pro 560 > > MacBookPro14,3 > 2023-01-28 intel mac, does *have* this bug, Intel HD Graphics 630 > 2023-01-28 intel mac, does *have* this bug, Radeon Pro 560 > screenshots as requested in > https://bugs.documentfoundation.org/show_bug.cgi?id=145988#c64 > Thank you for the screen snapshots. What jumped out at me is that the following line for the Radeon Pro 560 GPU: Framebuffer Depth: 30-Bit Colour (ARGB2101010) On both my machines, both the built-in monitor and my external non-retina monitor connected via HDMI are 32-bit color (ARGB888) and Skia, internally uses the same pixel format. So, my current theory is mismatched pixel format between what Skia wants to use and what the Radeon Pro 560 wants to use. I will do some experimentation over the next few days and see if I can see any Skia code that is ignoring pixel format differences. I'll post again when I have some news. -- You are receiving this mail because: You are the assignee for the bug.
