summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BaseTile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix ANR in the browserNicolas Roard2011-02-101-1/+2
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-2/+23
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-10/+2
* Implement tiles synchronizationNicolas Roard2011-01-231-2/+2
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-2/+3
* Add debug infoTeng-Hui Zhu2011-01-071-2/+6
* Better thread safety protection on m_usableTeng-Hui Zhu2010-12-151-9/+8
* Prevent the usage of the texture(tile) if considered un-usableTeng-Hui Zhu2010-12-131-3/+19
* When the tile get painted, it should be cleared first.Teng-Hui Zhu2010-12-081-1/+1
* Fix case where the Texture class held a reference to a deleted Tile.Derek Sollenberger2010-11-221-0/+3
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-4/+12
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-40/+63
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-63/+40
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-40/+63
* Remove locks in BaseTile. Also fix the bug where the browser hangs when closi...Nicolas Roard2010-10-261-12/+30
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-7/+5
* Remove any scheduled painting for BaseTile that are going to be deallocated.Nicolas Roard2010-10-251-2/+1
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-41/+26
* Fix potential deadlock when acquiring a textureNicolas Roard2010-10-151-1/+2
* Cleanup TiledPage class.Derek Sollenberger2010-10-141-6/+3
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+229