aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkClipStack.cpp
Commit message (Expand)AuthorAge
* Clients can provide preallocated storage to clipstackGravatar Mike Reed2017-03-10
* Revert "prealloc room for some number of Elements to avoid malloc"Gravatar Mike Reed2017-03-10
* prealloc room for some number of Elements to avoid mallocGravatar Mike Reed2017-03-10
* Revert "remove SkClipVisitor"Gravatar Mike Reed2017-03-08
* remove SkClipVisitorGravatar Mike Reed2017-03-08
* SkClipStack: add bounds() and isEmpty() methodsGravatar Hal Canary2017-02-22
* Add a method in SkCanvas to set "hard" clip bounds.Gravatar Stan Iliev2016-12-12
* change SkClipOp to a class enumGravatar Mike Reed2016-12-12
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSGravatar Mike Reed2016-12-08
* Move clip CTM application to SkRasterClip and SkClipStackGravatar Brian Salomon2016-10-03
* abstract name of clipping ops, to transtion to a more restricted setGravatar reed2016-09-20
* Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext.Gravatar bsalomon2016-08-26
* check for wide-open inside quickContainsGravatar reed2016-08-22
* Attempt to throw away rrect clips of rrects.Gravatar bsalomon2016-08-15
* Fix SkClipStack bug with inverse-filled difference elementsGravatar csmartdalton2016-07-22
* Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.Gravatar djsollen2016-04-29
* Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (pat...Gravatar reed2016-04-28
* Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.Gravatar djsollen2016-04-27
* Add asRRect method to SkClipStack::ElementGravatar cdalton2016-03-17
* Fix up the clip mask manager's creation of paths (w.r.t. volatility)Gravatar robertphillips2015-10-26
* Revert of Fix up the clip mask manager's creation of paths (w.r.t. volatility...Gravatar robertphillips2015-10-26
* Fix up the clip mask manager's creation of paths (w.r.t. volatility)Gravatar robertphillips2015-10-26
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Revert of Remove SkClipStack's manual rounding of BW clip rects (patchset #3 ...Gravatar robertphillips2015-03-30
* Remove SkClipStack's manual rounding of BW clip rectsGravatar robertphillips2015-03-25
* Clean up clipping code a bitGravatar robertphillips2015-02-10
* [SkSVGDevice] Initial clipping supportGravatar fmalita2015-02-04
* Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of http...Gravatar robertphillips2015-01-30
* Add device space "nudge" to gpu drawsGravatar robertphillips2015-01-30
* Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of http...Gravatar robertphillips2015-01-28
* Add device space "nudge" to gpu drawsGravatar robertphillips2015-01-28
* Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:...Gravatar robertphillips2015-01-12
* Fix GPU clipped-AA vs. non-AA drawRect discrepancyGravatar robertphillips2015-01-12
* Remove SkPath::asRectGravatar robertphillips2015-01-05
* Add some more volatile paths.Gravatar jvanverth2014-10-24
* add dumpHex() option to SkPathGravatar caryclark2014-09-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* add path dump testGravatar caryclark2014-06-24
* Add dump() to SkClipStack to help with debugging.Gravatar bsalomon2014-06-09
* SkClipStack::Element tweaks.Gravatar fmalita2014-06-05
* Use SkTLazy to hold path in SkClipStack::ElementGravatar commit-bot@chromium.org2014-02-27