summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BaseTile.h
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of dd4e6571 to masterJohn Reck2011-04-121-1/+1
|\
| * Fix out-of-place content when zooming out.Nicolas Roard2011-04-081-1/+1
* | Potential ANR fixJohn Reck2011-04-081-1/+0
* | My attempt at a smarter tile managerJohn Reck2011-03-251-0/+5
|/
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-2/+21
* Fix ANR in the browserNicolas Roard2011-02-101-1/+1
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-0/+3
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-3/+0
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-1/+1
* Refactor to use a TextureOwner interfaceNicolas Roard2010-12-131-4/+7
* Prevent the usage of the texture(tile) if considered un-usableTeng-Hui Zhu2010-12-131-1/+3
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-1/+4
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-2/+22
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-22/+2
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-2/+22
* Remove locks in BaseTile. Also fix the bug where the browser hangs when closi...Nicolas Roard2010-10-261-4/+1
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-1/+1
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-6/+29
* Cleanup TiledPage class.Derek Sollenberger2010-10-141-4/+1
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+83