1. b964238 SkDevice::drawBitmap takes x,y, not matrix by Hal Canary · 7 years ago
  2. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 8 years ago
  3. f880b68 use AutoRestore instead of making a copy of the clipstack by Mike Reed · 8 years ago
  4. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  5. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  6. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  7. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  8. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  9. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  10. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  11. f67c459 add ViaSVG to dm by Mike Reed · 8 years ago
  12. c5e641c use common intermediate device class for clipstack management by Mike Reed · 8 years ago
  13. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  14. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  15. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  16. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  17. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  18. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  19. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  20. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  21. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  22. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  23. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  24. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  25. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  26. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  27. 221722b [SVGDevice] Observe even-odd path fills by fmalita · 8 years ago
  28. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  29. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  30. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  31. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  32. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  36. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  37. 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
  38. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  39. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  40. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  41. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  42. 5f68c34 Update SVGDevice for RRect and drawPoints by reed · 9 years ago
  43. 02f46cf Some usability ideas around SkTHash. by mtklein · 10 years ago
  44. 827da23 [SkSVGDevice] drawBitmap* support by fmalita · 10 years ago
  45. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 10 years ago
  46. 8974774 [SkSVGDevice] Fix whitespace text handling by fmalita · 10 years ago
  47. f89f60f [SkSVGDevice] Full font family support by fmalita · 10 years ago
  48. 2aafe6f Add SkSVGCanvas by fmalita · 10 years ago[Renamed (98%) from experimental/svg/SkSVGDevice.cpp]
  49. e73da40 add length parameter to addText, to match attr values by reed · 10 years ago
  50. a9d9de4 [SkSVGDevice] drawTextOnPath() support by fmalita · 10 years ago
  51. 12753cc [SkSVGDevice] Add support for more stroke params by fmalita · 10 years ago
  52. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 10 years ago
  53. fe3f260 [SkSVGDevice] Initial text support by fmalita · 10 years ago
  54. 532faa9 [SkSVGDevice] Initial shader/gradient support by fmalita · 10 years ago
  55. 93957f4 Initial SVG backend stubbing by fmalita · 10 years ago