RESOLVED FIXED 113103
[EFL] Add support to check for current Drawable.
https://bugs.webkit.org/show_bug.cgi?id=113103
Summary [EFL] Add support to check for current Drawable.
Kalyan
Reported 2013-03-22 15:11:19 PDT
In MakeCurrent we do an early return if it is the current GL context but ignore Surface. We should also check if the surface is current drawable or not.
Attachments
patch (4.68 KB, patch)
2013-03-23 02:26 PDT, Kalyan
no flags
Kalyan
Comment 1 2013-03-23 02:26:02 PDT
Kenneth Rohde Christiansen
Comment 2 2013-03-24 05:21:26 PDT
Comment on attachment 194695 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=194695&action=review > Source/WebCore/platform/graphics/opengl/GLPlatformContext.cpp:245 > + if (this == m_currentContext) { I like this the other way around, but anyway you are just moving it
WebKit Review Bot
Comment 3 2013-03-24 09:00:10 PDT
Comment on attachment 194695 [details] patch Clearing flags on attachment: 194695 Committed r146730: <http://trac.webkit.org/changeset/146730>
WebKit Review Bot
Comment 4 2013-03-24 09:00:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.