index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkClipStack.h
Commit message (
Expand
)
Author
Age
*
Clean up clipping code a bit
robertphillips
2015-02-10
*
BUG=skia:
joshualitt
2015-02-05
*
[SkSVGDevice] Initial clipping support
fmalita
2015-02-04
*
Add dump() to SkClipStack to help with debugging.
bsalomon
2014-06-09
*
SkClipStack::Element tweaks.
fmalita
2014-06-05
*
Use SkTLazy to hold path in SkClipStack::Element
commit-bot@chromium.org
2014-02-27
*
Use SkRRect to store rects in SkClipStack::Element
commit-bot@chromium.org
2014-02-21
*
fix calling undef inline func build error
commit-bot@chromium.org
2014-02-16
*
Store SkRRects in SkClipStack
commit-bot@chromium.org
2014-02-16
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-05
*
Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...
reed@google.com
2013-11-01
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-01
*
Compact the clipstack for kReplace_Op'd geometry
commit-bot@chromium.org
2013-06-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Adding quickContains API method to SkClipStack
junov@chromium.org
2012-12-12
*
Improve handling of inverse clip paths in GrClipMaskManager.
bsalomon@google.com
2012-12-07
*
Make SkClipStack::Iter use SkClipStack::Element.
bsalomon@google.com
2012-12-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-30
*
Remove SkClipStack::Iter::combinedNext.
bsalomon@google.com
2012-11-29
*
Make SkClipStack::Element public.
bsalomon@google.com
2012-11-29
*
Rename SkClipStack::Rec to SkClipStack::Element
bsalomon@google.com
2012-11-29
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
Revert 6351 due to bugs.
bsalomon@google.com
2012-11-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-09
*
Apply intersect rects to earlier clip elements and skip rects when possible.
bsalomon@google.com
2012-11-08
*
Combine multiple intersecting rects in SkClipStack::Iter.
bsalomon@google.com
2012-11-07
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
*
Minimize use of SkDraw's matrix in SkGpuDevice.
bsalomon@google.com
2012-10-11
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...
reed@google.com
2012-08-16
*
Added method of getting top genID from SkClipStack
robertphillips@google.com
2012-08-09
*
Added SkClipStack portion of new clip mask caching system
robertphillips@google.com
2012-08-07
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
Added ctor to SkClipStack and isEmpty method
robertphillips@google.com
2012-07-26
*
Added isIntersectionOfRects to SkClipStack
robertphillips@google.com
2012-07-24
*
Added bound computation to SkClipStack
robertphillips@google.com
2012-07-24
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Add skipToLast method to SkClipStack
robertphillips@google.com
2012-07-18
*
Extended SkDeque's reverse iteration capability to SkClipStack
robertphillips@google.com
2012-07-16
*
pass the region-op to the clipstack for SkCanvas::clipRegion.
reed@google.com
2012-05-16
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
Fix four memory leaks uncovered by valgrinding gm tests.
vandebo@chromium.org
2012-03-14
*
use SkRasterClip inside canvas (check-point for soft clipping)
reed@google.com
2011-10-12
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Fix a batch of coverity defects, uninitialized class fields.
vandebo@chromium.org
2011-06-21
*
[PDF] Improve the SkClipStack skipping prefix code.
vandebo@chromium.org
2011-05-25
*
[PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.
vandebo@chromium.org
2011-05-09
*
Add comparison and assignment to SkClipStack (and fix an optimization bug).
vandebo@chromium.org
2011-05-03
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
[next]