1. 2cbf12c Always use portable fonts in image filter test by Brian Osman · 6 years ago
  2. 1b15198 Fix/simplify equal_pixels by Brian Osman · 6 years ago
  3. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  4. 27dddae rebase by Cary Clark · 6 years ago
  5. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  6. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  7. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  8. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  9. 5191880 remove toString by Cary Clark · 6 years ago
  10. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  11. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  12. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  13. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  14. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 7 years ago
  15. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  16. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  17. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
  18. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  19. b87f798 Consistently round fOffset in SkOffsetImageFilter by Fredrik Söderquist · 7 years ago
  20. 494cfcd Revert "Remove some blur tests on google3 until the flag is removed." by Mike Klein · 7 years ago
  21. 59f8f15 Revert "Use combined three pass code for image blur." by Herb Derby · 7 years ago
  22. a0020f9 Remove some blur tests on google3 until the flag is removed. by Herb Derby · 7 years ago
  23. d4a0fc7 Use combined three pass code for image blur. by Herb Derby · 7 years ago
  24. 4cdbf60 Avoid uninitialized memory in readByteArrayAsData by Leon Scroggins III · 7 years ago
  25. b449666 Reland "Fix SkImageSource::filterBounds()" again by Xianzhu Wang · 7 years ago
  26. 2ad0908 Revert "Reland "Fix SkImageSource::filterBounds()"" by Florin Malita · 7 years ago
  27. bf12c07 Reland "Fix SkImageSource::filterBounds()" by Xianzhu Wang · 7 years ago
  28. b6d2be1 Revert "Fix SkImageSource::filterBounds()" by Mike Reed · 7 years ago
  29. cb4d587 Fix SkImageSource::filterBounds() by Xianzhu Wang · 7 years ago
  30. 0fa353c Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter by Xianzhu Wang · 7 years ago
  31. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  32. 5a625e0 add tool_util to compare images by Mike Reed · 7 years ago
  33. f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
  34. 39e0855 Add an SkColorSpaceXformer image filter cache by Florin Malita · 7 years ago
  35. 08252ec Image filter DAG test for makeColorSpace() by Florin Malita · 7 years ago
  36. 8996e18 Use RGBA rather than N32 for GPU tests by Brian Salomon · 7 years ago
  37. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  38. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  39. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 7 years ago
  40. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  41. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  42. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 7 years ago
  43. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 7 years ago
  44. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 7 years ago
  45. bfebe22 Set analytic AA as default. by liyuqian · 8 years ago
  46. 06dd5c7 Revert of Set analytic AA as default. (patchset #8 id:140001 of https://codereview.chromium.org/2471133002/ ) by liyuqian · 8 years ago
  47. dca4f65 Set analytic AA as default. by liyuqian · 8 years ago
  48. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  49. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  50. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  51. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  52. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  53. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  54. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  55. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  56. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  57. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  58. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  59. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  60. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  61. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  62. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 8 years ago
  63. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  64. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  65. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  66. 18f13f3 Remove (almost) unused read/writeFunctionPtr API. by brianosman · 8 years ago
  67. 4df1656 Tighten up SkSpecialSurface factory functions by robertphillips · 8 years ago
  68. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  69. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  70. bb34a8a allow imagefilter to manage CTM decomposition by reed · 8 years ago
  71. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  72. 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 8 years ago
  73. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  74. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  75. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  76. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  77. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  78. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  79. 21a465d Ensure all image filter tests have "ImageFilter" somewhere in the name. by senorblanco · 8 years ago
  80. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  81. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  82. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  83. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  84. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  85. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  86. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  87. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  88. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  89. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  90. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  91. 6a93fa1 Fix failed filter followed by an affects-transparent-black filter. by senorblanco · 8 years ago
  92. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  93. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  94. 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 8 years ago
  95. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  96. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  97. 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 8 years ago
  98. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  99. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  100. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago