1. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years ago
  2. 98c2dd3 draw atlas: using skvm by Herb Derby · 3 years ago
  3. ae2171e Fixup enum name in SkFlattenable. by John Stiles · 3 years ago
  4. 9459c1b Move stub methods for updating shader into base by Mike Reed · 3 years ago
  5. 3b6ee00 remove unused uniforms from update by Herb Derby · 3 years ago
  6. 5992f9e draw vertices: fast triangles using a shader by Herb Derby · 3 years, 1 month ago
  7. a2a85e4 Generalize composing imagefilters and shaders to blenders by Mike Reed · 3 years, 1 month ago
  8. d32ff90 Fix bug with order-of-matrices in updatable drawVertices path by Brian Osman · 3 years, 1 month ago
  9. 4043111 Purge 2020 picture versions by Mike Reed · 3 years, 1 month ago
  10. 4b6e2f0 Remove GrBlendFragmentProcessor::BlendBehavior. by Brian Salomon · 3 years, 1 month ago
  11. 25af480 Remove GrBlendFragmentProcessor::Behavior::kComposeTwo. by Brian Salomon · 3 years, 1 month ago
  12. a2d6890 Remove GrBlendFragmentProcessor::BlendBehavior::kDefault by Brian Salomon · 3 years, 1 month ago
  13. 40586cf SkShaders::Blend requires valid src/dst shaders by Brian Salomon · 3 years, 1 month ago
  14. 6290555 Replace GrDeviceSpaceEffect with a runtime FP by Brian Osman · 3 years, 2 months ago
  15. f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 2 months ago
  16. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 2 months ago
  17. 2815b03 Reland "Plumb the full dst color info through color filters in SkVM" by Brian Osman · 3 years, 2 months ago
  18. 9a9ca5a Revert "Plumb the full dst color info through color filters in SkVM" by Brian Osman · 3 years, 2 months ago
  19. 61c7888 Plumb the full dst color info through color filters in SkVM by Brian Osman · 3 years, 2 months ago
  20. 55cbc75 Add comments to clarify use of fInputColorIsOpaque by Brian Osman · 3 years, 3 months ago
  21. 391a9f6 Fetch random numbers for TestCreate in a predictable order. by John Stiles · 3 years, 3 months ago
  22. 2b8fd2e Replace SkShader_Lerp with a runtime shader by Brian Osman · 3 years, 4 months ago
  23. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 4 months ago
  24. 6ef10e9 Add SkImage_Base::asFragmentProcessor(). by Brian Salomon · 3 years, 4 months ago
  25. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 4 months ago
  26. 8ed8081 GrSkSLFP no longer needs a GrContext by Brian Osman · 3 years, 4 months ago
  27. 5ca24f9 Reland "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 5 months ago
  28. bb0ed8e Revert "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 5 months ago
  29. 7508b54 Reland "Add GrRuntimeFPBuilder" by Brian Salomon · 3 years, 5 months ago
  30. 50af8c2 Revert "Add GrRuntimeFPBuilder" by Brian Salomon · 3 years, 5 months ago
  31. 4b39aaf Add GrRuntimeFPBuilder by Brian Salomon · 3 years, 5 months ago
  32. 7cee3ef FilterQuality should no longer be needed. by Mike Reed · 3 years, 5 months ago
  33. 8046837 Remove unused quality param for skvm program by Mike Reed · 3 years, 5 months ago
  34. 225cdea Remove legacy support for inheriting sampling from the paint. by Mike Reed · 3 years, 5 months ago
  35. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 5 months ago
  36. 1cf5681 Remove supported for (removed) inheriting paint filter-quality by Mike Reed · 3 years, 5 months ago
  37. 3fa0cda SkPictureShader::asFragmentProcessor should recreate proxy for resource. by Brian Salomon · 3 years, 5 months ago
  38. 07ee548 Remove legacy picture-shader impl by Mike Reed · 3 years, 5 months ago
  39. ff83dda Cache image behind picture-shader by Mike Reed · 3 years, 5 months ago
  40. b9bd12d Clarify how we decide the bitdepth for picture-shader by Mike Reed · 3 years, 5 months ago
  41. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 6 months ago
  42. 6e73404 Remove unused high-quality downgrade heuristic by Mike Reed · 3 years, 6 months ago
  43. 447f331 streamline skvm errors by Mike Klein · 3 years, 6 months ago
  44. c7d6e0b Normalize perspective in SkImageShader::doStages() by Florin Malita · 3 years, 6 months ago
  45. 71d420d only tweak sampling when hitting pixel centers by Mike Klein · 3 years, 6 months ago
  46. d0924f3 Replace SkImage_Base::view() and ::refView() with new asView(). by Brian Salomon · 3 years, 6 months ago
  47. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 3 years, 6 months ago
  48. c24c8ef Consistently fail readPixels when rowbytes not a multiple of bpp by Brian Salomon · 3 years, 6 months ago
  49. 490f192 Reland "Remove SkImage_Base::refPinnedImage(), use refView() instead." by Brian Salomon · 3 years, 6 months ago
  50. 8644657 Revert "Remove SkImage_Base::refPinnedImage(), use refView() instead." by Brian Salomon · 3 years, 7 months ago
  51. 9f899ac Remove SkImage_Base::refPinnedImage(), use refView() instead. by Brian Salomon · 3 years, 7 months ago
  52. bc4d88a Update legacy shader context to take sampling by Mike Reed · 3 years, 7 months ago
  53. 2a27413 Remove legacy code from picture-shader by Mike Reed · 3 years, 7 months ago
  54. bfd330d Add filter param to picture-shader by Mike Reed · 3 years, 7 months ago
  55. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 7 months ago
  56. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 3 years, 7 months ago
  57. e7541d9 make SkShaderBase::onProgram pure virtual by Mike Klein · 3 years, 7 months ago
  58. 3a61906 Allow chrome to be nearest until it can rebaseline by Mike Reed · 3 years, 7 months ago
  59. 4878b3e Remove Improved Perlin Noise by Brian Salomon · 3 years, 7 months ago
  60. f6c68d0 Cleanup in pictureshader by Mike Reed · 3 years, 7 months ago
  61. c6e2575 Always lerp when post-rotating tile in pictureshader by Mike Reed · 3 years, 7 months ago
  62. 7cbb09c2 Report a parsing error when invalid tokens are detected. by John Stiles · 3 years, 7 months ago
  63. 756995b Revert "Revert "Fix GPU improved noise impl and add to perlinnoise GM."" by Brian Salomon · 3 years, 7 months ago
  64. 9730dc4 Revert "Fix GPU improved noise impl and add to perlinnoise GM." by John Stiles · 3 years, 7 months ago
  65. bef02dc Fix GPU improved noise impl and add to perlinnoise GM. by Brian Salomon · 3 years, 7 months ago
  66. b43d699 Revert "Revert "Reland "Make textures used with alpha-only color-types produce 0s for RGB"""" by Brian Salomon · 3 years, 7 months ago
  67. 1fb7ecb Revert "Reland "Make textures used with alpha-only color-types produce 0s for RGB""" by Greg Daniel · 3 years, 7 months ago
  68. d006555 Reland "Make textures used with alpha-only color-types produce 0s for RGB"" by Brian Salomon · 3 years, 7 months ago
  69. c85bce8 Revert "Make textures used with alpha-only color-types produce 0s for RGB" by Brian Salomon · 3 years, 8 months ago
  70. 52130b0 Pass samplingoptions to GrArgs by Mike Reed · 3 years, 8 months ago
  71. 16d8613 Make textures used with alpha-only color-types produce 0s for RGB by Brian Salomon · 3 years, 8 months ago
  72. 839eef3 Work on hiding filter-quality by Mike Reed · 3 years, 8 months ago
  73. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 8 months ago
  74. 172ba9e Use explicit sampling in SkDraw by Mike Reed · 3 years, 8 months ago
  75. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 8 months ago
  76. d1eab8b Replace more instances of sk_OutColor with explicit returns. by John Stiles · 3 years, 8 months ago
  77. 5d8f55b Update last gm to use sampling, hide legacy api by Mike Reed · 3 years, 8 months ago
  78. b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 3 years, 8 months ago
  79. 82abece Bitmap should use sampling options by Mike Reed · 3 years, 8 months ago
  80. b86cd3d Use samplingoptions in imageshader by Mike Reed · 3 years, 8 months ago
  81. fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 3 years, 8 months ago
  82. 8b5f3ac Use explicit samplingoptions by Mike Reed · 3 years, 8 months ago
  83. d91ce8b rename skvm norm() to mag(), move it where used by Mike Klein · 3 years, 8 months ago
  84. 60a2ec0 Rename SkBitmapController to SkMipmapAccessor by Mike Reed · 3 years, 8 months ago
  85. bccdd90 Handling mipmapaccess failing by Mike Reed · 3 years, 8 months ago
  86. 8c1ad7e stop using bitmapcontroller by Mike Reed · 3 years, 8 months ago
  87. bb1933e simplify SkSamplingOptions field names by Mike Klein · 3 years, 8 months ago
  88. dcc8960 make SkSamplingOptions fields const by Mike Klein · 3 years, 8 months ago
  89. 5ec9c4e disambiguate skvm::bit_cast() by Mike Klein · 3 years, 8 months ago
  90. 604e4c2 move local function inside build-flag by Mike Reed · 3 years, 9 months ago
  91. 39b4c86 Use sampling inside legacy bitmapprocstate by Mike Reed · 3 years, 9 months ago
  92. 65fb101 Reland "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 9 months ago
  93. 0a07e9b Revert "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 9 months ago
  94. 26e1073 Always tweak matrix for consistent opt by Mike Reed · 3 years, 9 months ago
  95. 3d58d5a Incremental removal of internal dependence on SkFilterQuality by Mike Reed · 3 years, 9 months ago
  96. a03f8bf other ways to organize samplingoptions? by Mike Reed · 3 years, 9 months ago
  97. 74c51ac resolve filterquality up front in imageshader by Mike Reed · 3 years, 9 months ago
  98. ad5ec1a Fix color stop positions when computing degenerate gradient color by Michael Ludwig · 3 years, 9 months ago
  99. 4888cda Fix up a ton of implicit memory_order_seq_cst for unique id gen by Adlai Holler · 3 years, 9 months ago
  100. fb5850f replace std::aligned_storage by Mike Klein · 3 years, 9 months ago