1. 39b4c86 Use sampling inside legacy bitmapprocstate by Mike Reed · 3 years, 10 months ago
  2. 65fb101 Reland "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 10 months ago
  3. 0a07e9b Revert "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 10 months ago
  4. 26e1073 Always tweak matrix for consistent opt by Mike Reed · 3 years, 10 months ago
  5. 3d58d5a Incremental removal of internal dependence on SkFilterQuality by Mike Reed · 3 years, 10 months ago
  6. a03f8bf other ways to organize samplingoptions? by Mike Reed · 3 years, 10 months ago
  7. 74c51ac resolve filterquality up front in imageshader by Mike Reed · 3 years, 10 months ago
  8. fb5850f replace std::aligned_storage by Mike Klein · 3 years, 10 months ago
  9. 15b95d6 Move image sampling options into their own header by Mike Reed · 3 years, 11 months ago
  10. 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years, 1 month ago
  11. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 1 month ago
  12. f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years, 1 month ago
  13. 958a3bb Move paint modulation after color space xform when drawing images by Brian Osman · 4 years, 2 months ago
  14. 89b3c1f add simple rgba f32 support by Mike Klein · 4 years, 2 months ago
  15. ef0fa43 don't let shaders know the destination is unpremul by Mike Klein · 4 years, 2 months ago
  16. f735351 Add nearest MIP filtering to GPU and wire up to SkImageShader by Brian Salomon · 4 years, 2 months ago
  17. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 2 months ago
  18. d318489 use new cubic code for old cubics by Mike Klein · 4 years, 2 months ago
  19. 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 2 months ago
  20. e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 2 months ago
  21. 9662fd6 support 64-bit PixelFormats by Mike Klein · 4 years, 2 months ago
  22. f48f76e Remove modulation by input color in GrTextureEffect by Brian Osman · 4 years, 2 months ago
  23. 6514832 support 64-bit gather() by Mike Klein · 4 years, 2 months ago
  24. 03c932c generalize skvm pixel unpacking by Mike Klein · 4 years, 2 months ago
  25. 0ea3307 Make GrTextureProducer take optional subset and domain rects by Brian Salomon · 4 years, 2 months ago
  26. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 2 months ago
  27. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 3 months ago
  28. 0c24320 Reland "Don't flatten images in SkImageShader" by Brian Salomon · 4 years, 3 months ago
  29. 3e62762 Clean up GrColorSpaceXformEffect to allow a null child FP. by John Stiles · 4 years, 3 months ago
  30. 0851459 Revert "Don't flatten images in SkImageShader" by Derek Sollenberger · 4 years, 3 months ago
  31. 318afe6 Don't flatten images in SkImageShader by Brian Salomon · 4 years, 3 months ago
  32. 1af72d1 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 4 years, 3 months ago
  33. b8219e4 update ApplyMatrix signature by Mike Klein · 4 years, 3 months ago
  34. 5aaaeea Supply device and local coords to SkShader_Base::onProgram by Brian Osman · 4 years, 3 months ago
  35. e81b108 plumb matrix provider through skvm shaders by Mike Klein · 4 years, 3 months ago
  36. 9290d01 Add filter-quality to imageshader factory by Mike Reed · 4 years, 3 months ago
  37. 8106311 move shader-specific checks out of blitter chooser by Mike Reed · 4 years, 3 months ago
  38. ec8e0bf clean up legacy sRGB stages by Mike Klein · 4 years, 4 months ago
  39. 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 5 months ago
  40. 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 5 months ago
  41. 694ec49 GrMatrixConvolutionEffect uses GrTextureEffect by Brian Salomon · 4 years, 5 months ago
  42. f3b9a30 Use infix syntax from skvm by Mike Reed · 4 years, 6 months ago
  43. 28fe2c5 remove unused flag by Mike Reed · 4 years, 6 months ago
  44. 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 6 months ago
  45. 0113d29 Add skvm program to colorspacexformsteps by Mike Reed · 4 years, 6 months ago
  46. 913a6f5 impl A8/G8 skvm image shaders by Mike Klein · 4 years, 6 months ago
  47. a434e0f pass paint color and full dst info to shaders by Mike Klein · 4 years, 6 months ago
  48. 276a785 rearrange to emphasize most salient params by Mike Klein · 4 years, 6 months ago
  49. 6352f00 change onProgram to return its color, or an invalid-color if failed by Mike Reed · 4 years, 6 months ago
  50. 52f0291 Remove SkMaskFilter::makeWithMatrix() by Florin Malita · 4 years, 7 months ago
  51. 0ae1b3d detect when the localmatrix forces us into a perspective stage by Mike Reed · 4 years, 7 months ago
  52. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  53. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 7 months ago
  54. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 7 months ago
  55. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  56. d0d033a GrBicubicEffect uses GrTextureEffect. by Brian Salomon · 4 years, 7 months ago
  57. 748b757 skvm support for 888x, 1010102, 101010x by Mike Klein · 4 years, 7 months ago
  58. 921236b more sophisticated opacity in SkImageShader by Mike Klein · 4 years, 7 months ago
  59. 46874ef extend opacity tests in SkVM blits by Mike Klein · 4 years, 7 months ago
  60. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 7 months ago
  61. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 8 months ago
  62. ba51d68 Update bicubic effect factories to take a view. by Greg Daniel · 4 years, 8 months ago
  63. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 8 months ago
  64. f76da63 [canvaskit] Update build script to support latest Emscripten by Kevin Lubick · 4 years, 8 months ago
  65. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 8 months ago
  66. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 8 months ago
  67. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 8 months ago
  68. 85754d5 basic pass at gradients by Mike Klein · 4 years, 8 months ago
  69. 03d89ef make sure each sample() call uses the same uniforms by Mike Klein · 4 years, 8 months ago
  70. 5c660e0 Streamline skvm bilerp. by Mike Klein · 4 years, 9 months ago
  71. c89c199 bicubic in skvm image shader by Mike Klein · 4 years, 9 months ago
  72. 17edb8d tolerate alpha slightly out of [0,1] by Mike Klein · 4 years, 9 months ago
  73. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 9 months ago
  74. 3f83bfd one option for fixing bilerp asserts by Mike Klein · 4 years, 9 months ago
  75. b5c4355 upgrade debugging tools by Mike Klein · 4 years, 9 months ago
  76. 8e71744 add SkVM_fwd.h by Mike Klein · 4 years, 9 months ago
  77. b1ff79a handle kLow/kMedium in skvm image shader by Mike Klein · 4 years, 9 months ago
  78. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 9 months ago
  79. 3ab7128 thread an SkArenaAlloc into shaders by Mike Klein · 4 years, 9 months ago
  80. 4bc86d5 handle unpremul in skvm blitter by Mike Klein · 4 years, 9 months ago
  81. d67a5c3 support kDecal in skvm image shader by Mike Klein · 4 years, 9 months ago
  82. 25480bf expand skvm image shader by Mike Klein · 4 years, 9 months ago
  83. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 9 months ago
  84. 6dbd7ff first foray into SkVM image shaders by Mike Klein · 4 years, 9 months ago
  85. 6a9f1c4 one more flourish by Mike Klein · 4 years, 9 months ago
  86. 059e043 ultimate retry for image shader cleanup by Mike Klein · 4 years, 9 months ago
  87. 250138d reland "clarify that there's no kMedium here" by Mike Klein · 4 years, 9 months ago
  88. f6a715b Reland "pass more information to shaders" by Mike Klein · 4 years, 9 months ago
  89. 0ec2c7a Revert "refresh image shader cs/at logic" by Mike Klein · 4 years, 9 months ago
  90. 02eeac7 Revert "clarify that there's no kMedium here" by Mike Klein · 4 years, 9 months ago
  91. 48cc66a Revert "pass more information to shaders" by Mike Klein · 4 years, 9 months ago
  92. 4f275cf pass more information to shaders by Mike Klein · 4 years, 9 months ago
  93. 60b69ec clarify that there's no kMedium here by Mike Klein · 4 years, 9 months ago
  94. 4311f19 refresh image shader cs/at logic by Mike Klein · 4 years, 9 months ago
  95. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 9 months ago
  96. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 4 years, 9 months ago
  97. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 10 months ago
  98. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 10 months ago
  99. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 10 months ago
  100. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 10 months ago