1. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 4 months ago
  2. 8ed8081 GrSkSLFP no longer needs a GrContext by Brian Osman · 3 years, 4 months ago
  3. 5ca24f9 Reland "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 5 months ago
  4. bb0ed8e Revert "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 5 months ago
  5. 7508b54 Reland "Add GrRuntimeFPBuilder" by Brian Salomon · 3 years, 5 months ago
  6. 50af8c2 Revert "Add GrRuntimeFPBuilder" by Brian Salomon · 3 years, 5 months ago
  7. 4b39aaf Add GrRuntimeFPBuilder by Brian Salomon · 3 years, 5 months ago
  8. 7cee3ef FilterQuality should no longer be needed. by Mike Reed · 3 years, 5 months ago
  9. 8046837 Remove unused quality param for skvm program by Mike Reed · 3 years, 5 months ago
  10. 225cdea Remove legacy support for inheriting sampling from the paint. by Mike Reed · 3 years, 5 months ago
  11. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 5 months ago
  12. 1cf5681 Remove supported for (removed) inheriting paint filter-quality by Mike Reed · 3 years, 5 months ago
  13. 3fa0cda SkPictureShader::asFragmentProcessor should recreate proxy for resource. by Brian Salomon · 3 years, 5 months ago
  14. 07ee548 Remove legacy picture-shader impl by Mike Reed · 3 years, 5 months ago
  15. ff83dda Cache image behind picture-shader by Mike Reed · 3 years, 5 months ago
  16. b9bd12d Clarify how we decide the bitdepth for picture-shader by Mike Reed · 3 years, 5 months ago
  17. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 6 months ago
  18. 6e73404 Remove unused high-quality downgrade heuristic by Mike Reed · 3 years, 6 months ago
  19. 447f331 streamline skvm errors by Mike Klein · 3 years, 6 months ago
  20. c7d6e0b Normalize perspective in SkImageShader::doStages() by Florin Malita · 3 years, 6 months ago
  21. 71d420d only tweak sampling when hitting pixel centers by Mike Klein · 3 years, 6 months ago
  22. d0924f3 Replace SkImage_Base::view() and ::refView() with new asView(). by Brian Salomon · 3 years, 6 months ago
  23. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 3 years, 6 months ago
  24. c24c8ef Consistently fail readPixels when rowbytes not a multiple of bpp by Brian Salomon · 3 years, 6 months ago
  25. 490f192 Reland "Remove SkImage_Base::refPinnedImage(), use refView() instead." by Brian Salomon · 3 years, 6 months ago
  26. 8644657 Revert "Remove SkImage_Base::refPinnedImage(), use refView() instead." by Brian Salomon · 3 years, 7 months ago
  27. 9f899ac Remove SkImage_Base::refPinnedImage(), use refView() instead. by Brian Salomon · 3 years, 7 months ago
  28. bc4d88a Update legacy shader context to take sampling by Mike Reed · 3 years, 7 months ago
  29. 2a27413 Remove legacy code from picture-shader by Mike Reed · 3 years, 7 months ago
  30. bfd330d Add filter param to picture-shader by Mike Reed · 3 years, 7 months ago
  31. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 7 months ago
  32. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 3 years, 7 months ago
  33. e7541d9 make SkShaderBase::onProgram pure virtual by Mike Klein · 3 years, 7 months ago
  34. 3a61906 Allow chrome to be nearest until it can rebaseline by Mike Reed · 3 years, 7 months ago
  35. 4878b3e Remove Improved Perlin Noise by Brian Salomon · 3 years, 7 months ago
  36. f6c68d0 Cleanup in pictureshader by Mike Reed · 3 years, 7 months ago
  37. c6e2575 Always lerp when post-rotating tile in pictureshader by Mike Reed · 3 years, 7 months ago
  38. 7cbb09c2 Report a parsing error when invalid tokens are detected. by John Stiles · 3 years, 7 months ago
  39. 756995b Revert "Revert "Fix GPU improved noise impl and add to perlinnoise GM."" by Brian Salomon · 3 years, 7 months ago
  40. 9730dc4 Revert "Fix GPU improved noise impl and add to perlinnoise GM." by John Stiles · 3 years, 7 months ago
  41. bef02dc Fix GPU improved noise impl and add to perlinnoise GM. by Brian Salomon · 3 years, 7 months ago
  42. b43d699 Revert "Revert "Reland "Make textures used with alpha-only color-types produce 0s for RGB"""" by Brian Salomon · 3 years, 7 months ago
  43. 1fb7ecb Revert "Reland "Make textures used with alpha-only color-types produce 0s for RGB""" by Greg Daniel · 3 years, 7 months ago
  44. d006555 Reland "Make textures used with alpha-only color-types produce 0s for RGB"" by Brian Salomon · 3 years, 7 months ago
  45. c85bce8 Revert "Make textures used with alpha-only color-types produce 0s for RGB" by Brian Salomon · 3 years, 8 months ago
  46. 52130b0 Pass samplingoptions to GrArgs by Mike Reed · 3 years, 8 months ago
  47. 16d8613 Make textures used with alpha-only color-types produce 0s for RGB by Brian Salomon · 3 years, 8 months ago
  48. 839eef3 Work on hiding filter-quality by Mike Reed · 3 years, 8 months ago
  49. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 8 months ago
  50. 172ba9e Use explicit sampling in SkDraw by Mike Reed · 3 years, 8 months ago
  51. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 8 months ago
  52. d1eab8b Replace more instances of sk_OutColor with explicit returns. by John Stiles · 3 years, 8 months ago
  53. 5d8f55b Update last gm to use sampling, hide legacy api by Mike Reed · 3 years, 8 months ago
  54. b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 3 years, 8 months ago
  55. 82abece Bitmap should use sampling options by Mike Reed · 3 years, 8 months ago
  56. b86cd3d Use samplingoptions in imageshader by Mike Reed · 3 years, 8 months ago
  57. fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 3 years, 8 months ago
  58. 8b5f3ac Use explicit samplingoptions by Mike Reed · 3 years, 8 months ago
  59. d91ce8b rename skvm norm() to mag(), move it where used by Mike Klein · 3 years, 8 months ago
  60. 60a2ec0 Rename SkBitmapController to SkMipmapAccessor by Mike Reed · 3 years, 8 months ago
  61. bccdd90 Handling mipmapaccess failing by Mike Reed · 3 years, 8 months ago
  62. 8c1ad7e stop using bitmapcontroller by Mike Reed · 3 years, 8 months ago
  63. bb1933e simplify SkSamplingOptions field names by Mike Klein · 3 years, 8 months ago
  64. dcc8960 make SkSamplingOptions fields const by Mike Klein · 3 years, 8 months ago
  65. 5ec9c4e disambiguate skvm::bit_cast() by Mike Klein · 3 years, 8 months ago
  66. 604e4c2 move local function inside build-flag by Mike Reed · 3 years, 9 months ago
  67. 39b4c86 Use sampling inside legacy bitmapprocstate by Mike Reed · 3 years, 9 months ago
  68. 65fb101 Reland "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 9 months ago
  69. 0a07e9b Revert "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 9 months ago
  70. 26e1073 Always tweak matrix for consistent opt by Mike Reed · 3 years, 9 months ago
  71. 3d58d5a Incremental removal of internal dependence on SkFilterQuality by Mike Reed · 3 years, 9 months ago
  72. a03f8bf other ways to organize samplingoptions? by Mike Reed · 3 years, 9 months ago
  73. 74c51ac resolve filterquality up front in imageshader by Mike Reed · 3 years, 9 months ago
  74. ad5ec1a Fix color stop positions when computing degenerate gradient color by Michael Ludwig · 3 years, 9 months ago
  75. 4888cda Fix up a ton of implicit memory_order_seq_cst for unique id gen by Adlai Holler · 3 years, 9 months ago
  76. fb5850f replace std::aligned_storage by Mike Klein · 3 years, 9 months ago
  77. 15b95d6 Move image sampling options into their own header by Mike Reed · 3 years, 9 months ago
  78. fdf6148 Pass function arguments using SkSpan instead of count + ptr. by John Stiles · 3 years, 10 months ago
  79. 6b58a33 Mangle function names as a separate step before emitting func-bodies. by John Stiles · 3 years, 10 months ago
  80. b270568 Almost remove GrContext by Adlai Holler · 3 years, 10 months ago
  81. 8aa0edf move SkTPin to include/private by Mike Klein · 3 years, 10 months ago
  82. 3172208 Revert "Remove GrContext" by Robert Phillips · 3 years, 10 months ago
  83. 2edf18d Remove GrContext by Adlai Holler · 3 years, 10 months ago
  84. fe1a97a split apart uniformPremul() by Mike Klein · 3 years, 11 months ago
  85. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  86. 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years ago
  87. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years ago
  88. faa844b collapse some unused type hierarchy by Mike Klein · 4 years ago
  89. f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years ago
  90. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years ago
  91. 039f681 Label constants with k prefix (not g) and use constexpr. by John Stiles · 4 years ago
  92. 24a7f07 Fix GrImprovedPerlinNoiseEffect::onIsEqual to compare properly. by John Stiles · 4 years ago
  93. 6d00de3 allow SkRP color filters to fail by Mike Klein · 4 years ago
  94. 958a3bb Move paint modulation after color space xform when drawing images by Brian Osman · 4 years ago
  95. 89b3c1f add simple rgba f32 support by Mike Klein · 4 years ago
  96. ef0fa43 don't let shaders know the destination is unpremul by Mike Klein · 4 years ago
  97. f735351 Add nearest MIP filtering to GPU and wire up to SkImageShader by Brian Salomon · 4 years, 1 month ago
  98. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 1 month ago
  99. d318489 use new cubic code for old cubics by Mike Klein · 4 years, 1 month ago
  100. 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 1 month ago