summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayList.h
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-231-2/+0
* Refactor VirtualLightRefBase & JNIJohn Reck2014-05-091-1/+0
* Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+8
* Refcount RenderNodeJohn Reck2014-04-071-5/+11
* Move RenderNode to own fileJohn Reck2014-03-191-130/+0
* Split out RenderPropertiesJohn Reck2014-03-121-391/+8
* No-op isolatedZVolumen propertyJohn Reck2014-03-121-5/+0
* Rename DisplayList->RenderNodeJohn Reck2014-03-121-4/+4
* Fix orthographic shadows projection, simplify shadow reorderingChris Craik2014-03-121-8/+5
* Draw shadows from casters together if the Z values are similarChris Craik2014-03-051-0/+7
* DisplayList overhaulJohn Reck2014-03-041-35/+30
* Make outline and shadow APIs publicChris Craik2014-02-181-3/+3
* Merge "Removing SkiaColorFilter and inspecting the native object directly."Derek Sollenberger2014-02-101-2/+0
|\
| * Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-2/+0
* | Add shadow casting / global perspective APIs, hidden for now.Chris Craik2014-02-071-0/+10
* | Add the clipToOutline by just using the clipPathOpztenghui2014-02-071-0/+5
|/
* Merge "Rework and clean up DisplayList projection"Chris Craik2014-02-071-3/+11
|\
| * Rework and clean up DisplayList projectionChris Craik2014-02-061-3/+11
* | Simplify DisplayList matricesChris Craik2014-02-051-2/+9
|/
* Add initial hidden outline APIsChris Craik2014-01-301-0/+9
* Update reordering method names, and make 3d reordering API publicChris Craik2014-01-291-6/+6
* Remove logging of DisplayList stalenessChris Craik2014-01-271-14/+2
* Clear root level reorder lists to prevent accessing stale DisplayListsChris Craik2014-01-241-5/+17
* Support projection of DisplayLists onto ancestors.Chris Craik2014-01-151-2/+15
* Simplify Z reordering logicChris Craik2014-01-141-4/+6
* Add DisplayList bit for projecting onto a contained volumeAlan Viverette2014-01-081-1/+6
* Use const where possible for drawing parametersChris Craik2014-01-031-8/+8
* Add initial APIs for 3d view manipulation.Chris Craik2013-12-201-2/+5
* Merge "3d view system!"Chris Craik2013-12-131-37/+94
|\
| * 3d view system!Chris Craik2013-12-121-37/+94
* | Unbreak display list debug dumpingJohn Reck2013-12-101-1/+1
|/
* Move DeferredDisplayState out of opsChris Craik2013-09-121-3/+1
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-0/+4
* Remove crash workarounds, add loggingChris Craik2013-06-121-4/+5
* Remove string allocations when creating display listsRomain Guy2013-06-051-1/+6
* Fix quickReject logic to account for setClipChildren() settingChet Haase2013-04-191-3/+3
* Use snapshot alpha for layersChris Craik2013-03-151-2/+0
* Fully deferred displaylist replayChris Craik2013-03-151-6/+53
* Merge "Prettify display lists logging"Romain Guy2013-02-221-0/+4
|\
| * Prettify display lists loggingRomain Guy2013-02-221-0/+4
* | Fix clipping and stencil layer issuesChris Craik2013-02-211-1/+2
|/
* Expose display list APIsRomain Guy2013-02-191-2/+71
* DisplayList draw operation reorderingChris Craik2013-02-151-1/+3
* Move DisplayList to its own cpp fileChris Craik2013-02-141-0/+422