summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BaseTile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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