summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.h
Commit message (Expand)AuthorAgeFilesLines
* Implement re-scaling for layersNicolas Roard2011-01-171-2/+1
* Layers implementation in GL.Nicolas Roard2010-12-161-2/+4
* Add a getSize() method to BackedDoubleBufferedTextureNicolas Roard2010-12-131-0/+3
* Refactor to use a TextureOwner interfaceNicolas Roard2010-12-131-4/+5
* Fix onDestroy()Nicolas Roard2010-12-131-3/+3
* Refactor recent changes to SharedTexture and TilesManager.Derek Sollenberger2010-12-091-0/+3
* Fix case where the Texture class held a reference to a deleted Tile.Derek Sollenberger2010-11-221-0/+1
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-47/+8
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-8/+47
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-47/+8
* Cleaning up BackedDoubleBufferedTexture.Derek Sollenberger2010-10-271-6/+7
* Cleanup DoubleBufferedTexture and SharedTexture classes.Derek Sollenberger2010-10-221-0/+2
* Fix tiles starvation bug + some debug logsNicolas Roard2010-10-201-0/+2
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-19/+25
* Cleanup TiledPage class.Derek Sollenberger2010-10-141-3/+5
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+120