1. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  2. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  3. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  4. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  5. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. d028180 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  9. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  10. 82a02c9 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by herb · 9 years ago
  11. d3d0724 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  12. 41838a0 remove unneeded _DRAWIMAGERECT flags by reed · 9 years ago
  13. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  14. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  15. 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
  16. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  17. 1d183b4 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by mtklein · 9 years ago
  18. 48ed62b SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  19. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  20. 8c0144c Fix SkCanvas::wouldOverwriteEntireSurface() contains test by fmalita · 9 years ago
  21. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  22. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  23. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  24. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  25. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  26. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  27. 4c21dc5 add drawImageNine by reed · 9 years ago
  28. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  29. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  30. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  31. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  32. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  33. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  34. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  35. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  36. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  37. 8804f58 Fallback bitmap devices should observe the computed pixel geometry by fmalita · 9 years ago
  38. 9572a10 don't use accessBitmap by reed · 9 years ago
  39. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  40. cf01e31 deprecate calling lockPixels by reed · 9 years ago
  41. daa57bf Revert of antialias matrix-image-filter to get smooth diagonals (patchset #6 id:80002 of https://codereview.chromium.org/1134743003/) by reed · 9 years ago
  42. fa33f5a antialias matrix-image-filter to get smooth diagonals by reed · 9 years ago
  43. 86a17e7 Revert of Implement support for non-scale/translate CTM in image filters. (patchset #4 id:60001 of https://codereview.chromium.org/1140943004/) by reed · 9 years ago
  44. 35786b1 Implement support for non-scale/translate CTM in image filters. by reed · 9 years ago
  45. 177cb84 Revert of Implement support for non-scale/translate CTM in image filters. (patchset #4 id:60001 of https://codereview.chromium.org/1120043002/) by reed · 9 years ago
  46. 4f12b8b Implement support for non-scale/translate CTM in image filters. by reed · 9 years ago
  47. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  48. 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
  49. 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
  50. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  51. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  52. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  53. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  54. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  55. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  56. 34fdcae remove unneeded SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER flag by reed · 9 years ago
  57. a499f90 clean up pre-storage in canvas by reed · 9 years ago
  58. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  59. dbc3cef Use colorfilter instead of imagefilter when possible by reed · 9 years ago
  60. 61f501f onCreateDevice -> NULL now means the caller should create its own (bitmap) device by reed · 9 years ago
  61. a62d32d Decrement SkCanvas::fDeferredSaveCount in doSave() by fmalita · 9 years ago
  62. 5c476fb apply xfermode after imagefilter when we create a tmp layer by reed · 9 years ago
  63. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 9 years ago
  64. 2df6fd6 Avoid sending empty bitmaps through proxy canvas by tomhudson · 9 years ago
  65. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  66. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 9 years ago
  67. f920e46 SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  68. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 9 years ago
  69. b679ca8 reduce alloc overhead for SkCanvas by reed · 9 years ago
  70. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  71. 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 9 years ago
  72. 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  73. 7c0273f Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/) by rmistry · 9 years ago
  74. f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  75. 06d3d68 Revert "Implement approx-match support in image filter saveLayer() offscreen." by senorblanco · 9 years ago
  76. b97dafe Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  77. a644116 Revert of Make the canvas draw looper setup update the canvas save count (patchset #1 id:1 of https://codereview.chromium.org/1034033004/) by reed · 9 years ago
  78. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 9 years ago
  79. 8dc0ccb disable LCD for layers w/ filters by reed · 10 years ago
  80. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 10 years ago
  81. 173e5fe Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/) by reed · 10 years ago
  82. 307d1ed Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/) by reed · 10 years ago
  83. 8e14d66 Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/) by reed · 10 years ago
  84. f7076a1 Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/) by reed · 10 years ago
  85. 0e040f7 Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) by reed · 10 years ago
  86. 1182d9a Change device creation to see the (optional) layer-paint by reed · 10 years ago
  87. 180aec4 Simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
  88. 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 10 years ago
  89. 4412465 Revert of simplify clip inside a layer -- will be applied in restore (patchset #2 id:20001 of https://codereview.chromium.org/997763002/) by reed · 10 years ago
  90. c275493 simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
  91. 96e657d remove unused params to DeviceCM constructor by reed · 10 years ago
  92. 1b110d6 Revert of use colorfilter instead of imagefilter when possible (patchset #6 id:100001 of https://codereview.chromium.org/966233002/) by reed · 10 years ago
  93. f641bd0 use colorfilter instead of imagefilter when possible by reed · 10 years ago
  94. a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 10 years ago
  95. fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
  96. 85d5eb9 Pass blob bounds to the looper, if available by fmalita · 10 years ago
  97. 024f996 Text blob run paints should be filtered. by fmalita · 10 years ago
  98. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  99. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  100. 8432808 check for inverted rects before we quick-reject by reed · 10 years ago