RESOLVED FIXED 120443
[WebGL] CoreGraphics can provide greyscale image data
https://bugs.webkit.org/show_bug.cgi?id=120443
Summary [WebGL] CoreGraphics can provide greyscale image data
Dean Jackson
Reported Thursday, August 29, 2013 12:39:05 AM UTC
GraphicsContext3D::srcFormatComeFromDOMElementOrImageData checks for some defined image formats to decide whether or not the data came from an <img> element. However, it is too restrictive for CoreGraphics, causing us to fail unpacking some image data. <rdar://problem/14840310>
Attachments
Patch (44.12 KB, patch)
2013-08-28 16:45 PDT, Dean Jackson
simon.fraser: review+
Dean Jackson
Comment 1 Thursday, August 29, 2013 12:45:18 AM UTC
Simon Fraser (smfr)
Comment 2 Thursday, August 29, 2013 12:48:48 AM UTC
Comment on attachment 209932 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209932&action=review > LayoutTests/fast/canvas/webgl/tex-image-with-greyscale-image.html:4 > +<meta charset="utf-8"> Nuke this.
Dean Jackson
Comment 3 Thursday, August 29, 2013 12:53:33 AM UTC
Note You need to log in before you can comment on or make changes to this bug.