summaryrefslogtreecommitdiff
path: root/libs/hwui/CanvasState.h
AgeCommit message (Expand)Author
2017-01-04Remove clipRegion from the public API. Derek Sollenberger
2016-12-07switch over clip calls to use SkClipOp instead of SkRegion::Op Mike Reed
2016-07-21resolve merge conflicts of f53bfc9 to master Stephen Hines
2016-07-21resolve merge conflicts of 5152fd9 to stage-aosp-master Chih-Hung Hsieh
2016-07-21Fix google-explicit-constructor warnings in frameworks/base Chih-Hung Hsieh
2016-07-07Delete old rendering pipeline Chris Craik
2016-01-04Stencil support in new recorder/reorderer Chris Craik
2015-10-21Work to support saveLayer in new pipeline Chris Craik
2015-10-06Reduce, reuse, recycle SNAPSHOTS! John Reck
2015-09-02CanvasState frame init refactor Chris Craik
2015-06-12Put WebViews with on a HW layer if stencil/shader clipping is needed Chris Craik
2015-05-26Use path intersection instead of saveLayer+mesh to mask projected ripples Chris Craik
2015-04-20Rename native DisplayListRenderer to DisplayListCanvas Chris Craik
2015-02-27Fix glop rendering within unclipped saveLayers Chris Craik
2015-01-14Clipping performance improvements Rob Tsuk
2014-12-22Add overrides and switch to nullptr keyword Chris Craik
2014-11-05Add a missing visibility modifier to fix build. Dan Albert
2014-11-04Replace StatefulBaseRenderer inheritance with CanvasState member Tom Hudson