summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayList.h
Commit message (Expand)AuthorAgeFilesLines
* resolve merge conflicts of ed211b9 to lmp-mr1-dev-plus-aosp.Chris Craik2014-12-101-8/+4
|\
| * Fix frame-allocated path lifecyclesChris Craik2014-12-101-8/+4
* | resolved conflicts for merge of 5e6cf242 to lmp-mr1-dev-plus-aospDan Albert2014-11-121-1/+1
|\ \
| * | Move frameworks/base over to libc++.Dan Albert2014-11-121-1/+1
* | | resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-101-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Frameworks/base: Wall Werror in libs/hwuiAndreas Gampe2014-11-101-2/+1
* | Layer changesJohn Reck2014-10-311-6/+1
|/
* Create z reordering boundaries around dispatchDrawChris Craik2014-08-251-7/+30
* Fix leak of SkPathRefsChris Craik2014-08-081-1/+12
* Add kModeSyncJohn Reck2014-07-241-1/+1
* Update 'DisplayList' vs 'RenderNode' naming in several placesChris Craik2014-06-231-4/+4
* Update HWUI matrix APIDerek Sollenberger2014-05-291-1/+0
* Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-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