summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/LayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Browser ST: Support both OES and 2D texture targetTeng-Hui Zhu2011-06-241-1/+2
* Serialize LayerAndroidJohn Reck2011-06-071-2/+5
* Merge changes I78ff6a85,Ic85c6405,Ibf903baa,I3a0459db,I35140385,I54790419,I6b...Steve Block2011-05-251-2/+2
|\
| * Merge WebKit at r78450: TransformationMatrix multiply methods renamed and mea...Steve Block2011-05-251-2/+2
* | Improve the layer dump to include clipRectTeng-Hui Zhu2011-05-231-0/+1
|/
* Fix position updateTeng-Hui Zhu2011-05-231-9/+7
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+1402