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
*
Allow printf style var args for messages in REPORTER_ASSERT.
Brian Salomon
2018-01-29
*
Move resourceProvider accessor to GrContextPriv (take 2)
Robert Phillips
2018-01-16
*
Revert "Move resourceProvider accessor to GrContextPriv"
Hal Canary
2018-01-16
*
Move resourceProvider accessor to GrContextPriv
Robert Phillips
2018-01-16
*
Avoid GrEllipseEffect for small radii on devices without 32 bit float.
Brian Salomon
2017-12-05
*
Merge clip rects in GrReducedClip
Chris Dalton
2017-10-27
*
Do software clip mask generation with worker threads
Brian Osman
2017-09-11
*
Rename methods and enum on SkClipStack::Element to indicate "device space"
Brian Salomon
2017-08-30
*
Use RGBA rather than N32 for GPU tests
Brian Salomon
2017-07-05
*
Improve handling of clip stack ID
Robert Phillips
2017-06-28
*
Retract GrTexture.h a bit
Robert Phillips
2017-06-09
*
Fix GrReducedClip.cpp: assertion failure surrounding tiny query bounds
Chris Dalton
2017-06-05
*
Make instantiate return a Boolean
Robert Phillips
2017-06-05
*
Remove GrSurfaceDesc member from GrSurfaceProxy.
Brian Salomon
2017-05-17
*
make GrPaint.h private -- IWYU
Mike Reed
2017-03-09
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...
Robert Phillips
2017-02-24
*
stop using SkScalarMul
Mike Reed
2017-02-14
*
new hacky api to get cliprgn for android
Mike Reed
2017-01-19
*
Purge clip masks when they are no longer findable.
Brian Salomon
2017-01-06
*
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
*
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
[next]