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
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-08-05
resolve merge conflicts of 44a291e to master
John Reck
2016-08-05
Merge "Fix random crash in libhwui"
Keith Mok
2016-07-13
Fix random crash in libhwui
Keith Mok
2016-07-07
Delete old rendering pipeline
Chris Craik
2016-04-07
Support replace op in new pipeline
Chris Craik
2016-03-21
Reland: Move text logic from jni to hwui level
sergeyv
2016-03-21
Revert "Move text logic from jni to hwui level"
Sergei Vasilinetc
2016-03-17
Move text logic from jni to hwui level
sergeyv
2016-03-02
Clip projected ripples to outlines
Chris Craik
2016-01-25
Add internal Canvas save flags
Florin Malita
2015-12-17
Simplify ClipArea to prefer Rect args
Chris Craik
2015-11-16
Finish shadow support in new reorderer/renderer
Chris Craik
2015-10-06
Reduce, reuse, recycle SNAPSHOTS!
John Reck
2015-08-20
Remove return values from clipping operations
Chris Craik
2015-08-19
Remove Matrix4::load(Matrix4&)
Chris Craik
2015-07-14
Clean up unncessary defines
Chris Craik
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