summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.h
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGENicolas Roard2011-04-191-2/+5
* Race condition fixJohn Reck2011-04-051-0/+1
* Fix Browser ANRNicolas Roard2011-03-171-0/+1
* Fix layers repaint synchronisation issuesNicolas Roard2011-03-141-2/+5
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-5/+24
* Fix ANR in the browserNicolas Roard2011-02-101-1/+8
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-0/+6
* Allocate bitmaps on the fly for layersNicolas Roard2011-01-301-1/+2
* Share a single bitmap for all the base tiles.Nicolas Roard2011-01-291-1/+3
* 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