1. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  2. dca352e drawRegion() cleanups by msarett · 8 years ago
  3. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  4. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  5. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  6. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  7. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  8. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  9. 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
  10. 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  11. 9637ea9 Fix initialization bug for fConservativeIsScaleTranslate by msarett · 8 years ago
  12. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  13. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  14. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  15. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  16. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  17. 6372e65 Delete quickRejectY() by msarett · 8 years ago
  18. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  19. 9c5052f SkLite* by mtklein · 8 years ago
  20. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  21. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  22. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  23. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  24. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  25. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  26. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  27. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  28. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  29. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  30. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  31. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  32. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  33. ea5a651 make some canvas utils virtual (for proxy based subclasses) by reed · 8 years ago
  34. 63f30d9 fix typos and capitalization on drawTextRSXform CL by reed · 8 years ago
  35. 45561a0 drawTextRSXform by reed · 8 years ago
  36. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  37. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  38. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  39. 36736a2 Remove SkCanvas::LayerIter guard by robertphillips · 8 years ago
  40. cb61a64 Add compile guard for SkCanvas::LayerIter by robertphillips · 8 years ago
  41. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  42. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 8 years ago
  43. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago
  44. a814000 Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  45. 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
  46. 0fba3b9 sk_sp for SkCanvas::drawAnnotation() by mtklein · 8 years ago
  47. 92d4883 fix typo: add missing const by mtklein · 8 years ago
  48. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  49. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  50. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  51. f037fde Delete SkImageDecoder by msarett · 8 years ago
  52. e8f3062 switch surface to sk_sp by reed · 8 years ago
  53. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  54. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  55. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  56. f799706 Delete SkImageDecoder by msarett · 8 years ago
  57. ca2622b return pictures as sk_sp by reed · 8 years ago
  58. f8053da Allow const& for SkImages and SkPictures in draw methods. by reed · 8 years ago
  59. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  60. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  61. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  62. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  63. 952538e fix undefined signed shifts by caryclark · 8 years ago
  64. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  65. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 8 years ago
  66. 54d6029 SaveFlags begone! by fmalita · 8 years ago
  67. 4c5f1f6 Remove SK_SUPPORT_LEGACY_SAVEFLAGS define on Android by fmalita · 9 years ago
  68. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  69. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  70. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  71. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  72. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  73. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  74. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  75. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  76. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  77. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  78. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  79. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  80. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  81. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  82. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  83. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  84. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  85. 42b73eb enable conservative raster clipping by reed · 9 years ago
  86. 31b80a9 increase pre-allocated MCRecs to match common android calling pattern by reed · 9 years ago
  87. 19e82e3 Update SrcRectConstraint doc. Previous doc never matched the implementation or the c2d spec. by bsalomon · 9 years ago
  88. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  89. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  90. 021f631 api helpers inspired by blink use-cases by reed · 9 years ago
  91. 41838a0 remove unneeded _DRAWIMAGERECT flags by reed · 9 years ago
  92. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  93. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  94. 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
  95. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  96. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  97. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  98. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  99. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  100. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago