1. 0955b34 remove dead code around SK_ENABLE_CLIP_QUICKREJECT by reed · 8 years ago
  2. fe69b50 check for identity in translate by reed · 8 years ago
  3. b2796fd Added in Radial Shadows by vjiaoblack · 8 years ago
  4. 02f9ed7 test dont-clip-layer by reed · 8 years ago
  5. de6c531 remove unused SkDevice::setMatrixClip by reed · 8 years ago
  6. a8eabc4 Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  7. 84cddf6 Revert of Moved ambient lights out of SkLight's light array (patchset #7 id:120001 of https://codereview.chromium.org/2287553002/ ) by vjiaoblack · 8 years ago
  8. 8f98f0a Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  9. dca352e drawRegion() cleanups by msarett · 8 years ago
  10. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  11. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  12. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  13. bdc335f Mark temporary paths created by SkCanvas for clipping as volatile by bsalomon · 8 years ago
  14. deb8136 remove unused field from SkDrawIter by reed · 8 years ago
  15. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  16. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  17. 9da5a5a Fix bug, always keep fIsScaleTranslate in correct state by msarett · 8 years ago
  18. 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
  19. 4a16717 quick check to not use AutoDrawLooper by reed · 8 years ago
  20. 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  21. 9637ea9 Fix initialization bug for fConservativeIsScaleTranslate by msarett · 8 years ago
  22. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  23. 7c12354 remove disable aa/dither flags from Props -- never used by reed · 8 years ago
  24. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  25. 0c685ee Assert fDeviceClipBounds is always empty when clip is empty by msarett · 8 years ago
  26. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  27. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  28. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  29. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  30. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  31. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  32. 904527d moved code into onDrawShadowedPic, only renders into shadow maps if needed by vjiaoblack · 8 years ago
  33. ac09554 check zero-length text draws by reed · 8 years ago
  34. 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
  35. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  36. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  37. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  38. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  39. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  40. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  41. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  42. 5139e50 Rename variables in SkCanvas::internalSaveLayer by robertphillips · 8 years ago
  43. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  44. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  45. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  46. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  47. dda5445 Remove GrLayerHoister by robertphillips · 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. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  54. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  55. ea5a651 make some canvas utils virtual (for proxy based subclasses) by reed · 8 years ago
  56. 45561a0 drawTextRSXform by reed · 8 years ago
  57. 7446716 use mapRectScaleTranslate for common case in clipRect by reed · 8 years ago
  58. 2d1afab add SK_SUPPORT_PRECHECK_CLIPRECT experiment for clipRect by reed · 8 years ago
  59. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  60. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  61. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  62. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  63. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  64. 7563a5a remove SK_SUPPORT_LEGACY_IMAGEFILTER_CTM flag by reed · 8 years ago
  65. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  66. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  67. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  68. 86ae3d1 make context() virtual on device by reed · 8 years ago
  69. 1eca116 share code with drawSpriteWithFilter by reed · 8 years ago
  70. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  71. bb34a8a allow imagefilter to manage CTM decomposition by reed · 8 years ago
  72. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago
  73. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  74. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  75. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  76. 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
  77. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  78. 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
  79. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  80. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 8 years ago
  81. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  82. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  83. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  84. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  85. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  86. e8f3062 switch surface to sk_sp by reed · 8 years ago
  87. 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
  88. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  89. 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
  90. 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
  91. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  92. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  93. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  94. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  95. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  96. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  97. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  98. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  99. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  100. 0eda258 move annotations to canvas virtual by reed · 8 years ago