summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/LayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement hiding backfacesNicolas Roard2011-05-031-0/+14
* Fix z-sortingNicolas Roard2011-05-031-4/+3
* Skia Merge (revision 1116)Derek Sollenberger2011-04-151-8/+1
* Fix for mapsNicolas Roard2011-04-121-16/+35
* am f1a6509b: am b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1Nicolas Roard2011-04-071-7/+7
|\
| * Fix for bug:4183801Nicolas Roard2011-04-071-7/+7
* | am 23bd3683: am 39ff342c: Fix regression impacting Flash performancesNicolas Roard2011-03-311-1/+1
|\ \ | |/
| * Fix regression impacting Flash performancesNicolas Roard2011-03-311-1/+1
* | My attempt at a smarter tile managerJohn Reck2011-03-251-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