1. e0a2dfa update image blur to use SkVx by Herb Derby · 3 years, 1 month ago
  2. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  3. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 1 month ago
  4. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  5. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years, 1 month ago
  6. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 2 months ago
  7. 11bc305 Make current GPU blurring implementation be OGA-only by Robert Phillips · 3 years, 3 months ago
  8. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 5 months ago
  9. b604452 Delete deprecated blur filter header by Michael Ludwig · 3 years, 7 months ago
  10. 747c31e Hide SkImageFilter::CropRect by Michael Ludwig · 3 years, 7 months ago
  11. ed552f8 Move deprecated image filter headers out of include/ and into src/ by Michael Ludwig · 3 years, 8 months ago
  12. 2b3403a Ensure that blur result is identity if both sigmas are near-zero by Jim Van Verth · 3 years, 7 months ago
  13. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  14. 8aa0edf move SkTPin to include/private by Mike Klein · 3 years, 11 months ago
  15. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  16. 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 1 month ago
  17. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 2 months ago
  18. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 2 months ago
  19. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 2 months ago
  20. c477786 Revert "Revert "remove support for serialized pictures before aug 2019"" by Mike Reed · 4 years, 2 months ago
  21. 59e1602 Revert "remove support for serialized pictures before aug 2019" by Mike Reed · 4 years, 2 months ago
  22. 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 4 years, 2 months ago
  23. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 7 months ago
  24. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 7 months ago
  25. 5c08249 Use views throughout gpu blur code. by Greg Daniel · 4 years, 7 months ago
  26. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 7 months ago
  27. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 7 months ago
  28. 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 8 months ago
  29. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 4 years, 8 months ago
  30. 9d91492 Revert "Make SkGpuBlurUtils take SkTileMode" by Brian Salomon · 4 years, 8 months ago
  31. 1817e70 Make SkGpuBlurUtils take SkTileMode by Brian Salomon · 4 years, 8 months ago
  32. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  33. f07a363 Limit sigma for software blurs by Herb Derby · 5 years ago
  34. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  35. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  36. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  37. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  38. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  39. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  40. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  41. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  42. a00318f Consistify image filter implementation code layouts by Michael Ludwig · 5 years ago
  43. 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
  44. d668f7f Hide SkImageFilter subclasses in CPP files by Michael Ludwig · 5 years ago
  45. 7bacbf7 Update SkPicture version for simplified image filter enums by Michael Ludwig · 5 years ago
  46. 607c057 Use SkTileMode for blur and matrix convolution filters by Michael Ludwig · 5 years ago
  47. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  48. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  49. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  50. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  51. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  52. b070bc9 retain colorspace in blurimagefilter_raster by Mike Reed · 5 years ago
  53. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  54. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  55. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  56. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  57. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  58. 538e1a1 move blurimagefilter.cpp back into effects by Mike Reed · 6 years ago[Renamed from src/core/SkBlurImageFilter.cpp]
  59. 27dddae rebase by Cary Clark · 6 years ago
  60. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  61. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  62. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  63. 5191880 remove toString by Cary Clark · 6 years ago
  64. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  65. 213ce18 Refactor GaussianBlur by Robert Phillips · 6 years ago
  66. 28a142f Don't try to readback from the GPU for small blur sigmas by Robert Phillips · 6 years ago
  67. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  68. c6b347e Fix overflow in blur for VERY wide bitmaps. by Herb Derby · 6 years ago
  69. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  70. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 7 years ago
  71. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 7 years ago
  72. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  73. bf6828e Add fp-friendly check for zero-width BlurImageFilters by Jim Van Verth · 7 years ago
  74. dca92e8 Account for border with small sigma. by Herb Derby · 7 years ago
  75. 661c542 Simplify image clearing by Herbert Derby · 7 years ago
  76. 72b4e07 Handle small sigma in one direction by Herb Derby · 7 years ago
  77. d8e2b13 Remove previous blur image implementation. Try 2 by Herbert Derby · 7 years ago
  78. 2a3985e Revert "Remove previous blur image implementation" by Herb Derby · 7 years ago
  79. a11346d Remove previous blur image implementation by Herbert Derby · 7 years ago
  80. 65f6985 Initialize dst image memory for small sigma by Herbert Derby · 7 years ago
  81. a0ec548 Eliminate the use of a tmp buffer for image blur by Herb Derby · 7 years ago
  82. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
  83. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
  84. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
  85. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  86. 9d96df1 Fix GPU blurring when using SkColorSpaceXformCanvas by Brian Osman · 7 years ago
  87. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  88. 0cc4824 Reland the combined 3 pass image blur with a fix to the bounds calculation by Herb Derby · 7 years ago
  89. 59f8f15 Revert "Use combined three pass code for image blur." by Herb Derby · 7 years ago
  90. d4a0fc7 Use combined three pass code for image blur. by Herb Derby · 7 years ago
  91. 5a4fb6e Reorganize blur filter to insert new implementation by Herb Derby · 7 years ago
  92. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  93. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  94. 49f58a3 Add asserts to SkBlurImageFilter flatten & CreateProc by Robert Phillips · 7 years ago
  95. da69944 Serialize the new TileMode in SkBlurImageFilterImpl. by wutao · 7 years ago
  96. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  97. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  98. 70e3e9a Remove SkImageFilter::MakeBlur entry point by Robert Phillips · 7 years ago
  99. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  100. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago