summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/MediaTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Plumb WebView and WebViewCore thru to MediaLayerJonathan Dixon2012-03-211-17/+13
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-20/+7
* remove dependency on RGB_332Mathias Agopian2012-02-211-2/+1
* compiler error fix when DEBUG is onTeng-Hui Zhu2011-11-021-1/+0
* Fix plugin rendering bug when video surface is not ready.Derek Sollenberger2011-10-281-1/+1
* Fix crash if a plugin is destroyed before its first drawing pass.Derek Sollenberger2011-10-131-1/+2
* Ensure the frame inversion flag is immediately effective.Derek Sollenberger2011-10-121-0/+12
* Delay sending Plugin Draw event until the surface is ready.Derek Sollenberger2011-10-101-0/+18
* Adding support for multiple video surfaces per plugin.Derek Sollenberger2011-10-101-79/+150
* Add Plugin API for a video framerate callback.Derek Sollenberger2011-09-081-2/+10
* Fix plugin crashes due to bad ref counting.Derek Sollenberger2011-08-291-2/+8
* Remove ANativeWindow call to avoid blocking callChris Craik2011-08-111-2/+12
* Revert "Remove ANativeWindow call to avoid blocking call"Chris Craik2011-08-091-11/+2
* Remove ANativeWindow call to avoid blocking callChris Craik2011-08-091-2/+11
* Force NativeWindow rendering to use EXTERNAL_OES texturesChris Craik2011-08-051-2/+1
* Replace plugin's OpenGL API with a NativeWindow API.Derek Sollenberger2011-08-031-102/+38
* Interface clean up for porting Surface Texture, no functional change.Teng-Hui Zhu2011-06-161-1/+1
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+274