aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkClipStack.h
Commit message (Expand)AuthorAge
* 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
* 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
* Move SkTDArray to private.Gravatar bungeman2016-02-18
* Clean up clipping code a bitGravatar robertphillips2015-02-10
* BUG=skia:Gravatar joshualitt2015-02-05
* [SkSVGDevice] Initial clipping supportGravatar fmalita2015-02-04
* 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 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Adding quickContains API method to SkClipStackGravatar junov@chromium.org2012-12-12
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* Remove SkClipStack::Iter::combinedNext.Gravatar bsalomon@google.com2012-11-29
* Make SkClipStack::Element public.Gravatar bsalomon@google.com2012-11-29
* Rename SkClipStack::Rec to SkClipStack::ElementGravatar bsalomon@google.com2012-11-29
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-09
* 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
* 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
* add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...Gravatar reed@google.com2012-08-16
* Added method of getting top genID from SkClipStackGravatar robertphillips@google.com2012-08-09
* Added SkClipStack portion of new clip mask caching systemGravatar robertphillips@google.com2012-08-07
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* Added ctor to SkClipStack and isEmpty methodGravatar robertphillips@google.com2012-07-26
* Added isIntersectionOfRects to SkClipStackGravatar robertphillips@google.com2012-07-24
* Added bound computation to SkClipStackGravatar robertphillips@google.com2012-07-24
* Made clarifying renamings to SkClipStack's iterators (and added to unit test)Gravatar robertphillips@google.com2012-07-20
* Add skipToLast method to SkClipStackGravatar robertphillips@google.com2012-07-18
* Extended SkDeque's reverse iteration capability to SkClipStackGravatar robertphillips@google.com2012-07-16
* pass the region-op to the clipstack for SkCanvas::clipRegion.Gravatar reed@google.com2012-05-16
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16