summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-293/+0
* Fix layers flickeringNicolas Roard2011-04-121-3/+7
* Race condition fixJohn Reck2011-04-051-0/+14
* Fix a browser ANRNicolas Roard2011-03-221-1/+6
* Fix Browser ANRNicolas Roard2011-03-171-9/+9
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-3/+43
* Revert "Work around for pure virtual layers crash."Ben Murdoch2011-02-181-5/+2
* Fix ANR in the browserNicolas Roard2011-02-101-12/+47
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-0/+2
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-0/+8
* Allocate bitmaps on the fly for layersNicolas Roard2011-01-301-5/+25
* Share a single bitmap for all the base tiles.Nicolas Roard2011-01-291-12/+22
* Work around for pure virtual layers crash.Ben Murdoch2011-01-241-1/+5
* Implement tiles synchronizationNicolas Roard2011-01-231-1/+1
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-1/+1
* 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