1. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. 1ebeefe IWYU for test files starting with 'A'. by Ben Wagner · 6 years ago
  4. 9fc5362 check for irect with overflow width/height by Mike Reed · 7 years ago
  5. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  6. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  8. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 8 years ago
  9. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 8 years ago
  10. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  11. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  12. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  13. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  14. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  15. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  16. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  17. 157f36d add tests for large cordinates bounds when building aaclip by reed · 10 years ago
  18. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  19. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  20. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  21. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  22. 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
  23. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  24. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  25. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  26. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  27. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  28. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  29. 014f2c4 Add an even more convenient way to declare tests, with example. by mtklein@google.com · 11 years ago
  30. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  31. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  32. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  33. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  34. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  35. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  36. 18c464b update the nearly_integral calculation to be (a) faster, and (b) to correctly by reed@google.com · 12 years ago
  37. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  38. 0435f16 Close a couple of minor memory leaks, add a valgrind suppression file to by tomhudson@google.com · 12 years ago
  39. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 12 years ago
  40. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 12 years ago
  41. a052aca more rgn==aaclip tests by reed@google.com · 13 years ago
  42. 95b85bd add test that aaclip.setRegion creates the same mask as the region by mike@reedtribe.org · 13 years ago
  43. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  44. d8676d2 add test for rgn-ops. some disable for now as they don't work (yet) by reed@google.com · 13 years ago
  45. 12e1525 fix new test to work in fixed-point by reed@google.com · 13 years ago
  46. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago