1. fd98628 search for 'main' explicitly by Mike Reed · 5 years ago
  2. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  3. ef914f6 Remove onMakeBurstPipelineContext by Florin Malita · 5 years ago
  4. 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
  5. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  6. 3fd3cc9 runtime shaders by Mike Reed · 5 years ago
  7. 1127c0b Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." by Brian Salomon · 5 years ago
  8. f9a8688 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 5 years ago
  9. 8a64fa6 SkShaderBase::isAPicture() by Hal Canary · 5 years ago
  10. a86fc7a Specialize GrBicubicEffet for 1d kernel. by Brian Salomon · 5 years ago
  11. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  12. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  13. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 6 years ago
  16. e716414 removed localmatrix getter by Mike Reed · 6 years ago
  17. bb85b8b remove dead code from old factories, enum by Mike Reed · 6 years ago
  18. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 6 years ago
  19. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  20. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 6 years ago
  21. c8bea7d New factories for SkShaders by Mike Reed · 6 years ago
  22. 187a91e undef guard for bitmap shader by Mike Reed · 6 years ago
  23. c67e006 extend guard to makeAsALocalMatrixShader for google3 by Mike Reed · 6 years ago
  24. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 6 years ago
  25. 0d99766 Revert "Reland "Revert "Reland "GPU support for SkMixers"""" by Ethan Nicholas · 6 years ago
  26. 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  27. 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  28. 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  29. 1263889 Reland "Revert "Reland "GPU support for SkMixers""" by Robert Phillips · 6 years ago
  30. d3c9245 Revert "Revert "Reland "GPU support for SkMixers""" by Ethan Nicholas · 6 years ago
  31. f88a0e1 Revert "Move localmatrix routines to shaderbase, no need to be public." by Mike Reed · 6 years ago
  32. f4a8d6f Move localmatrix routines to shaderbase, no need to be public. by Mike Reed · 6 years ago
  33. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  34. e25b447 Move SkTileModes to top level by Mike Reed · 6 years ago
  35. c47e81b Do not lose existing paint shaders when drawing alpha images by Michael Ludwig · 6 years ago
  36. 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 6 years ago
  37. 3f6a2ac remove unneeded asACompose by Mike Reed · 6 years ago
  38. a6dd1eb Revert "Reland "GPU support for SkMixers"" by Mike Reed · 6 years ago
  39. c9822a1 Reland "GPU support for SkMixers" by Mike Reed · 6 years ago
  40. e6ebe74 Revert "GPU support for SkMixers" by Ethan Nicholas · 6 years ago
  41. 3f2d05e GPU support for SkMixers by Ethan Nicholas · 6 years ago
  42. 49982b4 bool SkColorSpaceXformSteps::Required() by Mike Klein · 6 years ago
  43. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  44. b0b2c96 refactor for saner constness by Mike Klein · 6 years ago
  45. 894328d update SkShader appendStages() fallback plan by Mike Klein · 6 years ago
  46. 79a7542 allow mixer to defer to a shader by Mike Reed · 6 years ago
  47. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 6 years ago
  48. e22dba8 Clamp in GrBicubicEffect (to match SW and for general sanity) by Brian Osman · 6 years ago
  49. c723b70 Initial add SkMixers by Mike Reed · 6 years ago
  50. 5e398c2 change load/store_rgba to have src and dst variants by Mike Reed · 6 years ago
  51. 858fecc Got RelaxedPrecision decorations working again in SPIR-V, and removed by Ethan Nicholas · 6 years ago
  52. dfddf34 Fix bit-depth selection for picture shader playback with F16Norm by Brian Osman · 6 years ago
  53. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 6 years ago
  54. 5800f2e Reland "use colorspace steps to determine legacy blits" by Mike Reed · 6 years ago
  55. c945f0e Revert "use colorspace steps to determine legacy blits" by Mike Reed · 6 years ago
  56. 0919852 use colorspace steps to determine legacy blits by Mike Reed · 6 years ago
  57. 011d166 Move responsibility to onMakeContext for device colorspace decision by Mike Reed · 6 years ago
  58. 57a06e2 Fix scaling error in SkLights::makeColorSpace by Brian Osman · 6 years ago
  59. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  60. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 6 years ago
  61. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 6 years ago
  62. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 6 years ago
  63. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  64. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  65. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  66. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  67. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 6 years ago
  68. 0d84e80 move experimental header out of public includes by Mike Reed · 6 years ago
  69. 541cbd4 remove shadeSpan4f() by Mike Klein · 6 years ago
  70. ac262a0 remove Sk4x4f.h -- dead code by Mike Klein · 6 years ago
  71. 85b856f remove burst mode in SkRPBlitter by Mike Klein · 6 years ago
  72. 2ee498c fixed uninitialized value in Perlin noise shader by Ethan Nicholas · 6 years ago
  73. 8294015 Fixed GPU perlin noise shaders under rotation. by Ethan Nicholas · 6 years ago
  74. 67761eb drop into raster pipeline at 32767 by Mike Klein · 6 years ago
  75. dac694d draw big images (with raster pipeline) by Mike Klein · 6 years ago
  76. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  77. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  78. f23a152 Reland "Add clamp to border wrap mode to gpu" by Michael Ludwig · 6 years ago
  79. 8137f3c Revert "Add clamp to border wrap mode to gpu" by Michael Ludwig · 6 years ago
  80. f49a578 Add clamp to border wrap mode to gpu by Michael Ludwig · 6 years ago
  81. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  82. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  83. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  84. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  85. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  86. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  87. d431c72 Update threshold for degenerate gradients by Michael Ludwig · 6 years ago
  88. 024072a Reland "Improve degenerate 2pt conical gradient cases" by Mike Klein · 6 years ago
  89. 95af472 Revert "Improve degenerate 2pt conical gradient cases" by Stan Iliev · 6 years ago
  90. 879dab8 Improve degenerate 2pt conical gradient cases by Michael Ludwig · 6 years ago
  91. 909e61c Fix LinearGradient4fContext::shadeSpanInternal fuzz by Florin Malita · 6 years ago
  92. 987e76c make SkColorShader RP-only by Mike Klein · 6 years ago
  93. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  94. eda2ac2 send 3D masks through raster pipeline blitter by Mike Klein · 6 years ago
  95. 2dfab27 Revert "Fix div-by-zero loophole in gradient factory func" by Brian Osman · 6 years ago
  96. c34dd6c Fix div-by-zero loophole in gradient factory func by Michael Ludwig · 6 years ago
  97. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  98. a4eb936 remove old shader routines from SkColor4Shader by Mike Klein · 6 years ago
  99. c23d1ab use from/to_srgb only when known to be in [0,1] by Mike Klein · 6 years ago
  100. 9ba9d7d Use SkColor4f functionality, rather than SkPM4f.h inline functions by Brian Osman · 6 years ago