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
/
Snapshot.cpp
Age
Commit message (
Expand
)
Author
2015-05-26
Use path intersection instead of saveLayer+mesh to mask projected ripples
Chris Craik
2015-04-06
Fix path clipping in VectorDrawable
Chris Craik
2015-02-04
GlopBuilder, and test app refactor
Chris Craik
2015-01-14
Clipping performance improvements
Rob Tsuk
2015-01-05
Add overrides and switch to nullptr keyword for all files
Chris Craik
2014-09-04
Prioritize reveal clipping over Outline clipping
Chris Craik
2014-08-15
Define shadow casting behavior within layers
Chris Craik
2014-07-30
Use RoundRect clipping for circle reveal animation
Chris Craik
2014-05-15
Round rect outline clipping
Chris Craik
2014-05-14
Combine projection matrix, and viewport management
Chris Craik
2014-05-11
Revert "Simplify projection matrix management."
Jorim Jaggi
2014-05-09
Simplify projection matrix management.
Chris Craik
2014-05-08
Add logging utility methods
Chris Craik
2014-02-06
Rework and clean up DisplayList projection
Chris Craik
2014-01-15
Support projection of DisplayLists onto ancestors.
Chris Craik
2013-03-21
Isolate tiling clip state from snapshot
Chris Craik
2013-02-21
Fix clipping and stencil layer issues
Chris Craik
2013-02-07
Add a RenderBuffer object to store stencil buffers.
Romain Guy
2013-02-06
Fix Snapshot::resetClip to also reset the clip region
Romain Guy
2013-01-17
Implement clipRect with a transform, clipRegion & clipPath
Romain Guy
2013-01-14
Preliminary Support for region clipping
Romain Guy
2012-09-28
Fix a couple of rendering issues
Romain Guy
2012-08-31
Revert "Revert "Add more support for transformed clip rects and paths""
Romain Guy
2012-08-31
Revert "Add more support for transformed clip rects and paths"
Mathias Agopian
2012-08-31
Add more support for transformed clip rects and paths
Romain Guy
2012-04-03
Optimization of alpha with DisplayList properties
Chet Haase
2012-02-07
Fix the system
Romain Guy
2012-02-07
Preliminary support for clipRect(Rect, Op)
Romain Guy
2012-02-02
Separate interface definition and implementation of Snapshot
Romain Guy