summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Use snapshot alpha for layersChris Craik2013-03-151-16/+13
* | Merge all shapes/paths caches to PathCacheRomain Guy2013-03-181-3/+3
|/
* Fully deferred displaylist replayChris Craik2013-03-151-48/+103
* Round scale factors to rasterize textRomain Guy2013-03-061-2/+1
* Add deferredList null checkChris Craik2013-02-221-3/+5
* Merge "Prettify display lists logging"Romain Guy2013-02-221-3/+5
|\
| * Prettify display lists loggingRomain Guy2013-02-221-3/+5
* | Fix clipping and stencil layer issuesChris Craik2013-02-211-7/+12
* | Merge "Clean up clipping and deferral logic"Chris Craik2013-02-201-7/+2
|\ \ | |/ |/|
| * Clean up clipping and deferral logicChris Craik2013-02-191-7/+2
* | Expose display list APIsRomain Guy2013-02-191-0/+10
|/
* DisplayList draw operation reorderingChris Craik2013-02-151-3/+21
* Move DisplayList to its own cpp fileChris Craik2013-02-141-0/+436