summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListOp.h
Commit message (Expand)AuthorAgeFilesLines
...
* | CleanupJohn Reck2014-06-021-7/+7
* | Update HWUI matrix APIDerek Sollenberger2014-05-291-12/+12
* | Merge "Inspect SkShader to determine hw shader."Chris Craik2014-05-231-34/+10
|\ \ | |/ |/|
| * Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-34/+10
* | Disable shadow drawing for empty/null outlinesChris Craik2014-05-211-24/+10
|/
* Merge "Avoid caching shadow properties in Java & HWUI."Derek Sollenberger2014-05-081-39/+12
|\
| * Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-39/+12
* | Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+21
|/
* Clip TouchFeedbackDrawable effect to receiver OutlineChris Craik2014-04-231-3/+20
* Fix issue with bitmap uploadingJohn Reck2014-04-141-20/+0
* Refcount RenderNodeJohn Reck2014-04-071-0/+2
* Support shadows on the root RenderNodeChris Craik2014-03-281-2/+2
* Disable shadow overdraw avoidance in the inverse clip caseChris Craik2014-03-271-5/+9
* Add private circular reveal API on View/RenderNodeChris Craik2014-03-251-11/+23
* Rename DisplayList->RenderNodeJohn Reck2014-03-121-3/+3
* Fix orthographic shadows projection, simplify shadow reorderingChris Craik2014-03-121-12/+14
* Fix use of Skia deprecated methodsChris Craik2014-02-281-1/+1
* am 61910447: am 7942397b: am 19256340: am 22c66639: Merge "Fixes for 64bit in...Narayan Kamath2014-02-211-1/+1
|\
| * Fixes for 64bit in libhwuiKévin PETIT2014-02-211-1/+1
* | Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-32/+0
* | Merge "Keep the SkPaint used when creating a layer."Derek Sollenberger2014-02-071-17/+15
|\ \
| * | Keep the SkPaint used when creating a layer.Derek Sollenberger2014-02-071-17/+15
* | | Simplify DisplayList matricesChris Craik2014-02-051-3/+3
|/ /
* | Add initial hidden outline APIsChris Craik2014-01-301-11/+17
* | Use path outlines to define shadow shapesChris Craik2014-01-261-1/+3
* | Support projection of DisplayLists onto ancestors.Chris Craik2014-01-151-5/+5
* | Use const where possible for drawing parametersChris Craik2014-01-031-53/+54
* | 3d view system!Chris Craik2013-12-121-12/+54
* | Clean up quick rejection, especially surrounding points + lines.Chris Craik2013-11-221-3/+6
* | am bd842f96: am d8a84a86: Merge "Correct bitmap merging logic" into klp-devChris Craik2013-09-201-3/+3
|\ \ | |/
| * Correct bitmap merging logicChris Craik2013-09-201-3/+3
* | am 7cb404dd: am a42ceb03: Merge "Disallow negative scale matrices in merged B...Chris Craik2013-09-171-2/+5
|\ \ | |/
| * Disallow negative scale matrices in merged Bitmap drawingChris Craik2013-09-161-2/+5
* | am 3f30e67a: am 88ee0dac: Merge "Move DeferredDisplayState out of ops" into k...Chris Craik2013-09-121-62/+67
|\ \ | |/
| * Move DeferredDisplayState out of opsChris Craik2013-09-121-62/+67
* | Replace float arrays with readable namesRomain Guy2013-08-151-2/+2
|/
* Take shadow bounds into account for quick rejectsRomain Guy2013-08-091-3/+12
* Split assets atlas batchesRomain Guy2013-08-061-2/+2
* Merge "Fix quickReject's handling of AA ramp geometry"Chris Craik2013-08-021-1/+5
|\
| * Fix quickReject's handling of AA ramp geometryChris Craik2013-08-021-1/+5
* | Fix region clipping bugsRomain Guy2013-08-011-1/+0
|/
* Fix crashes in setMatrix() and concat()Romain Guy2013-07-161-1/+5
* Track the atlas' generation IDRomain Guy2013-06-271-17/+43
* Merge "Batch 9-patches in a single mesh whenever possible"Romain Guy2013-06-211-13/+102
|\
| * Batch 9-patches in a single mesh whenever possibleRomain Guy2013-06-211-13/+102
* | Make op outputting const, for more general loggingChris Craik2013-06-191-43/+43
|/
* Merge "Handle all text bounds as post-translated"Chris Craik2013-06-171-1/+0
|\
| * Handle all text bounds as post-translatedChris Craik2013-06-171-1/+0
* | Better handle op size edge casesChris Craik2013-06-171-1/+4
|/
* Merge more 9patchesRomain Guy2013-06-141-4/+3