[Webkit-unassigned] [Bug 111126] Enable GPU-GPU texture copy in texImage2D() for HTMLVideoElement if hardware accelerated video decode is in use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 11:06:13 PST 2013


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





--- Comment #24 from Kenneth Russell <kbr at google.com>  2013-03-07 11:08:37 PST ---
(From update of attachment 191738)
View in context: https://bugs.webkit.org/attachment.cgi?id=191738&action=review

>>> Source/WebCore/html/canvas/WebGLRenderingContext.cpp:4194
>>> +        return;
>> 
>> The duplication of these validation checks is unfortunate. Can they be refactored?
> 
> Do you mean validateTexFuncFormatAndType() and validateSettableTexFormat() have duplicate checks?

No, I mean that the checks were removed from videoFrameToImage and duplicated into texImage2D and texSubImage2D.

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