summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/ImageTexture.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve performances / fixes some glitchesNicolas Roard2011-10-141-0/+1
| | | | | | | | | | - no layout / bgd color check if no inval on the base layer - throttle the number of ImageTexture uploaded per draw call - disable fast layer position update for now bug:5297559 bug:5421309 bug:5218173 Change-Id: I9ff9867dd3cfc2e0805e378d75ea75667fef8673
* Refactor the image sharing codeNicolas Roard2011-10-121-3/+5
| | | | | | | | | We add a separate Images Manager, working both in GL and software rendering. bug:5425148 Change-Id: Ib5bc88ad94d49c7f1eb969a716691ac98dc10b77
* Remove m_contentsImage usageJohn Reck2011-10-041-0/+1
| | | | | | Bug: 5410522 Change-Id: Id8457715665dbd51761900011beba57b7f634fff
* Add shared images for layersNicolas Roard2011-09-261-0/+84
bug:5242595 bug:5218173 Change-Id: I37d395e85441671312aac3e236cc8276019aa990