summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TilesManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGENicolas Roard2011-04-191-1/+1
* Fix race conditionJohn Reck2011-04-071-2/+3
* Race condition fixJohn Reck2011-04-051-4/+1
* Fix layers repaint synchronisation issuesNicolas Roard2011-03-141-3/+13
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-4/+8
* Fix potential bug in setMaxTextureCount and limitNicolas Roard2011-02-181-6/+14
* Adding a debug setting to enable visual indicator for GLTeng-Hui Zhu2011-02-161-0/+1
* Set correct max texture allocations.Shimeng (Simon) Wang2011-02-151-2/+8
* 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