summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
Commit message (Expand)AuthorAgeFilesLines
* Merge "Shared surface texture"Teng-Hui Zhu2011-08-0318-69/+847
|\
| * Shared surface textureTeng-Hui Zhu2011-08-0218-69/+847
* | Add setters for the contrastNicolas Roard2011-08-021-0/+4
* | Merge "Fix transparency bug, and add support for contrast"Nicolas Roard2011-08-022-12/+38
|\ \ | |/ |/|
| * Fix transparency bug, and add support for contrastNicolas Roard2011-08-022-12/+38
* | Merge "Unify the the tile size for base tiles and layers"Teng-Hui Zhu2011-08-011-2/+2
|\ \
| * | Unify the the tile size for base tiles and layersTeng-Hui Zhu2011-07-291-2/+2
* | | Merge "fixed race condition in tile profiling"Chris Craik2011-07-291-3/+3
|\ \ \ | |_|/ |/| |
| * | fixed race condition in tile profilingChris Craik2011-07-291-3/+3
| |/
* | Merge "Add features to support Ganesh in the Android browser"Derek Sollenberger2011-07-299-50/+214
|\ \
| * | Add features to support Ganesh in the Android browserDerek Sollenberger2011-07-289-50/+214
| |/
* | added pageswap callback from drawGL to WebViewChris Craik2011-07-284-8/+17
|/
* Fix for Devanagari diacritical marksRussell Brenner2011-07-271-2/+1
* Merge "New tile logging JNI interface"Chris Craik2011-07-214-21/+52
|\
| * New tile logging JNI interfaceChris Craik2011-07-214-21/+52
* | Merge "Add some debugging functions to LayerAndroid"Nicolas Roard2011-07-203-4/+56
|\ \ | |/ |/|
| * Add some debugging functions to LayerAndroidNicolas Roard2011-07-203-4/+56
* | Implement an invert screen modeJohn Reck2011-07-155-8/+114
|/
* Merge "Implements tiled layers. We remove all the existing code in LayerAndro...Nicolas Roard2011-07-1539-917/+1018
|\
| * Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-1439-917/+1018
* | Add android specific virtual function to GraphicsLayerClient.Shimeng (Simon) Wang2011-07-141-8/+7
|/
* Tile profiling backendChris Craik2011-07-135-1/+215
* Merge "Clear up the bitmap with white color at initial time"Teng-Hui Zhu2011-07-111-0/+4
|\
| * Clear up the bitmap with white color at initial timeTeng-Hui Zhu2011-07-111-0/+4
* | Add the matrix handle to the shaders.Teng-Hui Zhu2011-07-082-5/+10
|/
* Merge "Refactor partial invalidation code"Teng-Hui Zhu2011-07-064-36/+47
|\
| * Refactor partial invalidation codeTeng-Hui Zhu2011-07-064-36/+47
* | Merge "Remove old scalar conversions"Russell Brenner2011-07-061-4/+4
|\ \ | |/ |/|
| * Remove old scalar conversionsRussell Brenner2011-07-011-4/+4
* | Merge "Modified tile reclamation heuristic for multi-webview display"Chris Craik2011-07-0111-30/+64
|\ \
| * | Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-0111-30/+64
| |/
* | Update to match the Java side changeTeng-Hui Zhu2011-06-301-1/+1
|/
* Merge "Refactoring: Moved 'SkLayer' to 'Layer' class in webkit"Chris Craik2011-06-309-15/+374
|\
| * Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-309-15/+374
* | Merge "Add initial support for Ganesh renderer."Derek Sollenberger2011-06-3010-65/+474
|\ \
| * | Add initial support for Ganesh renderer.Derek Sollenberger2011-06-3010-65/+474
* | | Don't create newer LayerTexture when hitting upper bound.Teng-Hui Zhu2011-06-301-0/+4
| |/ |/|
* | Added fix for AndroidAnimation copy (m_name was forgotten)Chris Craik2011-06-291-0/+1
|/
* Add BaseRenderer to handle generic rendering tasks.Derek Sollenberger2011-06-295-124/+294
* Merge "Cleanup Skia related rendering code for raster rendering."Derek Sollenberger2011-06-2814-160/+107
|\
| * Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-2814-160/+107
* | Merge "Delete the GL texture when deleting the Surface Texture"Teng-Hui Zhu2011-06-281-0/+1
|\ \ | |/ |/|
| * Delete the GL texture when deleting the Surface TextureTeng-Hui Zhu2011-06-271-0/+1
* | Refactor and improve the raster rendering for base tiles.Derek Sollenberger2011-06-274-198/+325
|/
* Browser ST: Support both OES and 2D texture targetTeng-Hui Zhu2011-06-248-37/+193
* Merge "Remove legacy fps cap"John Reck2011-06-232-12/+0
|\
| * Remove legacy fps capJohn Reck2011-06-222-12/+0
* | Tiles: increase the minimal number to cover the whole screenTeng-Hui Zhu2011-06-221-5/+4
* | Browser ST: Lower the upper limit for texture allocationTeng-Hui Zhu2011-06-221-2/+6
|/
* Fix compiler error when DEBUG is turned onTeng-Hui Zhu2011-06-211-1/+1