summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-274/+0
| | | | | | | | | | | | | | In the existing code we created a sharedBitmap for BaseTiles and never used it instead opting for createing bitmaps on the stack to enable partial invalidation. This CL removes the sharedBitmap concept and instead creates all bitmaps on the stack. This means that BackedDoubleBufferedTexture no longer needs to have a bitmap member, but instead simply takes the bitmap from the caller and uploads it to the appropriate texture. To make this upload clean we now pass the bitmap via const references instead of pointers. Change-Id: Ie218c4b4564e5574ca6e404d4857904ab41a3a5c
* Turn the Surface Texture path on for baseTileTeng-Hui Zhu2011-06-171-25/+6
| | | | Change-Id: I852c546b2c62419ccfb96ed1c0d157e49a3b1aef
* Interface clean up for porting Surface Texture, no functional change.Teng-Hui Zhu2011-06-161-2/+2
| | | | Change-Id: I0d43dd94a1bb4666d20a39b2b272337e89a21d8b
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+293
This moves files in the following WebCore subdirectories ... - bindings/js - bindings/v8/custom - plugins/android - platform/android - platform/graphics/android - page/ - css/ - dom/ - loader/archive/android