summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp
Commit message (Expand)AuthorAgeFilesLines
* Determine maxZoomScale from bitmap/text drawingChris Craik2012-10-011-2/+5
* Fix opaque rect calculation to quickreject transparent shader drawn opsChris Craik2012-09-271-0/+1
* Disable clipping painter when painting 400+ operationsChris Craik2012-09-101-1/+8
* Don't track the opaque area of small drawing operationsChris Craik2012-08-241-1/+4
* Only use the clipping painter when painting to a bitmap.Chris Craik2012-08-231-18/+24
* Fix opaque operation area calculationChris Craik2012-08-201-12/+18
* Fix SIGBUG due to misalignmentJohn Reck2012-08-161-3/+3
* Memory allocation changesJohn Reck2012-08-161-28/+24
* Move text allocations to LinearAllocatorJohn Reck2012-08-141-3/+8
* Memory usage improvementsJohn Reck2012-08-141-6/+45
* Merge "Improve in-canvas pure color checking" into jb-mr1-devChris Craik2012-08-131-14/+19
|\
| * Improve in-canvas pure color checkingChris Craik2012-08-101-14/+19
* | Clear mOperationState when calling popStateJohn Reck2012-08-101-6/+13
|/
* Clip out opaque regions to avoid double paintingChris Craik2012-08-081-1/+125
* Remove usages of getCanvasJohn Reck2012-08-061-0/+8
* Memory cleanupJohn Reck2012-07-311-1/+0
* Switch GraphicsOperation to LinearAllocatorJohn Reck2012-07-311-41/+71
* Don't use SkPicture for DrawText recordingJohn Reck2012-07-271-14/+70
* DO NOT MERGE Push everything into an R-TreeJohn Reck2012-07-271-97/+208
* Implement missing recording drawsJohn Reck2012-07-201-3/+16
* Fix bounds for shadowsJohn Reck2012-07-201-4/+25
* Merge "Perform check for text/content on recording context PicturePiles"Chris Craik2012-07-191-0/+5
|\
| * Perform check for text/content on recording context PicturePilesChris Craik2012-07-191-0/+5
* | Support beginTransparentLayerJohn Reck2012-07-191-27/+42
|/
* Fix bounding box calculationsNicolas Roard2012-07-171-10/+16
* New R-Tree implementationNicolas Roard2012-07-131-38/+8
* Fix getTotalMatrix()John Reck2012-07-131-4/+4
* Handle MatrixesJohn Reck2012-07-131-13/+75
* De-dupe States, fix state allocation issuesJohn Reck2012-07-121-10/+47
* Use an R-Tree for operation recordingJohn Reck2012-07-121-44/+173
* Build a clipping tree in RecordingContextJohn Reck2012-07-101-23/+31
* Refactor RecordingContext optimization workJohn Reck2012-07-031-45/+72
* Switch to ThreadSafeRefCounted<>John Reck2012-07-021-44/+44
* Reduce number of operationsJohn Reck2012-06-261-12/+24
* Implements a recording GraphicsContextNicolas Roard2012-04-061-0/+373