summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/LayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Canvas on a textureJohn Reck2012-03-201-0/+10
* Fix layers ordering issue with Absolute positioned elementsNicolas Roard2012-03-131-9/+45
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-29/+15
* Introduce a LayerContent interfaceNicolas Roard2012-03-091-70/+34
* Merge "Delete nativeSubtractLayers"John Reck2012-03-091-37/+0
|\
| * Delete nativeSubtractLayersJohn Reck2012-03-091-37/+0
* | Replace picture count with the SurfaceCollection countChris Craik2012-03-091-2/+0
|/
* Change the way we apply fixed position to layersNicolas Roard2012-03-081-0/+26
* Refactor LayerAndroid to add iframe subclassesNicolas Roard2012-03-071-40/+10
* UI-side layer mergingChris Craik2012-03-071-55/+107
* Refactor LayerAndroid and add a FixedLayerAndroid classNicolas Roard2012-03-061-193/+45
* Removes unused classesNicolas Roard2012-03-051-136/+0
* Fix iframe, for reals!John Reck2012-03-011-0/+1
* layer rendering cleanup/rewriteChris Craik2012-02-281-147/+74
* removed unused vars/functionsChris Craik2012-02-281-4/+0
* fix scrollable layer inside scrollable layerMichael Kolb2012-02-241-4/+7
* Webkit text selectionJohn Reck2012-01-301-2/+4
* Draw GLExtras for each layer.Victoria Lease2012-01-091-0/+2
* fix layer scrollingMichael Kolb2011-12-161-1/+2
* Don't pass pictures with no content to UI threadChris Craik2011-12-151-85/+10
* Don't deep copy animations, prepare animations on both treesJohn Reck2011-12-051-45/+13
* Maintain UI-side start times for animations in SW rendering modeChris Craik2011-12-021-0/+14
* Fix image layer codepathNicolas Roard2011-11-301-39/+32
* synchronize animation starts with webkitChris Craik2011-11-291-8/+38
* Display media layers even if we ran out of layers texturesNicolas Roard2011-11-231-4/+6
* Set the number of current textures depending on the layers' count,Nicolas Roard2011-11-181-3/+4
* synchronous layer updates, and animation deferral during paintChris Craik2011-11-161-66/+80
* Fallback mode when running out of textures for layersNicolas Roard2011-11-101-12/+243
* DO NOT MERGE Fix SW extras for layersJohn Reck2011-10-251-38/+0
* Re-enable animations on the UI threadNicolas Roard2011-10-181-3/+1
* Improve performances / fixes some glitchesNicolas Roard2011-10-141-0/+5
* Refactor the image sharing codeNicolas Roard2011-10-121-6/+19
* Fix repaint request logic for the image layer code pathNicolas Roard2011-10-061-9/+15
* Streamline the layers update codepath.Nicolas Roard2011-10-041-0/+35
* Add debug informations to keep better track of layers allocationNicolas Roard2011-09-291-6/+18
* Fix a memory leak with LayerAndroidNicolas Roard2011-09-291-5/+9
* Add shared images for layersNicolas Roard2011-09-261-32/+39
* Merge changes Ifb6cc64e,I4d819cc5Steve Block2011-09-191-2/+7
|\
| * Fixes style and adds some comments to layers codeSteve Block2011-09-191-2/+7
* | Prepare tiles in reverse draw orderChris Craik2011-09-191-4/+21
|/
* Fudge layer translation to always line up with view pixelsChris Craik2011-09-111-13/+20
* Revert to allocate textures for layers which had overflow children.Teng-Hui Zhu2011-09-071-1/+1
* Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-1/+29
* Fix crash issue with drawingNicolas Roard2011-08-111-10/+25
* Fix ANR in webkitNicolas Roard2011-08-081-0/+2
* Shared surface textureTeng-Hui Zhu2011-08-021-3/+3
* Add some debugging functions to LayerAndroidNicolas Roard2011-07-201-0/+46
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-386/+35
* 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-7/+14