Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
61624f0c716b576706659750d87b6956f4c15722
/
tests
/
ClipStackTest.cpp
c1f7774
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
by Mike Reed
· 8 years ago
a129dfe
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
by Mike Reed
· 8 years ago
8e7432b
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
by Mike Reed
· 8 years ago
a3b45d4
Move clip CTM application to SkRasterClip and SkClipStack
by Brian Salomon
· 8 years ago
73603f3
abstract name of clipping ops, to transtion to a more restricted set
by reed
· 8 years ago
8d3f92a
Make GrReducedClip's gen ID only apply to the element list
by csmartdalton
· 8 years ago
d211e78
Convert GrAppliedClip interface to builder style
by csmartdalton
· 8 years ago
77f2fae
Encapsulate GrReducedClip result in class members
by csmartdalton
· 8 years ago
cbecb08
Allow GrReducedClip to take non-integer query bounds
by csmartdalton
· 8 years ago
d50e240
Fix SkClipStack bug with inverse-filled difference elements
by csmartdalton
· 8 years ago
00ee2a8
Make all parameters reqiured to GrReducedClip::ReduceClipStack
by bsalomon
· 8 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 8 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
e5b2af9
Store SkRRects in SkClipStack
by commit-bot@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
e4fafb1
Use DEFINE_TESTCLASS_SHORT macro in tests.
by tfarina@chromium.org
· 11 years ago
d3e5842
Avoid re-rendering stencil clip for every draw with reducable clip stack
by commit-bot@chromium.org
· 11 years ago
f0784bd
Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack"
by reed@google.com
· 11 years ago
eea3ab7
fix mac 10.6 build
by reed@google.com
· 11 years ago
679eb67
Avoid re-rendering stencil clip for every draw with reducable clip stack
by commit-bot@chromium.org
· 11 years ago
4b7d673
More clang warning fixes.
by commit-bot@chromium.org
· 11 years ago
e0e7cfe
Change old PRG to be SkLCGRandom; change new one to SkRandom
by commit-bot@chromium.org
· 11 years ago
6fbe54c
Compact the clipstack for kReplace_Op'd geometry
by commit-bot@chromium.org
· 11 years ago
c490f80
Change random number generator for 'tests' to SkMWCRandom. Also removes some
by jvanverth@google.com
· 12 years ago
05af1af
eliminate all warnings in non-thirdparty code on mac
by humper@google.com
· 12 years ago
306ab9d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
8cdf0f5
Adding quickContains API method to SkClipStack
by junov@chromium.org
· 12 years ago
edf32d5
Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill.
by junov@chromium.org
· 12 years ago
34cd70a
Make the clip reducer operate on int rects. Remove redundant Gr from func name.
by bsalomon@google.com
· 12 years ago
170bd79
Move GrReducedClip to its own files.
by bsalomon@google.com
· 12 years ago
73b140a
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
a444430
Make GrReduceClipStack use a caller provided query rect rather than return a
by bsalomon@google.com
· 12 years ago
8182fa0
Make SkClipStack::Iter use SkClipStack::Element.
by bsalomon@google.com
· 12 years ago
5fac58c
Remove SkClipStack::Iter::combinedNext.
by bsalomon@google.com
· 12 years ago
edb26fd
Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack.
by bsalomon@google.com
· 12 years ago
26daa8b
Temporarily disable clip stack reduce test while working on fix.
by bsalomon@google.com
· 12 years ago
705e840
Make the clip stack reduction test generate inverse filled paths.
by bsalomon@google.com
· 12 years ago
8ccf590
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
e7b3d29
Actually fix GPU-less build.
by bsalomon@google.com
· 12 years ago
a4e13c8
Fix GPU-less build.
by bsalomon@google.com
· 12 years ago
51a6286
Add a function that computes a reduced representation of the clip stack.
by bsalomon@google.com
· 12 years ago
72b2e6f
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
e8ca6c6
Combine multiple intersecting rects in SkClipStack::Iter.
by bsalomon@google.com
· 12 years ago
100abf4
Shut up some Mac (xcode 3) warnings
by bsalomon@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
08eacc1
Added check for aa/bw rect merging
by robertphillips@google.com
· 12 years ago
7b11289
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space
by robertphillips@google.com
· 12 years ago
cc6493b
Added ctor to SkClipStack and isEmpty method
by robertphillips@google.com
· 12 years ago
4c2a2f7
Added isIntersectionOfRects to SkClipStack
by robertphillips@google.com
· 12 years ago
607fe07
Added bound computation to SkClipStack
by robertphillips@google.com
· 12 years ago
80214e2
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
by robertphillips@google.com
· 12 years ago
4c43372
If we try to clip against a path and the path only contains a rect, treat it as a clip against a rect.
by tomhudson@google.com
· 13 years ago
d9f2dea
update to new api for doAA
by reed@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
2047f00
get tests closer to passing for SKIA_SCALAR=fixed
by epoger@google.com
· 13 years ago
1e1c36f
Add comparison and assignment to SkClipStack (and fix an optimization bug).
by vandebo@chromium.org
· 14 years ago
bdee9fc
add tests for SkClipStack
by reed@google.com
· 14 years ago