summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/ImagesManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-64/+0
| | | | Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46
* Update WebKit with necessary changes for the Skia merge.Derek Sollenberger2012-03-061-0/+2
| | | | | | This CL address the modifications needed for r3312 of Skia Change-Id: I0574657e7a84e53c6b92cefbe07668e9467880db
* Fix image layer codepathNicolas Roard2011-11-301-8/+8
| | | | | | | | | | | | | | - asynchronous loading - support for tiled content using TiledTexture - fix repaint/duplication bugs - share same textures as layers - disambiguate between images by computing a CRC code - added better debugging in TilesManager/ClassTracker to track memory usage bug:5661120 bug:5572134 bug:5521718 Change-Id: Id422fb991d6233bbe4dc6e5c3c7409468b7dca98
* Improve performances / fixes some glitchesNicolas Roard2011-10-141-0/+4
| | | | | | | | | | - 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-0/+58
We add a separate Images Manager, working both in GL and software rendering. bug:5425148 Change-Id: Ib5bc88ad94d49c7f1eb969a716691ac98dc10b77