summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TilesManager.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the flickering bug. We return any previous textures used by theNicolas Roard2011-01-261-1/+1
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-3/+6
* Implement re-scaling for layersNicolas Roard2011-01-171-1/+8
* Layers implementation in GL.Nicolas Roard2010-12-161-0/+15
* Refactor recent changes to SharedTexture and TilesManager.Derek Sollenberger2010-12-091-5/+0
* Add a DeleteTextureOperation class and use it in SharedTextureNicolas Roard2010-12-081-0/+5
* TexturesGenerator refactoringNicolas Roard2010-12-081-2/+2
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-2/+3
* Remove any scheduled painting for BaseTile that are going to be deallocated.Nicolas Roard2010-10-251-0/+5
* Cleanup the TileSet class.Derek Sollenberger2010-10-141-3/+4
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+97