summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TiledPage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set correct max texture allocations.Shimeng (Simon) Wang2011-02-181-3/+1
* Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)Dave Burke2011-02-011-29/+21
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-15/+26
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-10/+2
* Fix trying to prepare more tiles than are available to the page (which result...Dave Burke2011-01-271-17/+25
* Fix "jumpy" mode and textfield inputNicolas Roard2011-01-251-5/+8
* Implement tiles synchronizationNicolas Roard2011-01-231-1/+9
* Code clean up.Teng-Hui Zhu2011-01-131-2/+1
* 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