summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Improve in-canvas pure color checking" into jb-mr1-devChris Craik2012-08-132-35/+49
|\ \ | |/ |/|
| * Improve in-canvas pure color checkingChris Craik2012-08-102-35/+49
* | Merge "Clear mOperationState when calling popState" into jb-mr1-devJohn Reck2012-08-102-7/+14
|\ \ | |/ |/|
| * Clear mOperationState when calling popStateJohn Reck2012-08-102-7/+14
* | Merge "Paint with requested size instead of layer size" into jb-mr1-devChris Craik2012-08-101-1/+1
|\ \ | |/ |/|
| * Paint with requested size instead of layer sizeChris Craik2012-08-091-1/+1
* | Merge "Clip out opaque regions to avoid double painting" into jb-mr1-devChris Craik2012-08-093-4/+154
|\ \
| * | Clip out opaque regions to avoid double paintingChris Craik2012-08-083-4/+154
| |/
* | Fix memory leakJohn Reck2012-08-081-0/+6
|/
* Merge "Reset cached opacity on shader swap" into jb-mr1-devChris Craik2012-08-071-0/+1
|\
| * Reset cached opacity on shader swapChris Craik2012-08-071-0/+1
* | Add extra null checkJohn Reck2012-08-071-0/+2
* | Remove usages of getCanvasJohn Reck2012-08-0618-80/+101
* | am dd5962d2: am 47387cc7: Merge "Fix browser rendering issue: pure color tile...John Reck2012-08-021-1/+1
|\ \
| * \ am 47387cc7: Merge "Fix browser rendering issue: pure color tiles are rendere...John Reck2012-08-021-1/+1
| |\ \
| | * | Fix browser rendering issue: pure color tiles are rendered blackYuyang Du2012-08-011-1/+1
* | | | Tweak shadow settingsJohn Reck2012-08-011-3/+3
* | | | Optimize recompute bounds checksNicolas Roard2012-08-012-16/+44
| |_|/ |/| |
* | | Memory cleanupJohn Reck2012-07-312-53/+61
* | | Switch GraphicsOperation to LinearAllocatorJohn Reck2012-07-318-94/+198
* | | Don't use SkPicture for DrawText recordingJohn Reck2012-07-278-124/+275
* | | Merge "DO NOT MERGE Push everything into an R-Tree" into jb-mr1-devJohn Reck2012-07-277-538/+233
|\ \ \
| * | | DO NOT MERGE Push everything into an R-TreeJohn Reck2012-07-277-538/+233
* | | | Fix background tiles drawingChris Craik2012-07-272-3/+5
|/ / /
* | | am f35e08fe: am 0e8bb600: Null check to fix crashBart Sears2012-07-241-1/+3
|\ \ \ | |/ /
| * | Null check to fix crashBart Sears2012-07-231-1/+3
| |/
* | Merge "Fix bounds not being correctly propagated..."Nicolas Roard2012-07-241-4/+11
|\ \
| * | Fix bounds not being correctly propagated...Nicolas Roard2012-07-241-4/+11
* | | Merge "Revert "Crash if stack is corrupted""Chris Craik2012-07-241-3/+1
|\ \ \
| * | | Revert "Crash if stack is corrupted"Chris Craik2012-07-241-3/+1
* | | | Merge "Don't attach empty PicturePile content to layer"Chris Craik2012-07-231-1/+2
|\ \ \ \
| * | | | Don't attach empty PicturePile content to layerChris Craik2012-07-231-1/+2
| |/ / /
* | | | Merge "Reduce post-zoom painting delay to 100ms"Chris Craik2012-07-231-1/+1
|\ \ \ \
| * | | | Reduce post-zoom painting delay to 100msChris Craik2012-07-231-1/+1
| |/ / /
* | | | Implement missing recording drawsJohn Reck2012-07-202-3/+57
* | | | Fix bounds for shadowsJohn Reck2012-07-202-4/+26
|/ / /
* | | SurfaceBackings are always zoomable once zoomableChris Craik2012-07-193-9/+21
* | | Merge "Use canvas-based pure color check"Chris Craik2012-07-196-14/+333
|\ \ \
| * | | Use canvas-based pure color checkChris Craik2012-07-196-14/+333
* | | | Merge "Perform check for text/content on recording context PicturePiles"Chris Craik2012-07-197-16/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Perform check for text/content on recording context PicturePilesChris Craik2012-07-197-16/+24
* | | | Support beginTransparentLayerJohn Reck2012-07-193-57/+69
| |/ / |/| |
* | | Fix issues with bounds computationNicolas Roard2012-07-181-1/+6
* | | Fix loggingJohn Reck2012-07-181-1/+1
|/ /
* | Fix crashes -- we were resetting a potentiallyNicolas Roard2012-07-181-4/+4
* | Fix crashes -- we were resetting a potentiallyNicolas Roard2012-07-181-16/+9
* | Merge "Fix bounding box calculations"Nicolas Roard2012-07-172-10/+17
|\ \
| * | Fix bounding box calculationsNicolas Roard2012-07-172-10/+17
* | | Merge "Use a linear allocator for the RTree"John Reck2012-07-174-62/+299
|\ \ \ | |/ / |/| |
| * | Use a linear allocator for the RTreeJohn Reck2012-07-174-62/+299