summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderNode.cpp
AgeCommit message (Expand)Author
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
2014-05-29Enable debug stuffs John Reck
2014-05-29Update HWUI matrix API Derek Sollenberger
2014-05-21Disable shadow drawing for empty/null outlines Chris Craik
2014-05-16Merge "Round rect outline clipping" Chris Craik
2014-05-15Round rect outline clipping Chris Craik
2014-05-15Animator start value... John Reck
2014-05-14Remove Path based outline clipping Chris Craik
2014-05-05Make RenderNodeAnimator and WebView play nice John Reck
2014-05-02Add CanvasProperty for drawCircle John Reck
2014-04-30Use resize, not reserve John Reck
2014-04-29RenderThread animator support John Reck
2014-04-28Add elevation, Z properties to View Chris Craik
2014-04-24Merge "Clip TouchFeedbackDrawable effect to receiver Outline" Chris Craik
2014-04-23Clip TouchFeedbackDrawable effect to receiver Outline Chris Craik
2014-04-23Fix translationZ matrix computation Chris Craik
2014-04-14Fix issue with bitmap uploading John Reck
2014-04-11Merge "Remove use-after-free signal in RenderNode" Chris Craik