summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GLWebViewState.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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