1. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  2. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  3. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  4. 6d42d9c add a simple ascii-art debug thing for AA clips by humper · 10 years ago
  5. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  6. 0aeea6d Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (https://codereview.chromium.org/445233006/) by reed · 10 years ago
  7. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  8. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  9. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  10. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  11. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 11 years ago
  12. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
  13. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 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
  15. 768fee8 Fixed oversized SkRegion bound problem for complexclip_aa GM by robertphillips@google.com · 12 years ago
  16. e56513d if bounds don't intersect in DIFF mode, just return src (don't return empty) by reed@google.com · 12 years ago
  17. a4c6e4d landing mirror of https://codereview.appspot.com/6304098/ by kondapallykalyan by reed@google.com · 12 years ago
  18. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  19. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  20. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
  21. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 13 years ago
  22. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
  23. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  24. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  25. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  26. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  27. a069c8f speedup AAClip::setRegion (n^2 to n) add bench for setRegion by reed@google.com · 13 years ago
  28. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  29. 9154eb0 implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640x480) by reed@google.com · 13 years ago
  30. 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
  31. d6040f6 reload base after we call memmove by reed@google.com · 13 years ago
  32. c5507bf fix bad return type (should have been void) by reed@google.com · 13 years ago
  33. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  34. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  35. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  36. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  37. 34f7e47 checkpoint -- more support changes for soft clipping by reed@google.com · 13 years ago
  38. 1778564 trim off extra alpha==0 spans before and after our bounds by reed@google.com · 13 years ago
  39. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  40. 3771a03 fix warnings (failed to return a bool) by reed@google.com · 13 years ago
  41. f3c1da1 add setRegion and doAA parameter to setPath by reed@google.com · 13 years ago
  42. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  43. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  44. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  45. e36707a first cut at aaclipping by reed@google.com · 13 years ago