summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/SharedTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-221/+0
* Fix EGL errorTeng-Hui Zhu2011-04-051-2/+3
* Fix error where mediaLayer is derefed on UI thread prior to being derefed in ...Derek Sollenberger2011-03-251-4/+9
* Fix GPU leak where plugin textures in the WebKit thread were not being deleted.Derek Sollenberger2011-03-231-2/+19
* Disable the use of EGL fences for synchronization.Derek Sollenberger2011-03-161-0/+4
* Enable synchronization with fencing.Derek Sollenberger2011-03-151-3/+0
* relocate the glFinish to prevent it from needlessly executing.Derek Sollenberger2011-01-201-2/+2
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-6/+15
* Cleanup pass to make files compliant with webkit styleNicolas Roard2010-12-161-28/+36
* Refactor recent changes to SharedTexture and TilesManager.Derek Sollenberger2010-12-091-9/+3
* Add a DeleteTextureOperation class and use it in SharedTextureNicolas Roard2010-12-081-5/+11
* Cleanup DoubleBufferedTexture and SharedTexture classes.Derek Sollenberger2010-10-221-5/+0
* Double Buffered Texture Support for WebKit.Derek Sollenberger2010-09-271-0/+185