summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GaneshContext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixing issues needed to get Ganesh working with SurfaceTextures.Derek Sollenberger2011-08-151-8/+36
| | | | | bug: 5013645 Change-Id: I255a19c68d8a98231b1500d93d21649d15d70820
* Add features to support Ganesh in the Android browserDerek Sollenberger2011-07-281-13/+138
| | | | | | | | 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/+128
The GaneshRenderer can now be swapped in for the RasterRenderer in BaseTile. A following CL will enable this swap at runtime. Change-Id: Id42040fce2895ab00cccb8f11dfd0489df861655