summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TiledPage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Paint tiles with the PaintTileOperation's painterChris Craik2012-03-161-2/+2
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-26/+12
* Replace picture count with the SurfaceCollection countChris Craik2012-03-091-27/+11
* Pass transform matrix in draw instead of through painterChris Craik2012-03-021-4/+4
* removed unused vars/functionsChris Craik2012-02-281-5/+0
* Fix issues when DEBUG turned onTeng-Hui Zhu2012-02-241-1/+1
* Revert "simplify texture generation filters"Chris Craik2012-02-231-40/+36
* simplify texture generation filtersChris Craik2012-02-161-36/+40
* Clean up tranfer queue before EGL context destroyTeng-Hui Zhu2012-01-271-1/+1
* Remove a stray white space left from prior submit.Selim Gurun2011-12-221-1/+1
* Fix invalid reads in transfer queue cleanup.Selim Gurun2011-12-221-1/+5
* Swap tiles when viewport changes slightly, and properly cap prepare boundsChris Craik2011-12-091-2/+2
* clip tile prepare bounds to content OR viewportChris Craik2011-12-021-15/+19
* Fix offscreen tile optimization with small contentChris Craik2011-11-301-14/+14
* Don't prepare offscreen tilesChris Craik2011-11-291-9/+12
* synchronous layer updates, and animation deferral during paintChris Craik2011-11-161-27/+34
* Use anti-aliasing in prefetch tilesChris Craik2011-11-101-2/+2
* Merge "DO NOT MERGE Fix SW extras for layers" into ics-mr1John Reck2011-10-251-4/+0
|\
| * DO NOT MERGE Fix SW extras for layersJohn Reck2011-10-251-4/+0
* | Don't draw prefetch page if not necessaryChris Craik2011-10-251-10/+14
|/
* Don't paint/allocate off screen tilesChris Craik2011-10-171-6/+8
* Use state machine to track tile stateChris Craik2011-09-291-16/+12
* Avoid infinite prepare loop if bad scale providedChris Craik2011-09-231-1/+4
* Prefetch browser content with tiled pageChris Craik2011-09-211-0/+9
* Improve tile painting prioritization to minimize stalled, blank tilesChris Craik2011-09-141-0/+1
* If unlock base layer marks tiles dirty, repaintChris Craik2011-09-081-5/+8
* Enable double buffering via base tilesChris Craik2011-09-021-50/+60
* Merge "better locking while scrolling, but disables double buffering"Chris Craik2011-08-251-9/+13
|\
| * better locking while scrolling, but disables double bufferingChris Craik2011-08-251-9/+13
* | Prevent preparing a page with an invalid size.Teng-Hui Zhu2011-08-241-3/+12
|/
* Merge "tile prefetching now triggered automatically"Chris Craik2011-08-181-19/+15
|\
| * tile prefetching now triggered automaticallyChris Craik2011-08-171-19/+15
* | Reduce the tiles lookup complexityNicolas Roard2011-08-171-0/+1
|/
* New tile logging JNI interfaceChris Craik2011-07-211-2/+1
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-6/+12
* Tile profiling backendChris Craik2011-07-131-1/+5
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-0/+1
* Merge WebKit at r78450: IntRect::bottom()/right() renamedSteve Block2011-05-251-3/+3
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+355