summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GaneshContext.h
Commit message (Collapse)AuthorAgeFilesLines
* Add features to support Ganesh in the Android browserDerek Sollenberger2011-07-281-4/+19
| | | | | | | | 1) Added a runtime switch between Raster and Ganesh 2) Added support for using SurfaceTextures with Ganesh bug: 5013645 Change-Id: I2efebf1bc9befb0c7f6f66109d80818f9d0775b3
* Add initial support for Ganesh renderer.Derek Sollenberger2011-06-301-0/+60
The GaneshRenderer can now be swapped in for the RasterRenderer in BaseTile. A following CL will enable this swap at runtime. Change-Id: Id42040fce2895ab00cccb8f11dfd0489df861655