1. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  2. 768fee8 Fixed oversized SkRegion bound problem for complexclip_aa GM by robertphillips@google.com · 12 years ago
  3. e56513d if bounds don't intersect in DIFF mode, just return src (don't return empty) by reed@google.com · 12 years ago
  4. a4c6e4d landing mirror of https://codereview.appspot.com/6304098/ by kondapallykalyan by reed@google.com · 12 years ago
  5. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  6. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  7. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
  8. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 13 years ago
  9. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
  10. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  11. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  12. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  13. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  14. a069c8f speedup AAClip::setRegion (n^2 to n) add bench for setRegion by reed@google.com · 13 years ago
  15. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  16. 9154eb0 implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640x480) by reed@google.com · 13 years ago
  17. 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
  18. d6040f6 reload base after we call memmove by reed@google.com · 13 years ago
  19. c5507bf fix bad return type (should have been void) by reed@google.com · 13 years ago
  20. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  21. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  22. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  23. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  24. 34f7e47 checkpoint -- more support changes for soft clipping by reed@google.com · 13 years ago
  25. 1778564 trim off extra alpha==0 spans before and after our bounds by reed@google.com · 13 years ago
  26. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  27. 3771a03 fix warnings (failed to return a bool) by reed@google.com · 13 years ago
  28. f3c1da1 add setRegion and doAA parameter to setPath by reed@google.com · 13 years ago
  29. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  30. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  31. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  32. e36707a first cut at aaclipping by reed@google.com · 13 years ago