1. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  2. 795c5ea don't use deprecated (raw) form of SkPatchUtils, delete duplicate util by Mike Reed · 7 years ago
  3. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  4. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  5. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  6. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  7. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  8. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  9. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  10. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  11. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  12. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  13. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  14. c5e641c use common intermediate device class for clipstack management by Mike Reed · 7 years ago
  15. 26e573c removed unused code around scaled generators by Mike Reed · 7 years ago
  16. c42a1cd work on raster device clipping by Mike Reed · 7 years ago
  17. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  18. a99b6ce start removing uses of SkScalarMul by Mike Reed · 8 years ago
  19. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  20. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  21. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  22. 1e18aec remove unused device apis by Mike Reed · 8 years ago
  23. 2a83603 remove metadata from device by Mike Reed · 8 years ago
  24. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  25. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  26. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  27. 58cda8f External image generator API: return an SkPixmap instead of SkImage by Florin Malita · 8 years ago
  28. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  29. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  30. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  31. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  32. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  33. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  34. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  35. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  36. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  37. 6bf2331 Mark temp paths in SkBaseDevice::drawArc and ::drawDRRect as volatile by bsalomon · 8 years ago
  38. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  39. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  40. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  41. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  42. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  43. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  44. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  45. e51c356 pre-land special methods on device by reed · 8 years ago
  46. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  47. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  48. 45561a0 drawTextRSXform by reed · 8 years ago
  49. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  50. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  51. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  52. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  53. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  54. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 8 years ago
  55. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  56. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  57. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  58. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  59. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  60. e8f3062 switch surface to sk_sp by reed · 8 years ago
  61. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  62. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  63. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  64. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  65. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  66. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  67. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  68. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  69. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  70. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  71. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 8 years ago
  72. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  73. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  74. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  75. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  76. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  77. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  78. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  79. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  80. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  81. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  82. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  83. 4f0e047 handle no shader from image in drawAtlas by reed · 9 years ago
  84. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  85. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  86. 4c21dc5 add drawImageNine by reed · 9 years ago
  87. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  88. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  89. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  90. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  91. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  92. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  93. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  94. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  95. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  96. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  97. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  98. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  99. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  100. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago