aboutsummaryrefslogtreecommitdiff
path: root/tests/ClipStackTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow printf style var args for messages in REPORTER_ASSERT.Brian Salomon2018-01-291-34/+31
* Move resourceProvider accessor to GrContextPriv (take 2)Robert Phillips2018-01-161-2/+2
* Revert "Move resourceProvider accessor to GrContextPriv"Hal Canary2018-01-161-2/+2
* Move resourceProvider accessor to GrContextPrivRobert Phillips2018-01-161-2/+2
* Avoid GrEllipseEffect for small radii on devices without 32 bit float.Brian Salomon2017-12-051-6/+23
* Merge clip rects in GrReducedClipChris Dalton2017-10-271-44/+40
* Do software clip mask generation with worker threadsBrian Osman2017-09-111-1/+1
* Rename methods and enum on SkClipStack::Element to indicate "device space"Brian Salomon2017-08-301-29/+37
* Use RGBA rather than N32 for GPU testsBrian Salomon2017-07-051-1/+1
* Improve handling of clip stack IDRobert Phillips2017-06-281-5/+5
* Retract GrTexture.h a bitRobert Phillips2017-06-091-0/+1
* Fix GrReducedClip.cpp: assertion failure surrounding tiny query boundsChris Dalton2017-06-051-0/+31
* Make instantiate return a BooleanRobert Phillips2017-06-051-1/+3
* Remove GrSurfaceDesc member from GrSurfaceProxy.Brian Salomon2017-05-171-1/+1
* make GrPaint.h private -- IWYUMike Reed2017-03-091-0/+1
* Rebase and fix chromiumBrian Osman2017-03-041-1/+1
* Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...Robert Phillips2017-02-241-3/+4
* stop using SkScalarMulMike Reed2017-02-141-2/+2
* new hacky api to get cliprgn for androidMike Reed2017-01-191-0/+29
* Purge clip masks when they are no longer findable.Brian Salomon2017-01-061-0/+50
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-117/+117
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-117/+117
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSMike Reed2016-12-081-117/+117
* Move clip CTM application to SkRasterClip and SkClipStackBrian Salomon2016-10-031-100/+106
* abstract name of clipping ops, to transtion to a more restricted setreed2016-09-201-117/+117
* Make GrReducedClip's gen ID only apply to the element listcsmartdalton2016-08-171-23/+41
* Convert GrAppliedClip interface to builder stylecsmartdalton2016-08-151-11/+21
* Encapsulate GrReducedClip result in class memberscsmartdalton2016-08-081-108/+60
* Allow GrReducedClip to take non-integer query boundscsmartdalton2016-07-221-80/+273
* Fix SkClipStack bug with inverse-filled difference elementscsmartdalton2016-07-221-31/+49
* Make all parameters reqiured to GrReducedClip::ReduceClipStackbsalomon2016-07-081-26/+17
* SkLeanWindows.h: #include "Windows.h" fewer placeshalcanary2016-06-071-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-6/+6
* "NULL !=" = NULLbsalomon2014-09-051-3/+3
* Store SkRRects in SkClipStackcommit-bot@chromium.org2014-02-161-42/+53
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-7/+3
* Avoid re-rendering stencil clip for every draw with reducable clip stackcommit-bot@chromium.org2013-11-051-1/+175
* Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...reed@google.com2013-11-011-168/+1
* fix mac 10.6 buildreed@google.com2013-11-011-17/+15
* Avoid re-rendering stencil clip for every draw with reducable clip stackcommit-bot@chromium.org2013-11-011-1/+170
* More clang warning fixes.commit-bot@chromium.org2013-10-211-23/+0
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-1/+1
* Compact the clipstack for kReplace_Op'd geometrycommit-bot@chromium.org2013-06-111-0/+103
* Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com2013-03-041-2/+2
* eliminate all warnings in non-thirdparty code on machumper@google.com2013-01-071-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2012-12-131-1/+1
* Adding quickContains API method to SkClipStackjunov@chromium.org2012-12-121-0/+179
* Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths...junov@chromium.org2012-12-101-0/+18
* Make the clip reducer operate on int rects. Remove redundant Gr from func bsalomon@google.com2012-12-061-1/+12