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