summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TilesManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get layers showing againBen Murdoch2011-02-021-15/+13
* Initialize correctly the maximum texture size inNicolas Roard2011-02-011-0/+8
* Merge "Implement automatic texture size allocation for layers This fix severa...Bart Sears2011-02-011-1/+13
|\
| * Implement automatic texture size allocation for layersNicolas Roard2011-02-011-1/+13
* | Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)Dave Burke2011-02-011-3/+14
|/
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-48/+29
* Fix temporary memory leakNicolas Roard2011-01-301-1/+3
* Share a single bitmap for all the base tiles.Nicolas Roard2011-01-291-1/+5
* Fix the flickering bug. We return any previous textures used by theNicolas Roard2011-01-261-2/+5
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-14/+16
* Implement re-scaling for layersNicolas Roard2011-01-171-14/+79
* Layers implementation in GL.Nicolas Roard2010-12-161-3/+80
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-9/+14
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-3/+2
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-2/+3
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-3/+2
* Cleanup the getAvailableTexture() function.Derek Sollenberger2010-10-261-35/+24
* Cleanup DoubleBufferedTexture and SharedTexture classes.Derek Sollenberger2010-10-221-1/+5
* Fix tiles starvation bug + some debug logsNicolas Roard2010-10-201-2/+2
* Cleanup BaseTile and BackedDoubleBufferedTexture classes.Derek Sollenberger2010-10-191-2/+1
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+254