1. a5b0769 update test to allow dumping images by Mike Reed · 5 years ago
  2. 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. 84836b7 moar static flags by Mike Klein · 5 years ago
  5. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  6. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  7. 7eddfb8 consolidate SaveLayerFlag internal references by Cary Clark · 6 years ago
  8. b607a8f IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  9. 501c17c Revert "IWYU for some test files starting with 'C'." by Ben Wagner · 6 years ago
  10. 1a462bd IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  11. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  12. df071d7 use new computeByteSize api by Mike Reed · 7 years ago
  13. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  14. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  15. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  16. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  17. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  18. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 7 years ago
  19. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  20. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  21. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  22. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  23. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  24. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  25. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  26. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  27. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  28. e54c75f remove SkError by Mike Klein · 8 years ago
  29. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  30. 1c2729c Add SK_SUPPORT_LEGACY_DRAWFILTER guard around calls to SkCanvas::(get|set)DrawFilter. by benjaminwagner · 9 years ago
  31. 55b29b2 Convert CanvasStateTest to the new saveLayer API by fmalita · 9 years ago
  32. c64eff5 Revert[2] of "quick-accept clipRect calls" by reed · 9 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  35. 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
  36. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  37. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  38. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  39. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  40. 2451937 Run CanvasState test across a library boundary. by scroggo · 10 years ago
  41. ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
  42. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  43. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  44. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  45. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  46. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  47. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  48. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 10 years ago
  49. 89f077c Fix saveLayer() clipping w/filters, GPU path. by senorblanco@chromium.org · 10 years ago
  50. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  51. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  52. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  53. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  54. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  55. 07f6cf3 fix printing of error messages in canvasstatetest. by commit-bot@chromium.org · 11 years ago
  56. 1037c7b fix build breakage for missing SkScalarToInt by djsollen@google.com · 11 years ago
  57. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  58. 20146b3 fix windows test error for CanvasStateTest.cpp by djsollen@google.com · 11 years ago
  59. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  60. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  61. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago