summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
Commit message (Expand)AuthorAgeFilesLines
* Add Harfbuzz support for system fallback fontsRussell Brenner2011-08-163-5/+55
* Merge "Remove old code handling SurfTex RGBA in 2D mode"Teng-Hui Zhu2011-08-123-86/+0
|\
| * Remove old code handling SurfTex RGBA in 2D modeTeng-Hui Zhu2011-08-113-86/+0
* | Merge "Remove ANativeWindow call to avoid blocking call"Chris Craik2011-08-111-2/+12
|\ \
| * | Remove ANativeWindow call to avoid blocking callChris Craik2011-08-111-2/+12
| |/
* | Fix crash issue with drawingNicolas Roard2011-08-115-12/+52
|/
* Fix missing tilesNicolas Roard2011-08-101-12/+12
* Fix ANR in webkitNicolas Roard2011-08-0810-56/+17
* Merge "Return NativeWindow on subsequent requests for the plugin's surface."Derek Sollenberger2011-08-081-1/+5
|\
| * Return NativeWindow on subsequent requests for the plugin's surface.Derek Sollenberger2011-08-051-1/+5
* | Merge "Fix a potential sync problem for TransferQueue"Teng-Hui Zhu2011-08-084-24/+65
|\ \
| * | Fix a potential sync problem for TransferQueueTeng-Hui Zhu2011-08-084-24/+65
* | | Merge "Force NativeWindow rendering to use EXTERNAL_OES textures"Chris Craik2011-08-053-19/+1
|\ \ \ | |_|/ |/| |
| * | Force NativeWindow rendering to use EXTERNAL_OES texturesChris Craik2011-08-053-19/+1
* | | Merge "Fixes layers painting crashes"Nicolas Roard2011-08-0410-10/+80
|\ \ \ | |_|/ |/| |
| * | Fixes layers painting crashesNicolas Roard2011-08-0410-10/+80
* | | Better driver bug workaroundTeng-Hui Zhu2011-08-041-4/+6
|/ /
* | Fix memory increaseNicolas Roard2011-08-041-2/+10
* | Merge "Finalize the sync part."Teng-Hui Zhu2011-08-035-192/+134
|\ \ | |/ |/|
| * Finalize the sync part.Teng-Hui Zhu2011-08-035-192/+134
* | Replace plugin's OpenGL API with a NativeWindow API.Derek Sollenberger2011-08-038-200/+105
|/
* increase layer tiles limitTeng-Hui Zhu2011-08-031-1/+1
* Merge "Support registering page swap callback, content inval"Chris Craik2011-08-033-0/+13
|\
| * Support registering page swap callback, content invalChris Craik2011-08-023-0/+13
* | 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
|\