summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/LayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression impacting Flash performancesNicolas Roard2011-03-311-1/+1
* Regression fix from bug:4136077Nicolas Roard2011-03-231-2/+3
* Fix performance problems with layersNicolas Roard2011-03-221-1/+5
* Merge "Fix invals for CSS3D" into honeycomb-mr1Nicolas Roard2011-03-211-3/+7
|\
| * Fix invals for CSS3DNicolas Roard2011-03-211-3/+7
* | Fix native crashNicolas Roard2011-03-191-5/+9
|/
* Fix ANR introduced by recent CL...Nicolas Roard2011-03-181-0/+5
* Fix for layers textures selectionNicolas Roard2011-03-181-1/+2
* Do not recreate textures if not needed for layers...Nicolas Roard2011-03-181-0/+3
* Limit the SkPicture size we use to paint.Nicolas Roard2011-03-171-6/+9
* Fix Browser ANRNicolas Roard2011-03-171-2/+6
* Implement partial screen invalidationsNicolas Roard2011-03-161-8/+23
* Fix layers repaint synchronisation issuesNicolas Roard2011-03-141-7/+5
* Fix CSS animationsNicolas Roard2011-03-101-8/+30
* Fix CSS animation bugsNicolas Roard2011-03-081-1/+2
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-2/+2
* Do not merge.Patrick Scott2011-03-071-16/+7
* ensure plugins draw correctly even when they have been given focus.Derek Sollenberger2011-03-031-11/+4
* Fixed element in iframe supportTeng-Hui Zhu2011-02-241-4/+32
* Merge "Skia Merge (revision 808)"Derek Sollenberger2011-02-241-5/+5
|\
| * Skia Merge (revision 808)Derek Sollenberger2011-02-221-5/+5
* | Scroll the RenderLayer during touch events.Patrick Scott2011-02-221-4/+7
|/
* Adding a debug setting to enable visual indicator for GLTeng-Hui Zhu2011-02-161-18/+18
* Merge "Selectively enable and disable GL_BLEND for better performance."Derek Sollenberger2011-02-161-1/+2
|\
| * Selectively enable and disable GL_BLEND for better performance.Derek Sollenberger2011-02-161-1/+2
* | Improve layers repaint speed.Nicolas Roard2011-02-151-3/+10
|/
* Clip layers if the texture size is too large for the GPUNicolas Roard2011-02-111-1/+3
* Fix ANR in the browserNicolas Roard2011-02-101-6/+9
* Merge "Fix updates on scrolling layers." into honeycombPatrick Scott2011-02-011-2/+4
|\
| * Fix updates on scrolling layers.Patrick Scott2011-02-011-2/+4
* | Implement automatic texture size allocation for layersNicolas Roard2011-02-011-8/+75
|/
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-10/+13
* Draw extras on layers.Nicolas Roard2011-01-291-5/+25
* Add some debugging functions and some cleanup speeding things in Layers.Nicolas Roard2011-01-271-23/+91
* Fix the flickering bug. We return any previous textures used by theNicolas Roard2011-01-261-13/+22
* Merge "Implement a workaround for the texture corruption" into honeycombNicolas Roard2011-01-251-18/+12
|\
| * Implement a workaround for the texture corruptionNicolas Roard2011-01-251-18/+12
* | Auto fixed element positioning fixTeng-Hui Zhu2011-01-251-7/+10
* | Fix crash in LayerAndroid::addAnimationBen Murdoch2011-01-251-1/+2
|/
* Improve layers repaint mechanismNicolas Roard2011-01-241-12/+37
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-22/+59
* Implement re-scaling for layersNicolas Roard2011-01-171-47/+101
* More debug info for each layerTeng-Hui Zhu2011-01-131-1/+16
* The fixed element layer should not inherit the parent matrixTeng-Hui Zhu2011-01-121-1/+3
* Fix the invalidate on the layerTeng-Hui Zhu2011-01-111-1/+6
* Redo the clippingRect calculationTeng-Hui Zhu2011-01-071-7/+4
* clip rect fix for iframe when GL onTeng-Hui Zhu2011-01-041-9/+7
* Add clipping supportNicolas Roard2010-12-201-7/+20
* Fix image drawingNicolas Roard2010-12-201-1/+2
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-0/+7