1. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years, 1 month ago
  2. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  3. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  4. ca13a3a Remove GrFragmentProcessor::addAndPushFlagToChildren, dead code by Brian Salomon · 3 years, 1 month ago
  5. 07cce00 Remove GrFP iter declarations and comments by Brian Salomon · 3 years, 1 month ago
  6. 9139803 Remove FP iterators. by Brian Salomon · 3 years, 1 month ago
  7. 66b500a Remove explicit sample flag from GrFP. by Brian Salomon · 3 years, 1 month ago
  8. 880bb53 GrGLSLGP performs pre-order traversal to determine FP varyings. by Brian Salomon · 3 years, 1 month ago
  9. 2a6f73c Create FP GrFragmentProcessor::UseDestColorAsInput. by John Stiles · 3 years, 1 month ago
  10. 5b3aff4 Rename DestColor FP to SurfaceColor. by John Stiles · 3 years, 1 month ago
  11. 0ce9592 Add 'isBlendFunction' as a FP flag and 'destColor' to EmitArgs. by John Stiles · 3 years, 1 month ago
  12. f6c0d83 GrGLSLGeometryProcessor produces a map FP -> varying coords. by Brian Salomon · 3 years, 2 months ago
  13. 31580b3 Remove GrBlendFragmentProcessor::Behavior::kSkBlendMode. by Brian Salomon · 3 years, 2 months ago
  14. 25af480 Remove GrBlendFragmentProcessor::Behavior::kComposeTwo. by Brian Salomon · 3 years, 2 months ago
  15. 043f010 Make a dedicated (non-runtime) FP for turning on high-precision mode by Brian Osman · 3 years, 2 months ago
  16. b384eb2 Convert shape-clipping FPs to GrSkSLFP by Brian Osman · 3 years, 2 months ago
  17. b9108fe Remove declaration of unused, unimplemented FP by Brian Osman · 3 years, 2 months ago
  18. 48f83fd Reland "Replace GrColorMatrixFragmentProcessor with a runtime FP" by Brian Osman · 3 years, 3 months ago
  19. 3366efd Revert "Replace GrColorMatrixFragmentProcessor with a runtime FP" by Brian Osman · 3 years, 3 months ago
  20. 6290555 Replace GrDeviceSpaceEffect with a runtime FP by Brian Osman · 3 years, 3 months ago
  21. 3110104 Replace GrColorMatrixFragmentProcessor with a runtime FP by Brian Osman · 3 years, 3 months ago
  22. 8e814b3 Replace GrClampFragmentProcessor with runtime FPs by Brian Osman · 3 years, 3 months ago
  23. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 3 months ago
  24. bc4bc5f Add setter API for willReadDstColor FP flag. by John Stiles · 3 years, 3 months ago
  25. bb04e3d Add new FP, GrFragmentProcessor::DestColor. by John Stiles · 3 years, 3 months ago
  26. e69f25f Add GrFragmentProcessor flag indicating dest-color readback. by John Stiles · 3 years, 3 months ago
  27. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 5 months ago
  28. c18a645 Implement constantOutputForConstantInput on GrSkSLFP by Brian Osman · 3 years, 6 months ago
  29. c5422d0 Change the order of arguments to GrFragmentProcessor::Compose by Brian Osman · 3 years, 6 months ago
  30. 066f411 Remove GrConvexPolyEffect::Make() that takes SkRect, use GrAARectEffect. by Brian Salomon · 3 years, 7 months ago
  31. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 7 months ago
  32. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 9 months ago
  33. 02eb5dc Remove sk_OutColor built-in variable. by John Stiles · 3 years, 9 months ago
  34. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  35. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 1 month ago
  36. da85888 Remove final vestiges of sk_InColor. by John Stiles · 4 years, 1 month ago
  37. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 1 month ago
  38. c556d6f Revert "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 1 month ago
  39. 7161df0 Revert "Remove dumpInfo() entirely when GR_TEST_UTILS is off." by John Stiles · 4 years, 1 month ago
  40. b5e8a25 Remove dumpInfo() entirely when GR_TEST_UTILS is off. by John Stiles · 4 years, 1 month ago
  41. 2690078 Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 1 month ago
  42. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years, 1 month ago
  43. b38781c Remove unused RunInSeries processor. by John Stiles · 4 years, 2 months ago
  44. 024d745 Add GrFragmentProcessor::Compose for composing two processors. by John Stiles · 4 years, 2 months ago
  45. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 2 months ago
  46. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 2 months ago
  47. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 2 months ago
  48. 87f4d29 Remove GrFragmentProcessor::Iter. by Brian Salomon · 4 years, 2 months ago
  49. d90b3d3 Remove generic GrFragmentProcessor texture sampling. by Brian Salomon · 4 years, 2 months ago
  50. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years, 2 months ago
  51. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 2 months ago
  52. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 2 months ago
  53. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 2 months ago
  54. 061a5cf Move SkSLSampleMatrix to include/private by Brian Osman · 4 years, 2 months ago
  55. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 2 months ago
  56. 72e5764 Rename MakeResult so that it can be used more broadly. by John Stiles · 4 years, 2 months ago
  57. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 3 months ago
  58. f08a82b Return tuple from GrConvexPolyEffect::Make denoting success or failure. by John Stiles · 4 years, 3 months ago
  59. 9ec6b05 Add cloneAndRegisterAllChildProcessors. by John Stiles · 4 years, 3 months ago
  60. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 3 months ago
  61. 00ddb00 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 4 months ago
  62. a117e7b Revert "Reland "Support large kernels on GPU in matrix convolution effect"" by Adlai Holler · 4 years, 4 months ago
  63. 76cb9c4 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 4 months ago
  64. 41e377d Revert "Support large kernels on GPU in matrix convolution effect" by Brian Salomon · 4 years, 4 months ago
  65. 1ed4391 Support large kernels on GPU in matrix convolution effect by Adlai Holler · 4 years, 4 months ago
  66. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 5 months ago
  67. b10a662 GrFP::coordTransformsApplyToLocalCoords() -> GrFP::isSampledWithExplicitCoords() by Brian Salomon · 4 years, 7 months ago
  68. 64f4206 Remove unique_ptr_address_as_pointer_address by Brian Salomon · 4 years, 7 months ago
  69. 87506ab Remove (mostly) getting swizzle from GrSurfaceProxy. by Greg Daniel · 4 years, 7 months ago
  70. 7ef777e tranform -> transform by Ethan Nicholas · 4 years, 7 months ago
  71. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 4 years, 8 months ago
  72. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 4 years, 8 months ago
  73. 9d91492 Revert "Make SkGpuBlurUtils take SkTileMode" by Brian Salomon · 4 years, 8 months ago
  74. 1817e70 Make SkGpuBlurUtils take SkTileMode by Brian Salomon · 4 years, 8 months ago
  75. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 8 months ago
  76. bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 9 months ago
  77. c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 9 months ago
  78. acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 4 years, 9 months ago
  79. 4b5b645 [canvaskit] Add _RTShaderFactory for demos by Kevin Lubick · 4 years, 9 months ago
  80. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 9 months ago
  81. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 4 years, 9 months ago
  82. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 9 months ago
  83. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 4 years, 10 months ago
  84. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 10 months ago
  85. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 10 months ago
  86. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 10 months ago
  87. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  88. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  89. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  90. 7d7aaf4 Slim down GrFragmentProcessor::TextureSampler and GrPrimitiveProcessor::TextureSampler by Robert Phillips · 5 years ago
  91. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  92. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  93. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  94. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  95. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  96. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  97. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  98. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 5 years ago
  99. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  100. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago