index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkClipStack.cpp
Commit message (
Expand
)
Author
Age
*
Rename methods and enum on SkClipStack::Element to indicate "device space"
Brian Salomon
2017-08-30
*
Move transformation of clip elements to SkClipStack::Element
Brian Salomon
2017-08-28
*
Deinline methods of SkClipStack::Element
Brian Salomon
2017-08-22
*
Update SkClipStack's bound computation
Robert Phillips
2017-08-04
*
Improve handling of clip stack ID
Robert Phillips
2017-06-28
*
remove dead code around replayClips
Mike Reed
2017-04-13
*
add guard for obsolete (non-functioning) replayClips
Mike Reed
2017-04-06
*
Clients can provide preallocated storage to clipstack
Mike Reed
2017-03-10
*
Revert "prealloc room for some number of Elements to avoid malloc"
Mike Reed
2017-03-10
*
prealloc room for some number of Elements to avoid malloc
Mike Reed
2017-03-10
*
Revert "remove SkClipVisitor"
Mike Reed
2017-03-08
*
remove SkClipVisitor
Mike Reed
2017-03-08
*
SkClipStack: add bounds() and isEmpty() methods
Hal Canary
2017-02-22
*
Add a method in SkCanvas to set "hard" clip bounds.
Stan Iliev
2016-12-12
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
*
Move clip CTM application to SkRasterClip and SkClipStack
Brian Salomon
2016-10-03
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext.
bsalomon
2016-08-26
*
check for wide-open inside quickContains
reed
2016-08-22
*
Attempt to throw away rrect clips of rrects.
bsalomon
2016-08-15
*
Fix SkClipStack bug with inverse-filled difference elements
csmartdalton
2016-07-22
*
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
djsollen
2016-04-29
*
Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (pat...
reed
2016-04-28
*
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
djsollen
2016-04-27
*
Add asRRect method to SkClipStack::Element
cdalton
2016-03-17
*
Fix up the clip mask manager's creation of paths (w.r.t. volatility)
robertphillips
2015-10-26
*
Revert of Fix up the clip mask manager's creation of paths (w.r.t. volatility...
robertphillips
2015-10-26
*
Fix up the clip mask manager's creation of paths (w.r.t. volatility)
robertphillips
2015-10-26
*
Have /src files use header directly.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
Revert of Remove SkClipStack's manual rounding of BW clip rects (patchset #3 ...
robertphillips
2015-03-30
*
Remove SkClipStack's manual rounding of BW clip rects
robertphillips
2015-03-25
*
Clean up clipping code a bit
robertphillips
2015-02-10
*
[SkSVGDevice] Initial clipping support
fmalita
2015-02-04
*
Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of http...
robertphillips
2015-01-30
*
Add device space "nudge" to gpu draws
robertphillips
2015-01-30
*
Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of http...
robertphillips
2015-01-28
*
Add device space "nudge" to gpu draws
robertphillips
2015-01-28
*
Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:...
robertphillips
2015-01-12
*
Fix GPU clipped-AA vs. non-AA drawRect discrepancy
robertphillips
2015-01-12
*
Remove SkPath::asRect
robertphillips
2015-01-05
[next]