aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkClipStack.cpp
Commit message (Expand)AuthorAge
* Revert "Increase depth threshold for SkClipStack::isRRect."Gravatar Stan Iliev2018-01-25
* Increase depth threshold for SkClipStack::isRRect.Gravatar Brian Salomon2018-01-23
* Rename methods and enum on SkClipStack::Element to indicate "device space"Gravatar Brian Salomon2017-08-30
* Move transformation of clip elements to SkClipStack::ElementGravatar Brian Salomon2017-08-28
* Deinline methods of SkClipStack::ElementGravatar Brian Salomon2017-08-22
* Update SkClipStack's bound computationGravatar Robert Phillips2017-08-04
* Improve handling of clip stack IDGravatar Robert Phillips2017-06-28
* remove dead code around replayClipsGravatar Mike Reed2017-04-13
* add guard for obsolete (non-functioning) replayClipsGravatar Mike Reed2017-04-06
* 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