summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/BaseTileTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent race condition in tile texture discardChris Craik2011-10-171-11/+5
* Fix crash in BaseTileTextureChris Craik2011-10-131-21/+3
* Mark tiles discarded by TransferQueue as dirtyChris Craik2011-10-111-20/+13
* Use state machine to track tile stateChris Craik2011-09-291-6/+16
* Discard BaseTileTextures entirely when they delete their GL texturesChris Craik2011-09-221-7/+1
* Fix layer tile allocation to be more consistent, less discoChris Craik2011-09-121-1/+0
* Deallocate graphics memory with onTrimMemory signalsChris Craik2011-09-081-1/+20
* Fix old textures not being repaintedChris Craik2011-09-061-0/+4
* Enable double buffering via base tilesChris Craik2011-09-021-5/+4
* Fix repaint when we toggle the inverted modeNicolas Roard2011-08-181-1/+3
* Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-2/+1
* Shared surface textureTeng-Hui Zhu2011-08-021-10/+40
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-1/+12
* Refactor partial invalidation codeTeng-Hui Zhu2011-07-061-1/+2
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-3/+2
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-0/+237