summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GaneshRenderer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+0
| | | | | | These changes are required to work with r3022 of Skia Change-Id: I4d4a13bad9acc54934bbb46bdfc08ee424c7a33a
* Enable the CPU upload path for Browser.Teng-Hui Zhu2011-09-231-1/+1
| | | | | | | | | | | | The default for WebView should be still be GPU upload. That means Gmail will be default to using GPU upload. bug:5347539 The browser change is in https://android-git.corp.google.com/g/#/c/137606/ Change-Id: Ic7d42331511b24cf8a58f2f5fb64aaffc18cae5f
* Fixing issues needed to get Ganesh working with SurfaceTextures.Derek Sollenberger2011-08-151-1/+22
| | | | | bug: 5013645 Change-Id: I255a19c68d8a98231b1500d93d21649d15d70820
* Add features to support Ganesh in the Android browserDerek Sollenberger2011-07-281-30/+18
| | | | | | | | 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/+164
The GaneshRenderer can now be swapped in for the RasterRenderer in BaseTile. A following CL will enable this swap at runtime. Change-Id: Id42040fce2895ab00cccb8f11dfd0489df861655