summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BaseTile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-490/+0
* resolved conflicts for merge of dd4e6571 to masterJohn Reck2011-04-121-2/+2
|\
| * Fix out-of-place content when zooming out.Nicolas Roard2011-04-081-2/+2
* | Potential ANR fixJohn Reck2011-04-081-30/+23
* | am f1a6509b: am b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1Nicolas Roard2011-04-071-2/+2
|\ \ | |/
| * Fix for bug:4183801Nicolas Roard2011-04-071-2/+2
* | am 9e7ef048: am bd064363: Merge "Fix the precision loss issue" into honeycomb...Teng-Hui Zhu2011-04-051-12/+19
|\ \ | |/
| * Fix the precision loss issueTeng-Hui Zhu2011-04-051-12/+19
* | My attempt at a smarter tile managerJohn Reck2011-03-251-0/+20
|/
* Regression fix from bug:4136077Nicolas Roard2011-03-231-1/+7
* Limit the SkPicture size we use to paint.Nicolas Roard2011-03-171-5/+8
* Fix for display glitches.Nicolas Roard2011-03-101-0/+4
* Fix for gmail messages not showing after the first one.Nicolas Roard2011-03-091-0/+3
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-71/+199
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-1/+32
* Merge "Ensure non-ready tiles are painted with the page background color."Derek Sollenberger2011-02-181-1/+1
|\
| * Ensure non-ready tiles are painted with the page background color.Derek Sollenberger2011-02-181-1/+1
* | Adding a debug setting to enable visual indicator for GLTeng-Hui Zhu2011-02-161-12/+12
|/
* 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