index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkAAClip.cpp
Commit message (
Expand
)
Author
Age
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
*
Make skia almost compile again with clang.
commit-bot@chromium.org
2013-10-07
*
Build fix for [-Werror=maybe-uninitialized].
commit-bot@chromium.org
2013-07-03
*
Fix some 64 bit warnings on mac.
scroggo@google.com
2013-02-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed oversized SkRegion bound problem for complexclip_aa GM
robertphillips@google.com
2012-08-02
*
if bounds don't intersect in DIFF mode, just return src (don't return empty)
reed@google.com
2012-06-25
*
landing mirror of https://codereview.appspot.com/6304098/
reed@google.com
2012-06-20
*
fix warnings on Mac in src/core
caryclark@google.com
2012-06-06
*
Fix a memory leak in SkAAClip::translate().
tomhudson@google.com
2012-03-28
*
fix bug and add test for aaclip when blitV is called
reed@google.com
2012-02-29
*
be sure to mark fLastY with the bottom of the rect in blitRect
reed@google.com
2012-02-16
*
aaclip needs to handle paths with holes
reed@google.com
2012-02-16
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
New 'blitAntiRect' entry point for blitters, specialized in supersampling
tomhudson@google.com
2011-12-27
*
revert 2783 -- broke debug gm
reed@google.com
2011-12-01
*
New function SkBlitter::blitAntiRect(); specifically accelerated for
tomhudson@google.com
2011-12-01
*
speedup AAClip::setRegion (n^2 to n)
reed@google.com
2011-11-28
*
Removes warnings generated by gcc and clang.
tomhudson@google.com
2011-11-09
*
implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640...
reed@google.com
2011-10-31
*
call blitRect in our convex scanconverter (next: take advantage of that in our
reed@google.com
2011-10-31
*
reload base after we call memmove
reed@google.com
2011-10-28
*
fix bad return type (should have been void)
reed@google.com
2011-10-27
*
now we trim the aaclip after building it, to ensure that it has tight bounds
reed@google.com
2011-10-27
*
add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top
reed@google.com
2011-10-26
*
Fix some warnings on VS2010
bsalomon@google.com
2011-10-24
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
checkpoint -- more support changes for soft clipping
reed@google.com
2011-10-13
*
trim off extra alpha==0 spans before and after our bounds
reed@google.com
2011-10-12
*
use SkRasterClip inside canvas (check-point for soft clipping)
reed@google.com
2011-10-12
*
fix warnings (failed to return a bool)
reed@google.com
2011-10-11
*
add setRegion and doAA parameter to setPath
reed@google.com
2011-10-10
*
implement region-ops
reed@google.com
2011-10-10
*
check-point for aaclip
reed@google.com
2011-10-06
*
check-point for aaclip
reed@google.com
2011-10-05
*
first cut at aaclipping
reed@google.com
2011-10-04