summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/QueuedOperation.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-47/+0
| | | | Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46
* reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-221-21/+1
| | | | | | Breaks low res tiling, and expanded rendering bounds. Change-Id: Iec3ba2adceb6bd95399594d29fd8c0b18c1122ce
* operation and filter cleanupChris Craik2012-03-051-20/+2
| | | | Change-Id: I0074d10bc969f139e66c9c8014811309a1e85f5b
* synchronous layer updates, and animation deferral during paintChris Craik2011-11-161-2/+2
| | | | | | | | bug:5522081 bug:5239801 bug:5297563 Change-Id: I600f66999e093f720a8ea97ef3e15d3d1d297a8f
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-7/+7
| | | | | | | | | | | related to the old texture management and introduce two new classes: - PaintedSurface, used as a placeholder ui-side for the regularly changing LayerAndroid - TiledTexture, implementing the tiling of PaintedSurface using a set of BaseTile bug:4580444 bug:3392331 Change-Id: I0daa079d2acce49f3baa8c312ea0b0dd457ccd5c
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+85
This moves files in the following WebCore subdirectories ... - bindings/js - bindings/v8/custom - plugins/android - platform/android - platform/graphics/android - page/ - css/ - dom/ - loader/archive/android