summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/DoubleBufferedTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix error where mediaLayer is derefed on UI thread prior to being derefed in ...Derek Sollenberger2011-03-251-0/+12
* Fix GPU leak where plugin textures in the WebKit thread were not being deleted.Derek Sollenberger2011-03-231-0/+12
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-11/+3
* Fix onDestroy()Nicolas Roard2010-12-131-2/+0
* Refactor recent changes to SharedTexture and TilesManager.Derek Sollenberger2010-12-091-0/+2
* Add DEBUG_COUNT stuffNicolas Roard2010-10-261-0/+19
* Minor cleanup of the DoubleBufferedTexture.Derek Sollenberger2010-10-221-7/+5
* Cleanup DoubleBufferedTexture and SharedTexture classes.Derek Sollenberger2010-10-221-25/+9
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-5/+15
* GL rendering (without layers)Nicolas Roard2010-10-131-19/+26
* Remove unnecessary mutex locks from texture sharing codeDerek Sollenberger2010-10-121-4/+0
* Double Buffered Texture Support for WebKit.Derek Sollenberger2010-09-271-0/+150