1. db543f6 Memory leak in cache by Julia Lavrova · 4 years, 8 months ago
  2. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 8 months ago
  3. 99044e1 Update wacky_yuv_formats GM to demonstrate YUV resizing on the GPU by Robert Phillips · 4 years, 8 months ago
  4. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 8 months ago
  5. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 8 months ago
  6. ba9da46 radial gradients in skvm by Mike Klein · 4 years, 8 months ago
  7. 0ef780b Use a monotonic counter for atlas and plot generations by Herb Derby · 4 years, 8 months ago
  8. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 8 months ago
  9. 4d72171 Rename AtlasID to PlotLocator by Herb Derby · 4 years, 8 months ago
  10. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 8 months ago
  11. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 8 months ago
  12. b4cce3f Revert "Revert "add rotate to SkM44"" by Mike Reed · 4 years, 8 months ago
  13. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 8 months ago
  14. 44aa1ab Revert "add rotate to SkM44" by Mike Reed · 4 years, 8 months ago
  15. a6272de add rotate to SkM44 by Mike Reed · 4 years, 8 months ago
  16. cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 4 years, 8 months ago
  17. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 8 months ago
  18. c88a3bc Bidi segmentation BEFORE anything else by Julia Lavrova · 4 years, 8 months ago
  19. 1a496c5 Convert evict callback from function to interface by Herb Derby · 4 years, 8 months ago
  20. 07d32b4 remove some memory-based methods, add rc() by Mike Reed · 4 years, 8 months ago
  21. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 8 months ago
  22. 73c7587 Reland "Specialize SkRectanzier to SkRectanizerSkyline" by Herb Derby · 4 years, 8 months ago
  23. 26df65c row/col methods by Mike Reed · 4 years, 8 months ago
  24. e4ddb8a Revert "Specialize SkRectanzier to SkRectanizerSkyline" by Mike Reed · 4 years, 8 months ago
  25. 77e1f84 Specialize SkRectanzier to SkRectanizerSkyline by Herb Derby · 4 years, 8 months ago
  26. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 8 months ago
  27. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 8 months ago
  28. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 8 months ago
  29. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 8 months ago
  30. 5f40986 test change by Ethan Nicholas · 4 years, 8 months ago
  31. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 8 months ago
  32. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 8 months ago
  33. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 8 months ago
  34. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 8 months ago
  35. 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 4 years, 8 months ago
  36. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 4 years, 8 months ago
  37. 3dfe7ca Revert "Add compressed backend textures to Metal" by Robert Phillips · 4 years, 8 months ago
  38. 9262555 remove fun operator overloads by Mike Reed · 4 years, 8 months ago
  39. 1feceb3 split SkBBoxHierarchy into public/base types by Mike Klein · 4 years, 8 months ago
  40. b19c78e Add compressed backend textures to Metal by Robert Phillips · 4 years, 8 months ago
  41. 38380df remove the last vestiges of SkMScalar by Mike Reed · 4 years, 8 months ago
  42. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 8 months ago
  43. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 8 months ago
  44. 196e9fb let picture record take a bbh directly by Mike Klein · 4 years, 8 months ago
  45. 7a7ee94 modernize some picture internal types by Mike Klein · 4 years, 8 months ago
  46. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 8 months ago
  47. 8c2ccc0 use real normal-map texture by Mike Reed · 4 years, 8 months ago
  48. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 8 months ago
  49. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 8 months ago
  50. 07f0e41 Test readPixels on compressed textures by Robert Phillips · 4 years, 8 months ago
  51. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 8 months ago
  52. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 8 months ago
  53. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 8 months ago
  54. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 8 months ago
  55. c4b8eef move SkV3 into header by Mike Reed · 4 years, 8 months ago
  56. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 8 months ago
  57. 93d3fab improve scalar gather32 by Mike Klein · 4 years, 8 months ago
  58. b2b6a99 impl gather32 for x86 by Mike Klein · 4 years, 8 months ago
  59. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 8 months ago
  60. c322f63 add movq by Mike Klein · 4 years, 8 months ago
  61. beaa108 add vgatherdps by Mike Klein · 4 years, 8 months ago
  62. c558f72 Compressed texture API cleanup by Robert Phillips · 4 years, 8 months ago
  63. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 8 months ago
  64. f6d60d3 On ARM disable blend when src-over has src with alpha of 1. by Greg Daniel · 4 years, 8 months ago
  65. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 4 years, 8 months ago
  66. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 8 months ago
  67. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 8 months ago
  68. 4a46758 Revert "allow clients to opt into new didTranslate/didScale" by Mike Reed · 4 years, 8 months ago
  69. cb6b9e3 allow clients to opt into new didTranslate/didScale by Mike Reed · 4 years, 8 months ago
  70. fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 8 months ago
  71. 504032e SkRuntimeEffect: Fix 'in' variables in CPU backend by Brian Osman · 4 years, 8 months ago
  72. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 4 years, 8 months ago
  73. 2076b04 new virtuals for canvas ctm by Mike Reed · 4 years, 8 months ago
  74. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 8 months ago
  75. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 8 months ago
  76. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 8 months ago
  77. eca1091 Add first, last and subspan to SkEnumerate by Herb Derby · 4 years, 8 months ago
  78. f22faaf add vroundps, impl Op::floor on x86 by Mike Klein · 4 years, 8 months ago
  79. 92ca3ba JIT today's new _imm ops by Mike Klein · 4 years, 8 months ago
  80. ba0ff78 Move the remainder of GrRenderTargetContext factories. by Greg Daniel · 4 years, 8 months ago
  81. a6434a5 refactor bit ops by Mike Klein · 4 years, 8 months ago
  82. f72dedd Expose the Input variable and Child name collections in SkRuntimeEffect by Brian Osman · 4 years, 8 months ago
  83. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 8 months ago
  84. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 4 years, 8 months ago
  85. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 4 years, 8 months ago
  86. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 8 months ago
  87. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 8 months ago
  88. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 8 months ago
  89. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 4 years, 8 months ago
  90. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 8 months ago
  91. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 8 months ago
  92. 8783b78 Add a few more SkRuntimeEffect unit tests by Brian Osman · 4 years, 9 months ago
  93. 6dbd7ff first foray into SkVM image shaders by Mike Klein · 4 years, 8 months ago
  94. e994380 Some GrTypes cleanup. by Brian Salomon · 4 years, 9 months ago
  95. 2a099da SkSL description methods are now only present in debug mode by Ethan Nicholas · 4 years, 9 months ago
  96. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 9 months ago
  97. 94724c6 Fix GrColorMatrixFragmentProcessor handling of premul transparent black. by Brian Salomon · 4 years, 9 months ago
  98. 82d4970 More SkRuntimeEffect tests by Brian Osman · 4 years, 9 months ago
  99. 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 4 years, 9 months ago
  100. bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 4 years, 9 months ago