summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TilesManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-9/+14
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-3/+2
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-2/+3
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-3/+2
* Cleanup the getAvailableTexture() function.Derek Sollenberger2010-10-261-35/+24
* Cleanup DoubleBufferedTexture and SharedTexture classes.Derek Sollenberger2010-10-221-1/+5
* Fix tiles starvation bug + some debug logsNicolas Roard2010-10-201-2/+2
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-2/+1
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+254