summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/MediaTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-274/+0
* Fix error where mediaLayer is derefed on UI thread prior to being derefed in ...Derek Sollenberger2011-03-251-5/+7
* Fix GPU leak where plugin textures in the WebKit thread were not being deleted.Derek Sollenberger2011-03-231-0/+79
* ensure plugins draw correctly even when they have been given focus.Derek Sollenberger2011-03-031-2/+11
* Clean up synchronisation in Texture code.Ben Murdoch2011-02-251-14/+20
* Only show video texture when frames are available.Derek Sollenberger2011-02-241-40/+6
* Fix to post an inval when plugins request a native video surface.Derek Sollenberger2011-02-051-1/+16
* Only invalidate the webview when the plugin has new content.Derek Sollenberger2011-02-041-1/+55
* Add new vertex shader to support video transforms.Derek Sollenberger2011-01-311-1/+6
* Fix video inversion and avoid extra matrix copies.Derek Sollenberger2011-01-311-1/+1
* Add YUV shader for plugin video playback.Derek Sollenberger2011-01-291-1/+2
* Initial pass at a video API for plugins.Derek Sollenberger2011-01-261-0/+137