summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/BaseTile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename several classesChris Craik2012-04-041-537/+0
* Translucent background color support for webviewTeng-Hui Zhu2012-04-021-4/+5
* Add back low res base layer rendering, and expanded bounds prefetchingChris Craik2012-03-301-8/+4
* reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-221-3/+1
* Visual Indicator tweaksJohn Reck2012-03-211-2/+0
* Paint tiles with the PaintTileOperation's painterChris Craik2012-03-161-7/+3
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-41/+24
* Replace picture count with the SurfaceCollection countChris Craik2012-03-091-8/+3
* remove TextureTileInfo and readyfor checkChris Craik2012-03-081-13/+2
* Pass transform matrix in draw instead of through painterChris Craik2012-03-021-2/+3
* layer rendering cleanup/rewriteChris Craik2012-02-281-1/+2
* Partial repaint implementationNicolas Roard2012-01-311-36/+53
* Employ the transfer queue to the pure color tilesTeng-Hui Zhu2012-01-031-27/+4
* Use the shader to draw a tile with single color.Teng-Hui Zhu2011-12-221-9/+29
* Clean up all the old code paths before TransferQueueTeng-Hui Zhu2011-12-151-67/+17
* Fix the repaint inval mechanism for layers - cherry-pick from MR1Nicolas Roard2011-12-091-0/+1
* Fix image layer codepathNicolas Roard2011-11-301-1/+1
* Only mark tiles as dirty if the inval region actually intersectsNicolas Roard2011-11-141-0/+24
* Mark tiles dirty, even if repaintingChris Craik2011-10-201-3/+4
* Mark tiles dirty when discarded from transfer queueChris Craik2011-10-191-1/+6
* Prevent race condition in tile texture discardChris Craik2011-10-171-0/+8
* Fix crash in BaseTileTextureChris Craik2011-10-131-0/+8
* Mark tiles discarded by TransferQueue as dirtyChris Craik2011-10-111-2/+6
* Double buffering for layersChris Craik2011-10-101-0/+8
* Use state machine to track tile stateChris Craik2011-09-291-33/+104
* Fix missing tilesChris Craik2011-09-191-9/+11
* Fix layer tile allocation to be more consistent, less discoChris Craik2011-09-121-8/+11
* If unlock base layer marks tiles dirty, repaintChris Craik2011-09-081-2/+7
* Enable double buffering via base tilesChris Craik2011-09-021-71/+84
* Reduce the number of dirty buffers (not needed anymore)Nicolas Roard2011-08-301-2/+2
* Fix repaint issues with BaseTileNicolas Roard2011-08-301-0/+3
* Merge "Implement partial repaint for layers (at the tile level) Fixes a sched...Nicolas Roard2011-08-171-31/+46
|\
| * Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-31/+46
* | Fixing issues needed to get Ganesh working with SurfaceTextures.Derek Sollenberger2011-08-151-1/+0
|/
* Finalize the sync part.Teng-Hui Zhu2011-08-031-11/+0
* Shared surface textureTeng-Hui Zhu2011-08-021-7/+19
* Add features to support Ganesh in the Android browserDerek Sollenberger2011-07-281-0/+5
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-26/+38
* Refactor partial invalidation codeTeng-Hui Zhu2011-07-061-30/+37
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-1/+2
* Add initial support for Ganesh renderer.Derek Sollenberger2011-06-301-7/+6
* Add BaseRenderer to handle generic rendering tasks.Derek Sollenberger2011-06-291-17/+24
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-4/+5
* Refactor and improve the raster rendering for base tiles.Derek Sollenberger2011-06-271-185/+55
* Browser ST: Support both OES and 2D texture targetTeng-Hui Zhu2011-06-241-1/+2
* Fix compiler error when DEBUG is turned onTeng-Hui Zhu2011-06-211-1/+1
* Turn the Surface Texture path on for baseTileTeng-Hui Zhu2011-06-171-12/+8
* Basic performance monitor for tilesJohn Reck2011-05-161-2/+57
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+490