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