summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure we register functor countJohn Reck2014-03-061-0/+3
* Merge "Draw shadows from casters together if the Z values are similar"Chris Craik2014-03-061-18/+52
|\
| * Draw shadows from casters together if the Z values are similarChris Craik2014-03-051-18/+52
* | Fix warnings in hwuiChris Craik2014-03-051-1/+1
|/
* DisplayList overhaulJohn Reck2014-03-041-177/+90
* Modulate shadow alpha by caster alphaChris Craik2014-02-211-1/+2
* Make outline and shadow APIs publicChris Craik2014-02-181-1/+1
* Merge "Removing SkiaColorFilter and inspecting the native object directly."Derek Sollenberger2014-02-101-12/+0
|\
| * Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-12/+0
* | Add shadow casting / global perspective APIs, hidden for now.Chris Craik2014-02-071-7/+6
* | Add the clipToOutline by just using the clipPathOpztenghui2014-02-071-0/+5
|/
* Merge "Keep the SkPaint used when creating a layer."Derek Sollenberger2014-02-071-2/+1
|\
| * Keep the SkPaint used when creating a layer.Derek Sollenberger2014-02-071-2/+1
* | Merge "Rework and clean up DisplayList projection"Chris Craik2014-02-071-24/+44
|\ \
| * | Rework and clean up DisplayList projectionChris Craik2014-02-061-24/+44
| |/
* | Simplify DisplayList matricesChris Craik2014-02-051-45/+44
|/
* Add initial hidden outline APIsChris Craik2014-01-301-5/+5
* Update reordering method names, and make 3d reordering API publicChris Craik2014-01-291-4/+4
* Remove logging of DisplayList stalenessChris Craik2014-01-271-32/+3
* Clear root level reorder lists to prevent accessing stale DisplayListsChris Craik2014-01-241-6/+39
* Fix view z translation with 3d projection disabledChris Craik2014-01-161-4/+9
* Support projection of DisplayLists onto ancestors.Chris Craik2014-01-151-23/+73
* Simplify Z reordering logicChris Craik2014-01-141-33/+31
* Add DisplayList bit for projecting onto a contained volumeAlan Viverette2014-01-081-0/+1
* Use const where possible for drawing parametersChris Craik2014-01-031-8/+8
* Fix Clang warnings/errorsChris Craik2014-01-021-2/+2
* Create abstract base class for OpenGLRendererChris Craik2013-12-271-2/+1
* Add initial APIs for 3d view manipulation.Chris Craik2013-12-201-2/+2
* Check mDisplayListData before derefChris Craik2013-12-171-2/+4
* Create private properties on GLCanvas for experimentation with 3dChris Craik2013-12-161-13/+13
* 3d view system!Chris Craik2013-12-121-55/+209
* Clean up quick rejection, especially surrounding points + lines.Chris Craik2013-11-221-1/+1
* Always disable the clip for layersRomain Guy2013-09-121-4/+2
* Dump the right matrix when logging display listsChris Craik2013-09-051-1/+1
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-0/+12
* Fix various draw ops that may incorrectly not scissorChris Craik2013-06-131-4/+11
* Remove crash workarounds, add loggingChris Craik2013-06-121-3/+11
* am 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into j...Chris Craik2013-06-111-1/+2
|\
| * Workaround possible use after deleteChris Craik2013-06-101-1/+2
* | am 1bf58a5a: am cfbbc864: Merge "Restore previous alpha value on noop\'d Disp...Chet Haase2013-05-231-1/+3
|\ \ | |/
| * Restore previous alpha value on noop'd DisplayList operationsChet Haase2013-05-231-1/+3
* | Fix DISPLAY_LIST_DEBUGChris Craik2013-05-211-0/+4
|/
* Fix off by one error in log trackingChris Craik2013-05-091-1/+1
* Fix scaled-view droppings artifactChet Haase2013-05-031-2/+2
* Fix quickReject logic to account for setClipChildren() settingChet Haase2013-04-191-16/+17
* Draw Operation mergingChris Craik2013-04-151-1/+1
* Update view's alpha and layer docsChris Craik2013-04-011-2/+7
* Isolate tiling clip state from snapshotChris Craik2013-03-211-3/+3
* Update snapshot upon saveLayer deferralChris Craik2013-03-201-1/+1
* Merge "Use snapshot alpha for layers" into jb-mr2-devChris Craik2013-03-201-16/+13
|\