aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkClipStack.cpp
Commit message (Expand)AuthorAge
* 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
* Use SkRRect to store rects in SkClipStack::ElementGravatar commit-bot@chromium.org2014-02-21
* fix calling undef inline func build errorGravatar commit-bot@chromium.org2014-02-16
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* Avoid some work on SkClipStack equality when the topmost genids matchGravatar commit-bot@chromium.org2014-01-06
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Avoid re-rendering stencil clip for every draw with reducable clip stackGravatar commit-bot@chromium.org2013-11-05
* Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...Gravatar reed@google.com2013-11-01
* Avoid re-rendering stencil clip for every draw with reducable clip stackGravatar commit-bot@chromium.org2013-11-01
* Compact the clipstack for kReplace_Op'd geometryGravatar commit-bot@chromium.org2013-06-11
* Adding quickContains API method to SkClipStackGravatar junov@chromium.org2012-12-12
* Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths...Gravatar junov@chromium.org2012-12-10
* Improve handling of inverse clip paths in GrClipMaskManager.Gravatar bsalomon@google.com2012-12-07
* Make SkClipStack::Iter use SkClipStack::Element.Gravatar bsalomon@google.com2012-12-04
* Remove SkClipStack::Iter::combinedNext.Gravatar bsalomon@google.com2012-11-29
* Make SkClipStack::Element public.Gravatar bsalomon@google.com2012-11-29
* Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* membe...Gravatar bsalomon@google.com2012-11-29
* Rename SkClipStack::Rec to SkClipStack::ElementGravatar bsalomon@google.com2012-11-29
* Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...Gravatar bsalomon@google.com2012-11-28
* Add a function that computes a reduced representation of the clip stack.Gravatar bsalomon@google.com2012-11-26
* Revert 6351 due to bugs.Gravatar bsalomon@google.com2012-11-12
* Apply intersect rects to earlier clip elements and skip rects when possible.Gravatar bsalomon@google.com2012-11-08
* Combine multiple intersecting rects in SkClipStack::Iter.Gravatar bsalomon@google.com2012-11-07
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-12
* Minimize use of SkDraw's matrix in SkGpuDevice.Gravatar bsalomon@google.com2012-10-11
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23