1. fffb993 Remove SkRuntimeShaderFactory by Brian Osman · 4 years, 10 months ago
  2. 6a9f1c4 one more flourish by Mike Klein · 4 years, 10 months ago
  3. 059e043 ultimate retry for image shader cleanup by Mike Klein · 4 years, 10 months ago
  4. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 10 months ago
  5. 250138d reland "clarify that there's no kMedium here" by Mike Klein · 4 years, 10 months ago
  6. f6a715b Reland "pass more information to shaders" by Mike Klein · 4 years, 10 months ago
  7. 0ec2c7a Revert "refresh image shader cs/at logic" by Mike Klein · 4 years, 10 months ago
  8. 02eeac7 Revert "clarify that there's no kMedium here" by Mike Klein · 4 years, 10 months ago
  9. 48cc66a Revert "pass more information to shaders" by Mike Klein · 4 years, 10 months ago
  10. 4f275cf pass more information to shaders by Mike Klein · 4 years, 10 months ago
  11. 60b69ec clarify that there's no kMedium here by Mike Klein · 4 years, 10 months ago
  12. 4311f19 refresh image shader cs/at logic by Mike Klein · 4 years, 10 months ago
  13. 93de162 Add SkRuntimeEffect::makeShader by Brian Osman · 4 years, 10 months ago
  14. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 10 months ago
  15. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 10 months ago
  16. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 4 years, 10 months ago
  17. 173e153 Runtime SkSL: API sketch for child shaders/effects by Brian Osman · 4 years, 10 months ago
  18. d927bd2 Runtime SkSL: Reflect inputs in SkRuntimeEffect by Brian Osman · 4 years, 10 months ago
  19. 8d97c15 Remove SkRuntimeEffect.h include from SkColorFilterPriv.h by Brian Salomon · 4 years, 10 months ago
  20. 7b1678a Major refactor of runtime effects by Brian Osman · 4 years, 10 months ago
  21. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  22. 3f9199a GrSkSLFP: "Kind" is always kPipelineStage by Brian Osman · 4 years, 10 months ago
  23. 7f11fb5 Add mutex to guard GrSkSLFPFactoryCache accesses by Robert Phillips · 4 years, 11 months ago
  24. a7bb87e replace CSXformSteps::Required() in SkShader by Mike Klein · 4 years, 11 months ago
  25. b6b7e7b Revert "replace SkColorSpaceXformSteps::Required()" by Mike Klein · 4 years, 11 months ago
  26. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 11 months ago
  27. cdf1bc3 Expose SkRuntimeShaderFactory class to clients by Stan Iliev · 4 years, 11 months ago
  28. 122eda7 replace SkColorSpaceXformSteps::Required() by Mike Klein · 4 years, 11 months ago
  29. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 5 years ago
  30. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  31. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  32. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  33. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  34. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  35. b1b1452 Remove some SK_API from src/ by Brian Osman · 5 years ago
  36. 170de01 Revert "Replace GrTextureDomainEffect with GrDomainEffect." by Michael Ludwig · 5 years ago
  37. aee681d Revert "fix issue introduced in f29caf1433e3185df01b4a286d0fc9715ad32ae2" by Michael Ludwig · 5 years ago
  38. 55a0a03 fix issue introduced in f29caf1433e3185df01b4a286d0fc9715ad32ae2 by Brian Salomon · 5 years ago
  39. f29caf1 Replace GrTextureDomainEffect with GrDomainEffect. by Brian Salomon · 5 years ago
  40. a7e4fe4 Issue- >Skia tiled bitmap rendering is too slow when tildmodeX is not same as tileModeY. by Bharat Ahuja · 5 years ago
  41. b9f2088 convert SkVMBlitter over to floats by Mike Klein · 5 years ago
  42. 1cc6067 friendly wrapper to allocate uniforms by Mike Klein · 5 years ago
  43. 96b6150 implement SkColorFilterShader::isOpaque() by Mike Klein · 5 years ago
  44. 5625412 unify program() and uniforms() by Mike Klein · 5 years ago
  45. 746acf1 add color filter support by Mike Klein · 5 years ago
  46. cfa4f60 simpler uniforms() api by Mike Klein · 5 years ago
  47. fb9146f merge key() and CanBuild() into CacheKey() by Mike Klein · 5 years ago
  48. f3d4109 add (x,y) params to shader program() by Mike Klein · 5 years ago
  49. 0393505 opaque shaders and srcover -> src by Mike Klein · 5 years ago
  50. 9d0c67a paint color -> shader by Mike Klein · 5 years ago
  51. e4522dc rough sketch of shaders in SkVMBlitter by Mike Klein · 5 years ago
  52. 96bce8f Reland "hide color filters from blitters" by Mike Klein · 5 years ago
  53. 37bc8f9 restore _DXDY image shader on ARM by Mike Klein · 5 years ago
  54. 11eeb94 Revert "hide color filters from blitters" by Michael Ludwig · 5 years ago
  55. cba6446 hide color filters from blitters by Mike Klein · 5 years ago
  56. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  57. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  58. c95c4a6 Remove old SkSL JIT and cleanup include files a bit by Brian Osman · 5 years ago
  59. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  60. e4bce01 Remove a few GrSurfaceProxy::config() usages by Brian Salomon · 5 years ago
  61. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  62. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  63. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  64. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  65. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  66. 7e16b58 SkRuntimeShaderMaker -> SkRuntimeShaderFactory by Brian Osman · 5 years ago
  67. 9318a6c build custom blitter for drawAtlas by Mike Reed · 5 years ago
  68. 3b1e4c2 Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders by Brian Osman · 5 years ago
  69. 0100562 new ideas for bilerp/bicubic? by Mike Klein · 5 years ago
  70. 309c6c0 Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images by Chris Dalton · 5 years ago
  71. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  72. 64acf4f remove unneeded bitmapprovider abstraction by Mike Reed · 5 years ago
  73. 78eedba WIP: hack to try combining bicubic stage by Mike Reed · 5 years ago
  74. 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
  75. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  76. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  77. fd98628 search for 'main' explicitly by Mike Reed · 5 years ago
  78. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  79. ef914f6 Remove onMakeBurstPipelineContext by Florin Malita · 5 years ago
  80. 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
  81. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  82. 3fd3cc9 runtime shaders by Mike Reed · 5 years ago
  83. 1127c0b Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." by Brian Salomon · 5 years ago
  84. f9a8688 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 5 years ago
  85. 8a64fa6 SkShaderBase::isAPicture() by Hal Canary · 5 years ago
  86. a86fc7a Specialize GrBicubicEffet for 1d kernel. by Brian Salomon · 5 years ago
  87. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  88. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  89. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  90. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  91. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 6 years ago
  92. e716414 removed localmatrix getter by Mike Reed · 6 years ago
  93. bb85b8b remove dead code from old factories, enum by Mike Reed · 6 years ago
  94. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 6 years ago
  95. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  96. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 6 years ago
  97. c8bea7d New factories for SkShaders by Mike Reed · 6 years ago
  98. 187a91e undef guard for bitmap shader by Mike Reed · 6 years ago
  99. c67e006 extend guard to makeAsALocalMatrixShader for google3 by Mike Reed · 6 years ago
  100. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 6 years ago