1. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  2. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  3. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  4. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  5. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  6. ee677f7 use conservative-clip-bit in pipecanvas by Mike Reed · 8 years ago
  7. 1356978 Fix SkDeferredCanvas for use on android. by Herb Derby · 8 years ago
  8. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  9. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  10. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  11. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  12. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  14. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  15. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  16. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  17. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  18. 872b4c8 Remove soft clip bool from SkCanvas by bsalomon · 8 years ago
  19. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  20. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  21. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  22. dca352e drawRegion() cleanups by msarett · 8 years ago
  23. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  24. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  25. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  26. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  27. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  28. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  29. 954df2f Revert of Fast path translate() in SkCanvas and SkLiteDL. (patchset #5 id:80001 of https://codereview.chromium.org/2255283002/ ) by mtklein · 8 years ago
  30. 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  31. 9637ea9 Fix initialization bug for fConservativeIsScaleTranslate by msarett · 8 years ago
  32. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  33. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  34. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  35. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  36. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  37. 6372e65 Delete quickRejectY() by msarett · 8 years ago
  38. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  39. 9c5052f SkLite* by mtklein · 8 years ago
  40. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  41. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  42. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  43. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  44. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  45. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  46. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  47. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  48. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  49. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  50. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  51. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  52. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  53. ea5a651 make some canvas utils virtual (for proxy based subclasses) by reed · 8 years ago
  54. 63f30d9 fix typos and capitalization on drawTextRSXform CL by reed · 8 years ago
  55. 45561a0 drawTextRSXform by reed · 8 years ago
  56. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  57. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  58. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  59. 36736a2 Remove SkCanvas::LayerIter guard by robertphillips · 8 years ago
  60. cb61a64 Add compile guard for SkCanvas::LayerIter by robertphillips · 8 years ago
  61. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  62. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 8 years ago
  63. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago
  64. a814000 Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  65. 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
  66. 0fba3b9 sk_sp for SkCanvas::drawAnnotation() by mtklein · 8 years ago
  67. 92d4883 fix typo: add missing const by mtklein · 8 years ago
  68. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  69. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  70. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  71. f037fde Delete SkImageDecoder by msarett · 8 years ago
  72. e8f3062 switch surface to sk_sp by reed · 8 years ago
  73. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  74. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  75. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  76. f799706 Delete SkImageDecoder by msarett · 8 years ago
  77. ca2622b return pictures as sk_sp by reed · 8 years ago
  78. f8053da Allow const& for SkImages and SkPictures in draw methods. by reed · 9 years ago
  79. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  80. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  81. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  82. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  83. 952538e fix undefined signed shifts by caryclark · 9 years ago
  84. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  85. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  86. 54d6029 SaveFlags begone! by fmalita · 9 years ago
  87. 4c5f1f6 Remove SK_SUPPORT_LEGACY_SAVEFLAGS define on Android by fmalita · 9 years ago
  88. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  89. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  90. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  91. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  92. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  93. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  94. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  95. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  96. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  97. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  98. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  99. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  100. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago