summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GLWebViewState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix performance problems with layersNicolas Roard2011-03-221-4/+29
* Implement partial screen invalidationsNicolas Roard2011-03-161-1/+54
* For first layout, reset current textures and update base layer.Shimeng (Simon) Wang2011-03-161-2/+6
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-6/+20
* Do not merge: Cherry-pick change I9942e8e4 from masterNicolas Roard2011-03-031-2/+4
* Fix Browser ANRNicolas Roard2011-03-021-1/+7
* GL perfs measurementNicolas Roard2011-03-011-2/+39
* Fix framerate cap when multiple webviews exist.Derek Sollenberger2011-03-011-4/+3
* Cap framerate at 60fpsNicolas Roard2011-02-281-1/+15
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-7/+7
* Merge "Ensure non-ready tiles are painted with the page background color."Derek Sollenberger2011-02-181-0/+1
|\
| * Ensure non-ready tiles are painted with the page background color.Derek Sollenberger2011-02-181-0/+1
* | Adding a debug setting to enable visual indicator for GLTeng-Hui Zhu2011-02-161-1/+4
|/
* fix buttons in GLCary Clark2011-02-151-2/+2
* Fix ANR in the browserNicolas Roard2011-02-101-2/+15
* Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)Dave Burke2011-02-011-1/+2
* Implement dynamic allocation of base tiles.Nicolas Roard2011-01-311-0/+5
* Fix repaint bug when changing viewportNicolas Roard2011-01-301-3/+4
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-10/+3
* Fix for the draw extras -- we don't repaint enough in some cases.Nicolas Roard2011-01-291-1/+1
* Fix flickering when drawing extras, as well as continuous repaintNicolas Roard2011-01-281-8/+15
* Have different x-fade rates for zoom in vs zoom out.Dave Burke2011-01-271-5/+20
* Fix "jumpy" mode and textfield inputNicolas Roard2011-01-251-0/+2
* Implement tiles synchronizationNicolas Roard2011-01-231-4/+34
* don't draw buttons while they are createdCary Clark2011-01-191-2/+6
* Revert a WAR.Teng-Hui Zhu2011-01-131-6/+0
* Prevent the usage of the texture(tile) if considered un-usableTeng-Hui Zhu2010-12-131-1/+6
* Get rid of some Debug spew which is out of dataTeng-Hui Zhu2010-12-071-3/+2
* attach the last extra to the next pictureCary Clark2010-12-011-0/+2
* Refactoring the zoomNicolas Roard2010-11-241-1/+5
* reenable draw extras when GL is turned onCary Clark2010-11-231-30/+18
* Fix case where the Texture class held a reference to a deleted Tile.Derek Sollenberger2010-11-221-2/+3
* Clear GL inside clear view.Shimeng (Simon) Wang2010-11-221-0/+5
* Fix browser ANR when using Hardware AccelerationNicolas Roard2010-11-221-0/+3
* Track all tiles in the viewport instead of only the upper left tile.Derek Sollenberger2010-11-121-14/+19
* Use a fixed number of BaseTiles per TiledPage.Derek Sollenberger2010-11-111-4/+4
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-051-3/+8
* Revert "Support partial invalidation of tiles based on webkit's inval rect."Derek Sollenberger2010-11-041-8/+3
* Support partial invalidation of tiles based on webkit's inval rect.Derek Sollenberger2010-11-041-3/+8
* Fix for split text bug.Nicolas Roard2010-10-271-1/+1
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-6/+3
* Add DEBUG_COUNT stuffNicolas Roard2010-10-261-1/+14
* Fix crash bug when calling WebView::clearView()Nicolas Roard2010-10-141-3/+5
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+219