summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/BaseTile.h
Commit message (Expand)AuthorAgeFilesLines
* Paint tiles with the PaintTileOperation's painterChris Craik2012-03-161-4/+2
* Replace picture count with the SurfaceCollection countChris Craik2012-03-091-6/+1
* Pass transform matrix in draw instead of through painterChris Craik2012-03-021-2/+3
* Clean up all the old code paths before TransferQueueTeng-Hui Zhu2011-12-151-4/+2
* Prevent race condition in tile texture discardChris Craik2011-10-171-0/+1
* Fix crash in BaseTileTextureChris Craik2011-10-131-0/+1
* Double buffering for layersChris Craik2011-10-101-0/+1
* Use state machine to track tile stateChris Craik2011-09-291-10/+48
* Fix layer tile allocation to be more consistent, less discoChris Craik2011-09-121-1/+8
* Enable double buffering via base tilesChris Craik2011-09-021-10/+19
* Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-5/+6
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-10/+13
* Refactor partial invalidation codeTeng-Hui Zhu2011-07-061-5/+4
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-0/+6
* Add initial support for Ganesh renderer.Derek Sollenberger2011-06-301-2/+2
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-5/+5
* Refactor and improve the raster rendering for base tiles.Derek Sollenberger2011-06-271-13/+3
* refactor the TextureInfo out from SharedTexture, no functional changeTeng-Hui Zhu2011-06-071-1/+1
* Basic performance monitor for tilesJohn Reck2011-05-161-0/+3
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+151