summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderNode.cpp
AgeCommit message (Expand)Author
2014-11-25Merge "Improve DisplayList state output" into lmp-mr1-dev Chris Craik
2014-11-21Improve DisplayList state output Chris Craik
2014-11-19Improve logging around performance critical events Chris Craik
2014-11-06Yank ResourceCache out of Caches John Reck
2014-10-31Layer changes John Reck
2014-10-22Fix damage bug John Reck
2014-10-01Avoid creating Caches instance with gfxinfo dump Chris Craik
2014-09-05Fix save count offsetting within DisplayList chunks Chris Craik
2014-09-05Merge "Yet more layer tracking logging" into lmp-dev John Reck
2014-09-04Yet more layer tracking logging John Reck
2014-09-04Merge "Prioritize reveal clipping over Outline clipping" into lmp-dev Chris Craik
2014-09-04Prioritize reveal clipping over Outline clipping Chris Craik
2014-08-28Merge "Track buildLayer calls, destroy if unused" into lmp-dev John Reck
2014-08-28Track buildLayer calls, destroy if unused John Reck
2014-08-28Merge "Update transform isolation to handle command chunks" into lmp-dev Chris Craik
2014-08-27Animator stuff John Reck
2014-08-27Update transform isolation to handle command chunks Chris Craik
2014-08-25Create z reordering boundaries around dispatchDraw Chris Craik
2014-08-21Merge "Don't run animators in buildLayer" into lmp-dev John Reck
2014-08-21Don't run animators in buildLayer John Reck
2014-08-21Fix layer shadow transform crash Chris Craik
2014-08-15Define shadow casting behavior within layers Chris Craik
2014-08-12Fix ripples projecting to scrolled view Chris Craik
2014-08-08Fix damage for layers for projection receivers John Reck
2014-08-08Fix leak of SkPathRefs Chris Craik
2014-08-06Add missing null check John Reck
2014-08-05roundOut layer damage John Reck
2014-07-31Add outline alpha Chris Craik
2014-07-30Use RoundRect clipping for circle reveal animation Chris Craik
2014-07-24Merge "Add kModeSync" into lmp-dev Bo Liu
2014-07-24Add kModeSync John Reck
2014-07-25Move ClipBounds to native Chris Craik
2014-07-24Fix ALL compile warnings John Reck
2014-07-22Make setter methods on Outline call setEmpty() based on params Chris Craik
2014-07-08Fix layers lifecycle issues John Reck
2014-07-08Revert "Fix destroyHardwareResources" John Reck
2014-07-07Fix destroyHardwareResources John Reck
2014-06-30Fix onTrimMemory for HardwareRenderer John Reck
2014-06-26Animator refactoring & fixes John Reck
2014-06-23No-fail invokeFunctor John Reck
2014-06-23Update 'DisplayList' vs 'RenderNode' naming in several places Chris Craik
2014-06-20Merge "Wrap ViewGroup content in save/restore to protect composited children" Chris Craik
2014-06-20Wrap ViewGroup content in save/restore to protect composited children Chris Craik
2014-06-18Throw ISE on too-big-views-with-layers John Reck
2014-06-18Fix dirty calculation for layer updates John Reck
2014-06-17Handle Z in DA John Reck
2014-06-12Move LayerType to RenderNode John Reck
2014-06-12Fix DA bugs John Reck
2014-06-04Even FASTER damage calculations! John Reck
2014-05-30Merge "Update HWUI matrix API" Derek Sollenberger