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
*
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
*
Add some more volatile paths.
jvanverth
2014-10-24
*
add dumpHex() option to SkPath
caryclark
2014-09-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
add path dump test
caryclark
2014-06-24
*
Add dump() to SkClipStack to help with debugging.
bsalomon
2014-06-09
*
SkClipStack::Element tweaks.
fmalita
2014-06-05
*
Use SkTLazy to hold path in SkClipStack::Element
commit-bot@chromium.org
2014-02-27
*
Use SkRRect to store rects in SkClipStack::Element
commit-bot@chromium.org
2014-02-21
*
fix calling undef inline func build error
commit-bot@chromium.org
2014-02-16
*
Store SkRRects in SkClipStack
commit-bot@chromium.org
2014-02-16
*
Avoid some work on SkClipStack equality when the topmost genids match
commit-bot@chromium.org
2014-01-06
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-05
*
Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...
reed@google.com
2013-11-01
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-01
*
Compact the clipstack for kReplace_Op'd geometry
commit-bot@chromium.org
2013-06-11
*
Adding quickContains API method to SkClipStack
junov@chromium.org
2012-12-12
*
Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths...
junov@chromium.org
2012-12-10
*
Improve handling of inverse clip paths in GrClipMaskManager.
bsalomon@google.com
2012-12-07
*
Make SkClipStack::Iter use SkClipStack::Element.
bsalomon@google.com
2012-12-04
*
Remove SkClipStack::Iter::combinedNext.
bsalomon@google.com
2012-11-29
*
Make SkClipStack::Element public.
bsalomon@google.com
2012-11-29
*
Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* membe...
bsalomon@google.com
2012-11-29
*
Rename SkClipStack::Rec to SkClipStack::Element
bsalomon@google.com
2012-11-29
*
Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...
bsalomon@google.com
2012-11-28
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
Revert 6351 due to bugs.
bsalomon@google.com
2012-11-12
[next]