summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BaseTile.h
Commit message (Expand)AuthorAgeFilesLines
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-1/+1
* Refactor to use a TextureOwner interfaceNicolas Roard2010-12-131-4/+7
* Prevent the usage of the texture(tile) if considered un-usableTeng-Hui Zhu2010-12-131-1/+3
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-1/+4
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-2/+22
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-22/+2
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-2/+22
* Remove locks in BaseTile. Also fix the bug where the browser hangs when closi...Nicolas Roard2010-10-261-4/+1
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-1/+1
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-6/+29
* Cleanup TiledPage class.Derek Sollenberger2010-10-141-4/+1
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+83