1. 0ae1b3d detect when the localmatrix forces us into a perspective stage by Mike Reed · 4 years, 11 months ago
  2. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 11 months ago
  3. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 5 years ago
  4. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 5 years ago
  5. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 5 years ago
  6. d3b3bf3 Reland "Move runtime shader/colorfilter into SkRuntimeEffect.cpp" by Brian Osman · 5 years ago
  7. d0d033a GrBicubicEffect uses GrTextureEffect. by Brian Salomon · 5 years ago
  8. a9609ea turn on -Wreturn-std-move-in-c++11 by Mike Klein · 5 years ago
  9. 7281a86 Revert "Move runtime shader/colorfilter into SkRuntimeEffect.cpp" by Brian Osman · 5 years ago
  10. 8980acd Move runtime shader/colorfilter into SkRuntimeEffect.cpp by Brian Osman · 5 years ago
  11. 748b757 skvm support for 888x, 1010102, 101010x by Mike Klein · 5 years ago
  12. 921236b more sophisticated opacity in SkImageShader by Mike Klein · 5 years ago
  13. 46874ef extend opacity tests in SkVM blits by Mike Klein · 5 years ago
  14. ee16e57 Harden runtime shader/colorfilter CreateProc against bad child counts by Brian Osman · 5 years ago
  15. 3bf3b92 Guard runtime shader/colorfilter against SkSL that doesn't compile by Brian Osman · 5 years ago
  16. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 5 years ago
  17. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  18. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 5 years ago
  19. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 5 years ago
  20. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 5 years ago
  21. ba51d68 Update bicubic effect factories to take a view. by Greg Daniel · 5 years ago
  22. 3225306 In SkRuntimeEffect, just use hash of SkSL as the ID by Brian Osman · 5 years ago
  23. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 5 years ago
  24. 9bfd595 In GrSkSLFP, store inputs as SkData. Tighten size checks. by Brian Osman · 5 years ago
  25. 399ef69 thread alloc through to color filters by Mike Klein · 5 years ago
  26. ce9e060 finish up 2pt conicals by Mike Klein · 5 years ago
  27. caf5ee4 start on 2pt conical gradients by Mike Klein · 5 years ago
  28. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 5 years ago
  29. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 5 years ago
  30. bd1360f skvm sweep gradients by Mike Klein · 5 years ago
  31. ba9da46 radial gradients in skvm by Mike Klein · 5 years ago
  32. f76da63 [canvaskit] Update build script to support latest Emscripten by Kevin Lubick · 5 years ago
  33. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 5 years ago
  34. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 5 years ago
  35. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 5 years ago
  36. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 5 years ago
  37. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 5 years ago
  38. 85754d5 basic pass at gradients by Mike Klein · 5 years ago
  39. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 5 years ago
  40. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 5 years ago
  41. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 5 years ago
  42. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 5 years ago
  43. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 5 years ago
  44. 03d89ef make sure each sample() call uses the same uniforms by Mike Klein · 5 years ago
  45. 504032e SkRuntimeEffect: Fix 'in' variables in CPU backend by Brian Osman · 5 years ago
  46. 5c660e0 Streamline skvm bilerp. by Mike Klein · 5 years ago
  47. c89c199 bicubic in skvm image shader by Mike Klein · 5 years ago
  48. 17edb8d tolerate alpha slightly out of [0,1] by Mike Klein · 5 years ago
  49. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 5 years ago
  50. 3f83bfd one option for fixing bilerp asserts by Mike Klein · 5 years ago
  51. b5c4355 upgrade debugging tools by Mike Klein · 5 years ago
  52. 8e71744 add SkVM_fwd.h by Mike Klein · 5 years ago
  53. b1ff79a handle kLow/kMedium in skvm image shader by Mike Klein · 5 years ago
  54. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 5 years ago
  55. 3ab7128 thread an SkArenaAlloc into shaders by Mike Klein · 5 years ago
  56. 4bc86d5 handle unpremul in skvm blitter by Mike Klein · 5 years ago
  57. d67a5c3 support kDecal in skvm image shader by Mike Klein · 5 years ago
  58. 25480bf expand skvm image shader by Mike Klein · 5 years ago
  59. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 5 years ago
  60. 6dbd7ff first foray into SkVM image shaders by Mike Klein · 5 years ago
  61. d19cd76 Remove unused varying type param from GrGLSLShaderBuilder texture methods. by Brian Salomon · 5 years ago
  62. fffb993 Remove SkRuntimeShaderFactory by Brian Osman · 5 years ago
  63. 6a9f1c4 one more flourish by Mike Klein · 5 years ago
  64. 059e043 ultimate retry for image shader cleanup by Mike Klein · 5 years ago
  65. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 5 years ago
  66. 250138d reland "clarify that there's no kMedium here" by Mike Klein · 5 years ago
  67. f6a715b Reland "pass more information to shaders" by Mike Klein · 5 years ago
  68. 0ec2c7a Revert "refresh image shader cs/at logic" by Mike Klein · 5 years ago
  69. 02eeac7 Revert "clarify that there's no kMedium here" by Mike Klein · 5 years ago
  70. 48cc66a Revert "pass more information to shaders" by Mike Klein · 5 years ago
  71. 4f275cf pass more information to shaders by Mike Klein · 5 years ago
  72. 60b69ec clarify that there's no kMedium here by Mike Klein · 5 years ago
  73. 4311f19 refresh image shader cs/at logic by Mike Klein · 5 years ago
  74. 93de162 Add SkRuntimeEffect::makeShader by Brian Osman · 5 years ago
  75. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 5 years ago
  76. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 5 years ago
  77. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 5 years ago
  78. 173e153 Runtime SkSL: API sketch for child shaders/effects by Brian Osman · 5 years ago
  79. d927bd2 Runtime SkSL: Reflect inputs in SkRuntimeEffect by Brian Osman · 5 years ago
  80. 8d97c15 Remove SkRuntimeEffect.h include from SkColorFilterPriv.h by Brian Salomon · 5 years ago
  81. 7b1678a Major refactor of runtime effects by Brian Osman · 5 years ago
  82. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  83. 3f9199a GrSkSLFP: "Kind" is always kPipelineStage by Brian Osman · 5 years ago
  84. 7f11fb5 Add mutex to guard GrSkSLFPFactoryCache accesses by Robert Phillips · 5 years ago
  85. a7bb87e replace CSXformSteps::Required() in SkShader by Mike Klein · 5 years ago
  86. b6b7e7b Revert "replace SkColorSpaceXformSteps::Required()" by Mike Klein · 5 years ago
  87. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 5 years ago
  88. cdf1bc3 Expose SkRuntimeShaderFactory class to clients by Stan Iliev · 5 years ago
  89. 122eda7 replace SkColorSpaceXformSteps::Required() by Mike Klein · 5 years ago
  90. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 5 years ago
  91. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  92. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  93. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  94. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  95. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  96. b1b1452 Remove some SK_API from src/ by Brian Osman · 5 years ago
  97. 170de01 Revert "Replace GrTextureDomainEffect with GrDomainEffect." by Michael Ludwig · 5 years ago
  98. aee681d Revert "fix issue introduced in f29caf1433e3185df01b4a286d0fc9715ad32ae2" by Michael Ludwig · 5 years ago
  99. 55a0a03 fix issue introduced in f29caf1433e3185df01b4a286d0fc9715ad32ae2 by Brian Salomon · 5 years ago
  100. f29caf1 Replace GrTextureDomainEffect with GrDomainEffect. by Brian Salomon · 5 years ago