1. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  2. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  3. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 2 months ago
  4. eaa76b9 Replace mask blur FPs with GrSkSLFP by Brian Osman · 3 years, 2 months ago
  5. 11bc305 Make current GPU blurring implementation be OGA-only by Robert Phillips · 3 years, 3 months ago
  6. 5837aad Expose bounds for maskfilters by Mike Reed · 3 years, 3 months ago
  7. 8a42dc1 Don't use drawVertices for blur masks by Chris Dalton · 3 years, 4 months ago
  8. 333de88 Use fillPixelsWithLocalMatrix in SkBlurMaskFilterImpl::filterMaskGPU by Chris Dalton · 3 years, 5 months ago
  9. 3561955 Rename fillRectWithLocalMatrix -> fillPixelsWithLocalMatrix by Chris Dalton · 3 years, 6 months ago
  10. 2185901 Make GrShape an r-value in drawShape calls by Chris Dalton · 3 years, 7 months ago
  11. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 9 months ago
  12. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  13. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  14. e267464 Make small epsilons more rigorous for gpu gaussian blurs by Michael Ludwig · 3 years, 11 months ago
  15. 1131b65 Reenable circle blur fast path for ellipse that transforms to circle by Brian Salomon · 4 years ago
  16. 96c8aeb Reland "Allow rect and circle blur fast cases to be used with rotation matrices." by Brian Salomon · 4 years ago
  17. 1fc7422 Revert "Allow rect and circle blur fast cases to be used with rotation matrices." by Robert Phillips · 4 years ago
  18. 2bded27 Allow rect and circle blur fast cases to be used with rotation matrices. by Brian Salomon · 4 years ago
  19. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  20. 4ef21ed Split creation of integral table out of GrRectBlurEffect by Robert Phillips · 4 years ago
  21. 5a1ebc6 use pathbuilder by Mike Reed · 4 years ago
  22. 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years, 1 month ago
  23. 4b25d41 use pathbuilder by Mike Reed · 4 years, 1 month ago
  24. 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 1 month ago
  25. 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 2 months ago
  26. c477786 Revert "Revert "remove support for serialized pictures before aug 2019"" by Mike Reed · 4 years, 2 months ago
  27. 59e1602 Revert "remove support for serialized pictures before aug 2019" by Mike Reed · 4 years, 2 months ago
  28. 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 4 years, 2 months ago
  29. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 2 months ago
  30. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 3 months ago
  31. e7b4d73 Update GrRectBlurEffect to use a child FP. by John Stiles · 4 years, 3 months ago
  32. 4ca8884 Update GrRRectBlurEffect to use a child FP. by John Stiles · 4 years, 3 months ago
  33. f6af974 Reland "Update GrCircleBlurFragmentProcessor to use a child FP." by John Stiles · 4 years, 3 months ago
  34. bce9bd6 Revert "Update GrCircleBlurFragmentProcessor to use a child FP." by John Stiles · 4 years, 3 months ago
  35. 88c6539 Update GrCircleBlurFragmentProcessor to use a child FP. by John Stiles · 4 years, 3 months ago
  36. a01ec53 Remove axis alignment restriction on small CPU blur by Brian Salomon · 4 years, 3 months ago
  37. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 3 months ago
  38. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 3 months ago
  39. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 4 months ago
  40. 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 5 months ago
  41. 2686d69 Reland "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 5 months ago
  42. 73b86c1 Revert "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 5 months ago
  43. f3f08af Rename GrShape to GrStyledShape by Michael Ludwig · 4 years, 5 months ago
  44. 5caf935 remove bones from SkVertices by Mike Reed · 4 years, 6 months ago
  45. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  46. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 7 months ago
  47. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 7 months ago
  48. 64874ea Avoid using kClamp domain in GrMatrixConvolutionEffect::MakeGaussian. by Brian Salomon · 4 years, 8 months ago
  49. 5c08249 Use views throughout gpu blur code. by Greg Daniel · 4 years, 8 months ago
  50. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 8 months ago
  51. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 8 months ago
  52. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 8 months ago
  53. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 8 months ago
  54. 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 8 months ago
  55. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 4 years, 8 months ago
  56. fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 8 months ago
  57. 9d91492 Revert "Make SkGpuBlurUtils take SkTileMode" by Brian Salomon · 4 years, 8 months ago
  58. 1817e70 Make SkGpuBlurUtils take SkTileMode by Brian Salomon · 4 years, 8 months ago
  59. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 8 months ago
  60. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 8 months ago
  61. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 8 months ago
  62. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 8 months ago
  63. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 8 months ago
  64. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 8 months ago
  65. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 4 years, 8 months ago
  66. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 9 months ago
  67. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 10 months ago
  68. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 10 months ago
  69. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 10 months ago
  70. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 10 months ago
  71. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 10 months ago
  72. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 10 months ago
  73. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  74. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  75. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  76. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  77. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  78. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  79. b618b77 Revert "Use a "decal" domain for filterMaskGPU" by Chris Dalton · 5 years ago
  80. a37ea92 Use a "decal" domain for filterMaskGPU by Chris Dalton · 5 years ago
  81. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  82. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  83. 2c59659 Make GrRectBlurEffect be analytical rather than use a texture LUT. by Brian Salomon · 5 years ago
  84. 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
  85. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  86. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  87. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  88. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  89. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  90. 7af8fe5 Switch GPU blur code over to using GrRecordingContext by Robert Phillips · 6 years ago
  91. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  92. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  93. 908bb23 When outsetting for rect blur fast path use abs of scale factors. by Brian Salomon · 6 years ago
  94. 66af080 Remove obsolete SK_IGNORE_ defines by Brian Osman · 6 years ago
  95. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  96. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  97. a522d66 Fold directFilterRRectMaskGPU into directFilterMaskGPU by Robert Phillips · 6 years ago
  98. 31c080b Add GPU-side caching of mask-filtered path masks (take 2) by Robert Phillips · 6 years ago
  99. 6f6a835 Add 0-blur-sigma check to directFilterMaskGPU by Robert Phillips · 6 years ago
  100. 6f72bbc Revert "Add GPU-side caching of mask-filtered path masks" by Greg Daniel · 6 years ago