[Webkit-unassigned] [Bug 45332] gl-teximage fails on chrome mac bot
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 7 16:08:37 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45332
--- Comment #2 from Kenneth Russell <kbr at google.com> 2010-09-07 16:08:38 PST ---
This test passes on my Snow Leopard machine, so I assume that Leopard (which the bot is running) is doing something different with the image data. The test output indicates that the color channels are swapped, so we are probably misinterpreting the image data obtained from CGImageGetDataProvider / CGDataProviderCopyData. I suspect we need to call CGImageGetBitmapInfo and pay attention to the byte order bits.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list