summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TiledPage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent the usage of the texture(tile) if considered un-usableTeng-Hui Zhu2010-12-131-0/+9
* Refactor recent changes to SharedTexture and TilesManager.Derek Sollenberger2010-12-091-3/+5
* TexturesGenerator refactoringNicolas Roard2010-12-081-4/+5
* Track all tiles in the viewport instead of only the upper left tile.Derek Sollenberger2010-11-121-41/+66
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-63/+77
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-23/+44
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-44/+23
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-23/+44
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-3/+2
* Add DEBUG_COUNT stuffNicolas Roard2010-10-261-0/+14
* Remove any scheduled painting for BaseTile that are going to be deallocated.Nicolas Roard2010-10-251-2/+10
* Fix tiles starvation bug + some debug logsNicolas Roard2010-10-201-1/+1
* Fix crash in hardware accelerated webviews.Derek Sollenberger2010-10-191-0/+4
* Cleanup TiledPage class.Derek Sollenberger2010-10-141-46/+43
* Cleanup the TileSet class.Derek Sollenberger2010-10-141-13/+12
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+257