summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TilesManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 6032fa42: Merge "Implement dual textures for layers to handle zooming corr...Nicolas Roard2011-10-201-2/+2
|\
| * Implement dual textures for layers to handle zooming correctly.Nicolas Roard2011-10-201-2/+2
| * Double number of tile textures allocated - do not mergeChris Craik2011-10-131-1/+1
|/
* Refactor the image sharing codeNicolas Roard2011-10-121-46/+0
* Merge "Fixed infinite redraw loop from running out of layer tiles" into ics-mr0Chris Craik2011-10-111-1/+9
|\
| * Fixed infinite redraw loop from running out of layer tilesChris Craik2011-10-111-1/+9
* | Mark tiles discarded by TransferQueue as dirtyChris Craik2011-10-111-2/+2
|/
* Remove m_contentsImage usageJohn Reck2011-10-041-2/+2
* Merge "Use state machine to track tile state"Chris Craik2011-09-291-1/+4
|\
| * Use state machine to track tile stateChris Craik2011-09-291-1/+4
* | Fix a memory leak with LayerAndroidNicolas Roard2011-09-291-10/+38
|/
* Dynamically set the upper limit of layer tiles' texture numberTeng-Hui Zhu2011-09-271-19/+9
* Increase the texture number for layersTeng-Hui Zhu2011-09-271-1/+1
* Add shared images for layersNicolas Roard2011-09-261-0/+46
* Fix missing tilesChris Craik2011-09-191-7/+17
* Fix layer tile allocation to be more consistent, less discoChris Craik2011-09-121-7/+15
* Merge "Stop layer tile flickering"Chris Craik2011-09-081-11/+14
|\
| * Stop layer tile flickeringChris Craik2011-09-081-11/+14
* | Deallocate graphics memory with onTrimMemory signalsChris Craik2011-09-081-0/+35
|/
* Enable double buffering via base tilesChris Craik2011-09-021-83/+42
* Re-enable tile prefetching, correct and adjust max tile allocation logicChris Craik2011-08-221-5/+10
* Merge "Fix repaint when we toggle the inverted mode - add a boolean return in...Nicolas Roard2011-08-181-0/+1
|\
| * Fix repaint when we toggle the inverted modeNicolas Roard2011-08-181-0/+1
* | Merge "tile prefetching now triggered automatically"Chris Craik2011-08-181-22/+2
|\ \ | |/ |/|
| * tile prefetching now triggered automaticallyChris Craik2011-08-171-22/+2
* | Reduce the tiles lookup complexityNicolas Roard2011-08-171-8/+34
|/
* Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-0/+2
* Fix crash issue with drawingNicolas Roard2011-08-111-1/+15
* Fix ANR in webkitNicolas Roard2011-08-081-34/+0
* Fixes layers painting crashesNicolas Roard2011-08-041-1/+1
* Fix memory increaseNicolas Roard2011-08-041-2/+10
* Finalize the sync part.Teng-Hui Zhu2011-08-031-2/+0
* increase layer tiles limitTeng-Hui Zhu2011-08-031-1/+1
* Shared surface textureTeng-Hui Zhu2011-08-021-2/+12
* Unify the the tile size for base tiles and layersTeng-Hui Zhu2011-07-291-2/+2
* Implement an invert screen modeJohn Reck2011-07-151-0/+1
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-155/+91
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-24/+38
* Merge "Refactoring: Moved 'SkLayer' to 'Layer' class in webkit"Chris Craik2011-06-301-1/+1
|\
| * Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-301-1/+1
* | Don't create newer LayerTexture when hitting upper bound.Teng-Hui Zhu2011-06-301-0/+4
|/
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-14/+10
* Tiles: increase the minimal number to cover the whole screenTeng-Hui Zhu2011-06-221-5/+4
* Browser ST: Lower the upper limit for texture allocationTeng-Hui Zhu2011-06-221-2/+6
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+440