summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/LayerAndroid.h
Commit message (Expand)AuthorAgeFilesLines
* Don't deep copy animations, prepare animations on both treesJohn Reck2011-12-051-0/+1
* Maintain UI-side start times for animations in SW rendering modeChris Craik2011-12-021-0/+2
* Fix image layer codepathNicolas Roard2011-11-301-5/+2
* synchronize animation starts with webkitChris Craik2011-11-291-1/+2
* synchronous layer updates, and animation deferral during paintChris Craik2011-11-161-24/+15
* Fallback mode when running out of textures for layersNicolas Roard2011-11-101-2/+33
* DO NOT MERGE Fix SW extras for layersJohn Reck2011-10-251-3/+0
* Fix scrolling offset of ScrollableLayer when we touch them.Nicolas Roard2011-10-071-1/+1
* Merge "Streamline the layers update codepath. Directly update the layers tran...Nicolas Roard2011-10-051-0/+6
|\
| * Streamline the layers update codepath.Nicolas Roard2011-10-041-0/+6
* | Remove m_contentsImage usageJohn Reck2011-10-041-4/+5
|/
* Add debug informations to keep better track of layers allocationNicolas Roard2011-09-291-1/+6
* Fix a memory leak with LayerAndroidNicolas Roard2011-09-291-1/+4
* Merge "Add shared images for layers"Nicolas Roard2011-09-261-4/+7
|\
| * Add shared images for layersNicolas Roard2011-09-261-4/+7
* | Fix find-in-page to scroll scrollable layersSteve Block2011-09-221-1/+0
* | Clean up style and add some comments in LayerSteve Block2011-09-211-1/+1
|/
* Merge changes Ifb6cc64e,I4d819cc5Steve Block2011-09-191-3/+8
|\
| * Fixes style and adds some comments to layers codeSteve Block2011-09-191-3/+8
* | Prepare tiles in reverse draw orderChris Craik2011-09-191-0/+6
|/
* Fudge layer translation to always line up with view pixelsChris Craik2011-09-111-3/+2
* Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-0/+9
* Fix crash issue with drawingNicolas Roard2011-08-111-1/+2
* Add some debugging functions to LayerAndroidNicolas Roard2011-07-201-0/+5
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-40/+18
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-0/+1
* Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-301-3/+3
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-2/+2
* Serialize LayerAndroidJohn Reck2011-06-071-6/+24
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+384