1. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  2. 8d90e78 remove unit tests baked into SkAAClip by Mike Klein · 6 years ago
  3. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  4. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  5. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  6. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  7. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  8. 1b7cd33 handle degenerate call to blitAntiRect by Mike Reed · 6 years ago
  9. a766ca9 use 64bit math to compute is a rect is empty by Mike Reed · 7 years ago
  10. 9fc5362 check for irect with overflow width/height by Mike Reed · 7 years ago
  11. 9e43934 Remove SK_SUPPORT_LEGACY_AA_CHOICE by Yuqian Li · 7 years ago
  12. d99d157 Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changes by Yuqian Li · 7 years ago
  13. e067395 Avoid overflow computing reserve for aaclip by Mike Reed · 7 years ago
  14. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  15. 7ca9a74 Remove uses of sk_throw. by Ben Wagner · 7 years ago
  16. 7d99dad Unify DAA and AAA usage decision by Yuqian Li · 7 years ago
  17. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  18. ca85fc3 Snug the clip with path bounds inside SkAAClip by Yuqian Li · 8 years ago
  19. 1d3ab12 Relax the extra span's alpha by liyuqian · 8 years ago
  20. 2add0ff Use Analytic AA in SkAAClip. by liyuqian · 8 years ago
  21. d7ec12e assert that non-empty clips have non-empty bounds by reed · 8 years ago
  22. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  23. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  24. 9449616 Fix UB function problems for AA merger. by herb · 9 years ago
  25. b906daf Have /src files use header directly. by herb · 9 years ago
  26. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  29. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  30. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  31. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  32. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  33. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  34. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  35. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  36. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  37. 6d42d9c add a simple ascii-art debug thing for AA clips by humper · 10 years ago
  38. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  39. 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
  40. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  41. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 10 years ago
  42. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  43. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  44. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 11 years ago
  45. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 11 years ago
  46. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  47. 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
  48. 768fee8 Fixed oversized SkRegion bound problem for complexclip_aa GM by robertphillips@google.com · 12 years ago
  49. e56513d if bounds don't intersect in DIFF mode, just return src (don't return empty) by reed@google.com · 12 years ago
  50. a4c6e4d landing mirror of https://codereview.appspot.com/6304098/ by kondapallykalyan by reed@google.com · 12 years ago
  51. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  52. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  53. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 12 years ago
  54. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 12 years ago
  55. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 12 years ago
  56. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  57. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  58. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  59. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  60. a069c8f speedup AAClip::setRegion (n^2 to n) add bench for setRegion by reed@google.com · 13 years ago
  61. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  62. 9154eb0 implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640x480) by reed@google.com · 13 years ago
  63. 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
  64. d6040f6 reload base after we call memmove by reed@google.com · 13 years ago
  65. c5507bf fix bad return type (should have been void) by reed@google.com · 13 years ago
  66. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  67. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  68. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  69. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  70. 34f7e47 checkpoint -- more support changes for soft clipping by reed@google.com · 13 years ago
  71. 1778564 trim off extra alpha==0 spans before and after our bounds by reed@google.com · 13 years ago
  72. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  73. 3771a03 fix warnings (failed to return a bool) by reed@google.com · 13 years ago
  74. f3c1da1 add setRegion and doAA parameter to setPath by reed@google.com · 13 years ago
  75. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  76. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  77. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  78. e36707a first cut at aaclipping by reed@google.com · 13 years ago