index
:
external_skia.git
lp5.0
p9.0
external_skia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ClipStackTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow printf style var args for messages in REPORTER_ASSERT.
Brian Salomon
2018-01-29
1
-34
/
+31
*
Move resourceProvider accessor to GrContextPriv (take 2)
Robert Phillips
2018-01-16
1
-2
/
+2
*
Revert "Move resourceProvider accessor to GrContextPriv"
Hal Canary
2018-01-16
1
-2
/
+2
*
Move resourceProvider accessor to GrContextPriv
Robert Phillips
2018-01-16
1
-2
/
+2
*
Avoid GrEllipseEffect for small radii on devices without 32 bit float.
Brian Salomon
2017-12-05
1
-6
/
+23
*
Merge clip rects in GrReducedClip
Chris Dalton
2017-10-27
1
-44
/
+40
*
Do software clip mask generation with worker threads
Brian Osman
2017-09-11
1
-1
/
+1
*
Rename methods and enum on SkClipStack::Element to indicate "device space"
Brian Salomon
2017-08-30
1
-29
/
+37
*
Use RGBA rather than N32 for GPU tests
Brian Salomon
2017-07-05
1
-1
/
+1
*
Improve handling of clip stack ID
Robert Phillips
2017-06-28
1
-5
/
+5
*
Retract GrTexture.h a bit
Robert Phillips
2017-06-09
1
-0
/
+1
*
Fix GrReducedClip.cpp: assertion failure surrounding tiny query bounds
Chris Dalton
2017-06-05
1
-0
/
+31
*
Make instantiate return a Boolean
Robert Phillips
2017-06-05
1
-1
/
+3
*
Remove GrSurfaceDesc member from GrSurfaceProxy.
Brian Salomon
2017-05-17
1
-1
/
+1
*
make GrPaint.h private -- IWYU
Mike Reed
2017-03-09
1
-0
/
+1
*
Rebase and fix chromium
Brian Osman
2017-03-04
1
-1
/
+1
*
Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...
Robert Phillips
2017-02-24
1
-3
/
+4
*
stop using SkScalarMul
Mike Reed
2017-02-14
1
-2
/
+2
*
new hacky api to get cliprgn for android
Mike Reed
2017-01-19
1
-0
/
+29
*
Purge clip masks when they are no longer findable.
Brian Salomon
2017-01-06
1
-0
/
+50
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
1
-117
/
+117
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
1
-117
/
+117
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
1
-117
/
+117
*
Move clip CTM application to SkRasterClip and SkClipStack
Brian Salomon
2016-10-03
1
-100
/
+106
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
1
-117
/
+117
*
Make GrReducedClip's gen ID only apply to the element list
csmartdalton
2016-08-17
1
-23
/
+41
*
Convert GrAppliedClip interface to builder style
csmartdalton
2016-08-15
1
-11
/
+21
*
Encapsulate GrReducedClip result in class members
csmartdalton
2016-08-08
1
-108
/
+60
*
Allow GrReducedClip to take non-integer query bounds
csmartdalton
2016-07-22
1
-80
/
+273
*
Fix SkClipStack bug with inverse-filled difference elements
csmartdalton
2016-07-22
1
-31
/
+49
*
Make all parameters reqiured to GrReducedClip::ReduceClipStack
bsalomon
2016-07-08
1
-26
/
+17
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
1
-1
/
+1
*
Style Change: NULL->nullptr
halcanary
2015-08-27
1
-6
/
+6
*
"NULL !=" = NULL
bsalomon
2014-09-05
1
-3
/
+3
*
Store SkRRects in SkClipStack
commit-bot@chromium.org
2014-02-16
1
-42
/
+53
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
1
-1
/
+0
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
1
-7
/
+3
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-05
1
-1
/
+175
*
Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...
reed@google.com
2013-11-01
1
-168
/
+1
*
fix mac 10.6 build
reed@google.com
2013-11-01
1
-17
/
+15
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-01
1
-1
/
+170
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
1
-23
/
+0
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
1
-1
/
+1
*
Compact the clipstack for kReplace_Op'd geometry
commit-bot@chromium.org
2013-06-11
1
-0
/
+103
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
1
-2
/
+2
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
1
-1
/
+1
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
1
-1
/
+1
*
Adding quickContains API method to SkClipStack
junov@chromium.org
2012-12-12
1
-0
/
+179
*
Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths...
junov@chromium.org
2012-12-10
1
-0
/
+18
*
Make the clip reducer operate on int rects. Remove redundant Gr from func
bsalomon@google.com
2012-12-06
1
-1
/
+12
[next]