1. c7e211a SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  2. 5423ee1 Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 of https://codereview.chromium.org/1566943002/ ) by reed · 9 years ago
  3. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  4. 983dc25 SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  5. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  6. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  7. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  8. 0b70f45 remove dead flags by reed · 9 years ago
  9. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  10. fb56218 fix stroked text underline / strikethrough by caryclark · 9 years ago
  11. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  12. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  13. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  14. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  15. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  16. 7354a4b Avoid pixel GPU readback in saveLayerWithPickup by robertphillips · 9 years ago
  17. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  18. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  19. c41e7e1 Minor code cleanups in SkCanvas. by senorblanco · 9 years ago
  20. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  21. 39f0538 Add sniff for rect, oval & rrect to SkCanvas::clipPath by robertphillips · 9 years ago
  22. 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
  23. c64eff5 Revert[2] of "quick-accept clipRect calls" by reed · 9 years ago
  24. ac8cabd Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) by bsalomon · 9 years ago
  25. 90ba095 option to quick-accept clipRect calls by reed · 9 years ago
  26. 42b73eb enable conservative raster clipping by reed · 9 years ago
  27. 05527a6 Remove SK_SAVE_LAYER_BOUNDS_ARE_FILTERED #define. by senorblanco · 9 years ago
  28. 6a6229e Protect apply_paint_to_bounds_sans_imagefilter() with an #ifdef. by senorblanco · 9 years ago
  29. 87e066e Change saveLayer() semantics to take unfiltered bounds. by senorblanco · 9 years ago
  30. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  31. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  32. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  33. 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
  34. 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
  35. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  36. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  37. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  38. d028180 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  39. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  40. 82a02c9 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by herb · 9 years ago
  41. d3d0724 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  42. 41838a0 remove unneeded _DRAWIMAGERECT flags by reed · 9 years ago
  43. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  44. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  45. 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
  46. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  47. 1d183b4 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by mtklein · 9 years ago
  48. 48ed62b SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  49. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  50. 8c0144c Fix SkCanvas::wouldOverwriteEntireSurface() contains test by fmalita · 9 years ago
  51. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  52. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  53. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  54. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  55. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  56. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  57. 4c21dc5 add drawImageNine by reed · 9 years ago
  58. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  59. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  60. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  61. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  62. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  63. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  64. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  65. 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
  66. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  67. 8804f58 Fallback bitmap devices should observe the computed pixel geometry by fmalita · 9 years ago
  68. 9572a10 don't use accessBitmap by reed · 9 years ago
  69. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  70. cf01e31 deprecate calling lockPixels by reed · 9 years ago
  71. 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
  72. fa33f5a antialias matrix-image-filter to get smooth diagonals by reed · 9 years ago
  73. 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
  74. 35786b1 Implement support for non-scale/translate CTM in image filters. by reed · 9 years ago
  75. 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
  76. 4f12b8b Implement support for non-scale/translate CTM in image filters. by reed · 9 years ago
  77. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  78. 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
  79. 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
  80. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  81. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  82. 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
  83. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  84. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  85. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  86. 34fdcae remove unneeded SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER flag by reed · 9 years ago
  87. a499f90 clean up pre-storage in canvas by reed · 9 years ago
  88. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  89. dbc3cef Use colorfilter instead of imagefilter when possible by reed · 9 years ago
  90. 61f501f onCreateDevice -> NULL now means the caller should create its own (bitmap) device by reed · 9 years ago
  91. a62d32d Decrement SkCanvas::fDeferredSaveCount in doSave() by fmalita · 9 years ago
  92. 5c476fb apply xfermode after imagefilter when we create a tmp layer by reed · 9 years ago
  93. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 9 years ago
  94. 2df6fd6 Avoid sending empty bitmaps through proxy canvas by tomhudson · 9 years ago
  95. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  96. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 9 years ago
  97. f920e46 SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  98. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 9 years ago
  99. b679ca8 reduce alloc overhead for SkCanvas by reed · 9 years ago
  100. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago