aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkClipStack.cpp
Commit message (Expand)AuthorAge
...
* Decrease SkClipStack memory allocations & deallocationsGravatar robertphillips@google.com2012-08-17
* Make SkDeque::back faster & inlineGravatar robertphillips@google.com2012-08-17
* 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
* Fix for r4978 unit test failure. TBR by BrianGravatar robertphillips@google.com2012-08-07
* Added SkClipStack portion of new clip mask caching systemGravatar robertphillips@google.com2012-08-07
* Added check for aa/bw rect mergingGravatar robertphillips@google.com2012-08-02
* 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
* Gave GrClip an SkClipStack-style iteratorGravatar robertphillips@google.com2012-07-23
* 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
* Fix four memory leaks uncovered by valgrinding gm tests.Gravatar vandebo@chromium.org2012-03-14
* If we try to clip against a path and the path only contains a rect, treat it ...Gravatar tomhudson@google.com2012-03-09
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* Handle possibly NULL deref in comparisonGravatar vandebo@chromium.org2011-06-21
* [PDF] Improve the SkClipStack skipping prefix code.Gravatar vandebo@chromium.org2011-05-25
* [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.Gravatar vandebo@chromium.org2011-05-09
* Add comparison and assignment to SkClipStack (and fix an optimization bug).Gravatar vandebo@chromium.org2011-05-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22