aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkAAClip.cpp
Commit message (Expand)AuthorAge
...
* Fix a memory leak in SkAAClip::translate().Gravatar tomhudson@google.com2012-03-28
* fix bug and add test for aaclip when blitV is calledGravatar reed@google.com2012-02-29
* be sure to mark fLastY with the bottom of the rect in blitRectGravatar reed@google.com2012-02-16
* aaclip needs to handle paths with holesGravatar reed@google.com2012-02-16
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* New 'blitAntiRect' entry point for blitters, specialized in supersamplingGravatar tomhudson@google.com2011-12-27
* revert 2783 -- broke debug gmGravatar reed@google.com2011-12-01
* New function SkBlitter::blitAntiRect(); specifically accelerated forGravatar tomhudson@google.com2011-12-01
* speedup AAClip::setRegion (n^2 to n)Gravatar reed@google.com2011-11-28
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640...Gravatar reed@google.com2011-10-31
* call blitRect in our convex scanconverter (next: take advantage of that in ourGravatar reed@google.com2011-10-31
* reload base after we call memmoveGravatar reed@google.com2011-10-28
* fix bad return type (should have been void)Gravatar reed@google.com2011-10-27
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* checkpoint -- more support changes for soft clippingGravatar reed@google.com2011-10-13
* trim off extra alpha==0 spans before and after our boundsGravatar reed@google.com2011-10-12
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* fix warnings (failed to return a bool)Gravatar reed@google.com2011-10-11
* add setRegion and doAA parameter to setPathGravatar reed@google.com2011-10-10
* implement region-opsGravatar reed@google.com2011-10-10
* check-point for aaclipGravatar reed@google.com2011-10-06
* check-point for aaclipGravatar reed@google.com2011-10-05
* first cut at aaclippingGravatar reed@google.com2011-10-04