1. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  2. 7991594 Revert "Revert "clean up after big refactor of SkColorFilter --> ...Base"" by Mike Reed · 4 years, 2 months ago
  3. a693a47 Revert "clean up after big refactor of SkColorFilter --> ...Base" by Michael Ludwig · 4 years, 2 months ago
  4. 6dc67b1 clean up after big refactor of SkColorFilter --> ...Base by Mike Reed · 4 years, 2 months ago
  5. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 2 months ago
  6. fac4c0d Reland "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 2 months ago
  7. 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 2 months ago
  8. d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 2 months ago
  9. e7ad8c0 Remove GPU read-back logic in SkSpecialImage by Brian Osman · 4 years, 2 months ago
  10. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 3 months ago
  11. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 3 months ago
  12. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 3 months ago
  13. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 7 months ago
  14. 5f95519 Use GPU special images in two GPU image filter tests by Brian Osman · 4 years, 10 months ago
  15. d1ed56e Fix mapping the morphology filter's radius when the CTM is a mirror op by Fredrik Söderquist · 5 years ago
  16. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  17. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  18. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  19. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  20. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  21. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  22. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  23. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  24. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  25. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  26. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  27. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  28. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  29. dadac55 simplify matrix color filter clamps by Mike Klein · 5 years ago
  30. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  31. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  32. 1af9b48 use drawstring with font by Mike Reed · 6 years ago
  33. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  34. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  35. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  36. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  37. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  38. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  39. 2cbf12c Always use portable fonts in image filter test by Brian Osman · 6 years ago
  40. 1b15198 Fix/simplify equal_pixels by Brian Osman · 6 years ago
  41. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  42. 27dddae rebase by Cary Clark · 6 years ago
  43. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  44. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  45. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  46. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  47. 5191880 remove toString by Cary Clark · 6 years ago
  48. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  49. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  50. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  51. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  52. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 7 years ago
  53. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  54. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  55. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
  56. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  57. b87f798 Consistently round fOffset in SkOffsetImageFilter by Fredrik Söderquist · 7 years ago
  58. 494cfcd Revert "Remove some blur tests on google3 until the flag is removed." by Mike Klein · 7 years ago
  59. 59f8f15 Revert "Use combined three pass code for image blur." by Herb Derby · 7 years ago
  60. a0020f9 Remove some blur tests on google3 until the flag is removed. by Herb Derby · 7 years ago
  61. d4a0fc7 Use combined three pass code for image blur. by Herb Derby · 7 years ago
  62. 4cdbf60 Avoid uninitialized memory in readByteArrayAsData by Leon Scroggins III · 7 years ago
  63. b449666 Reland "Fix SkImageSource::filterBounds()" again by Xianzhu Wang · 7 years ago
  64. 2ad0908 Revert "Reland "Fix SkImageSource::filterBounds()"" by Florin Malita · 7 years ago
  65. bf12c07 Reland "Fix SkImageSource::filterBounds()" by Xianzhu Wang · 7 years ago
  66. b6d2be1 Revert "Fix SkImageSource::filterBounds()" by Mike Reed · 7 years ago
  67. cb4d587 Fix SkImageSource::filterBounds() by Xianzhu Wang · 7 years ago
  68. 0fa353c Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter by Xianzhu Wang · 7 years ago
  69. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  70. 5a625e0 add tool_util to compare images by Mike Reed · 7 years ago
  71. f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
  72. 39e0855 Add an SkColorSpaceXformer image filter cache by Florin Malita · 7 years ago
  73. 08252ec Image filter DAG test for makeColorSpace() by Florin Malita · 7 years ago
  74. 8996e18 Use RGBA rather than N32 for GPU tests by Brian Salomon · 7 years ago
  75. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  76. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  77. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 7 years ago
  78. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  79. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  80. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  81. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  82. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  83. bfebe22 Set analytic AA as default. by liyuqian · 8 years ago
  84. 06dd5c7 Revert of Set analytic AA as default. (patchset #8 id:140001 of https://codereview.chromium.org/2471133002/ ) by liyuqian · 8 years ago
  85. dca4f65 Set analytic AA as default. by liyuqian · 8 years ago
  86. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  87. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  88. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  89. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  90. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  91. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  92. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  93. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  94. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  95. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  96. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  97. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  98. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  99. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  100. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 8 years ago