summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/RasterRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix pure color check to be performed pre-visual indicatorJohn Reck2012-03-211-0/+5
* Visual Indicator tweaksJohn Reck2012-03-211-33/+0
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-18/+0
* resolved conflicts for merge of 6f1bf086 to masterDerek Sollenberger2012-02-061-1/+1
|\
| * Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+1
* | Partial repaint implementationNicolas Roard2012-01-311-2/+8
|/
* Use a single shared bitmap instead of one per BaseTile.Nicolas Roard2011-11-141-9/+14
* Fallback mode when running out of textures for layersNicolas Roard2011-11-101-10/+9
* Shared surface textureTeng-Hui Zhu2011-08-021-2/+1
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-4/+8
* Clear up the bitmap with white color at initial timeTeng-Hui Zhu2011-07-111-0/+4
* Add initial support for Ganesh renderer.Derek Sollenberger2011-06-301-24/+10
* Add BaseRenderer to handle generic rendering tasks.Derek Sollenberger2011-06-291-92/+40
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-3/+3
* Refactor and improve the raster rendering for base tiles.Derek Sollenberger2011-06-271-0/+197