summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement re-scaling for layersNicolas Roard2011-01-171-0/+6
* Cleanup pass to make files compliant with webkit styleNicolas Roard2010-12-161-2/+3
* Layers implementation in GL.Nicolas Roard2010-12-161-5/+5
* Add a getSize() method to BackedDoubleBufferedTextureNicolas Roard2010-12-131-0/+1
* Refactor to use a TextureOwner interfaceNicolas Roard2010-12-131-2/+2
* Fix onDestroy()Nicolas Roard2010-12-131-1/+8
* Refactor recent changes to SharedTexture and TilesManager.Derek Sollenberger2010-12-091-1/+19
* Fix case where the Texture class held a reference to a deleted Tile.Derek Sollenberger2010-11-221-0/+6
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-32/+6
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-6/+32
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-32/+6
* Fix for deadlockNicolas Roard2010-11-021-9/+8
* Cleaning up BackedDoubleBufferedTexture.Derek Sollenberger2010-10-271-5/+5
* Cleanup DoubleBufferedTexture and SharedTexture classes.Derek Sollenberger2010-10-221-4/+4
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-75/+53
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+164