index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ClipStackTest.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Make GrReducedClip's gen ID only apply to the element list
csmartdalton
2016-08-17
*
Convert GrAppliedClip interface to builder style
csmartdalton
2016-08-15
*
Encapsulate GrReducedClip result in class members
csmartdalton
2016-08-08
*
Allow GrReducedClip to take non-integer query bounds
csmartdalton
2016-07-22
*
Fix SkClipStack bug with inverse-filled difference elements
csmartdalton
2016-07-22
*
Make all parameters reqiured to GrReducedClip::ReduceClipStack
bsalomon
2016-07-08
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Store SkRRects in SkClipStack
commit-bot@chromium.org
2014-02-16
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
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
*
fix mac 10.6 build
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
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Compact the clipstack for kReplace_Op'd geometry
commit-bot@chromium.org
2013-06-11
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
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
*
Make the clip reducer operate on int rects. Remove redundant Gr from func
bsalomon@google.com
2012-12-06
*
Move GrReducedClip to its own files.
bsalomon@google.com
2012-12-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-05
*
Make GrReduceClipStack use a caller provided query rect rather than return a
bsalomon@google.com
2012-12-04
*
Make SkClipStack::Iter use SkClipStack::Element.
bsalomon@google.com
2012-12-04
*
Remove SkClipStack::Iter::combinedNext.
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
*
Temporarily disable clip stack reduce test while working on fix.
bsalomon@google.com
2012-11-27
*
Make the clip stack reduction test generate inverse filled paths.
bsalomon@google.com
2012-11-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-27
*
Actually fix GPU-less build.
bsalomon@google.com
2012-11-26
*
Fix GPU-less build.
bsalomon@google.com
2012-11-26
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-08
*
Combine multiple intersecting rects in SkClipStack::Iter.
bsalomon@google.com
2012-11-07
*
Shut up some Mac (xcode 3) warnings
bsalomon@google.com
2012-09-05
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Added check for aa/bw rect merging
robertphillips@google.com
2012-08-02
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
Added ctor to SkClipStack and isEmpty method
robertphillips@google.com
2012-07-26
*
Added isIntersectionOfRects to SkClipStack
robertphillips@google.com
2012-07-24
*
Added bound computation to SkClipStack
robertphillips@google.com
2012-07-24
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
If we try to clip against a path and the path only contains a rect, treat it ...
tomhudson@google.com
2012-03-09
[next]