summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/MediaLayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix GPU leak where plugin textures in the WebKit thread were not being deleted.Derek Sollenberger2011-03-231-3/+15
* Implement partial screen invalidationsNicolas Roard2011-03-161-2/+2
* Do not merge.Patrick Scott2011-03-071-1/+1
* ensure plugins draw correctly even when they have been given focus.Derek Sollenberger2011-03-031-28/+24
* Enable the plugin to specify the BGRA internal format for textures.Derek Sollenberger2011-03-021-0/+1
* Ensure plugin content does not shift when gaining focus.Derek Sollenberger2011-03-021-1/+9
* Fix problem where plugins were not drawn due to an incorrect clip.Derek Sollenberger2011-02-241-0/+2
* Fix some of the performance issues when using the flash plugin embedded.Nicolas Roard2011-02-181-6/+1
* Selectively enable and disable GL_BLEND for better performance.Derek Sollenberger2011-02-161-10/+17
* Only invalidate the webview when the plugin has new content.Derek Sollenberger2011-02-041-6/+7
* Fix video inversion and avoid extra matrix copies.Derek Sollenberger2011-01-311-10/+9
* Initial pass at a video API for plugins.Derek Sollenberger2011-01-261-11/+43
* Plugin API to allow for y-axis inversion during rendering.Derek Sollenberger2011-01-261-0/+10
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-0/+89