[Webkit-unassigned] [Bug 55269] [chromium] Fall back to texSubImage2D when mapTexSubImage2D fails in VideoLayerChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 13:07:42 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55269





--- Comment #3 from Kenneth Russell <kbr at google.com>  2011-02-28 13:07:42 PST ---
(From update of attachment 83887)
View in context: https://bugs.webkit.org/attachment.cgi?id=83887&action=review

> Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp:224
> +        GLC(context, context->texSubImage2D(GraphicsContext3D::TEXTURE_2D, 0, 0, 0, dimensions.width(), dimensions.height(), GraphicsContext3D::LUMINANCE, GraphicsContext3D::UNSIGNED_BYTE, data));

Should this use the incoming argument "format" instead of GraphicsContext3D::LUMINANCE directly?

-- 
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