1. 064a0b4 Update go_deps asset by skia-recreate-skps · 5 years ago
  2. e3e1146 Roll third_party/externals/angle2 82418c821689..f39b4f0280ef (12 commits) by skia-autoroll · 5 years ago
  3. 241382a Roll third_party/externals/swiftshader eba396cc66d3..f0aa9d5ab738 (14 commits) by skia-autoroll · 5 years ago
  4. 42bd047 Roll ../src 79154509c679..1b121674f584 (400 commits) by skia-autoroll · 5 years ago
  5. b5c6859 remove shader factory guard define by Mike Reed · 5 years ago
  6. 2655ede Revert "Add non-AA support to OvalFactoryOps." by Greg Daniel · 5 years ago
  7. 85de152 Move common canvas/pathkit dockerfiles to more intuitive location by Kevin Lubick · 5 years ago
  8. 10bf702 Add non-AA support to OvalFactoryOps. by Jim Van Verth · 5 years ago
  9. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 5 years ago
  10. 46431bf Add RG format to Metal by Jim Van Verth · 5 years ago
  11. 9816878 extract ToolUtils::colortype_depth() by Mike Klein · 5 years ago
  12. 201b375 Build HarfBuzz with multi-thread support. by Ben Wagner · 5 years ago
  13. de8362c remove DMJsonWriter::AddTestFailure by Mike Klein · 5 years ago
  14. 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 5 years ago
  15. 4429738 remove def of colorfilter flag by Mike Reed · 5 years ago
  16. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  17. d54b1fc full collection of externs by Nathaniel Nifong · 5 years ago
  18. 66083e9 Reland "Handle translating blob to origin in bulk" by Herb Derby · 5 years ago
  19. 7742278 SkPDF: move annotations away from device. by Hal Canary · 5 years ago
  20. a833cff some refactoring ideas by Mike Klein · 5 years ago
  21. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  22. 8065820 Revert "[skottie] More snug kTop Shaper alignment" by Florin Malita · 5 years ago
  23. f22466e SkPDF: remove unused field by Hal Canary · 5 years ago
  24. 212ff05 Fix to barrier batching. by Greg Daniel · 5 years ago
  25. 7b8bc53 --parameters -> --properties by Mike Klein · 5 years ago
  26. 97b9442 Detect simpler quad type when possible by Michael Ludwig · 5 years ago
  27. b5d8c63 remove guard for bitmap shader api by Mike Reed · 5 years ago
  28. 4ffbfe6 Add support for importing GL_R16F for YUVA promise images by Brian Salomon · 5 years ago
  29. 8842799 add missing shared lib visibility macros by Martin Vejdarski · 5 years ago
  30. 09fb824 Revert "Handle translating blob to origin in bulk" by Herb Derby · 5 years ago
  31. c6cfca4 Revert "Reland "Do not use sub-pixel positioning for source space"" by Herb Derby · 5 years ago
  32. ba6087c Roll skia/third_party/skcms 36eeb1311a72..0da672fc2c69 (1 commits) by skia-autoroll · 5 years ago
  33. a519999 Reland "Add maxDimension() to glyph" by Herb Derby · 5 years ago
  34. 8aa0ea0 Reland "Do not use sub-pixel positioning for source space" by Herb Derby · 5 years ago
  35. 5aa11fb Shader serialization experiment (with Mali Offline Compiler analysis) by Brian Osman · 5 years ago
  36. d9b8eed Revert "Do not use sub-pixel positioning for source space" by Mike Reed · 5 years ago
  37. d351617 Revert "Add maxDimension() to glyph" by Mike Reed · 5 years ago
  38. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 5 years ago
  39. 097e77c Update go_deps asset by skia-recreate-skps · 5 years ago
  40. 696e8dd Roll third_party/externals/swiftshader 4ba1911b2d7f..eba396cc66d3 (3 commits) by skia-autoroll · 5 years ago
  41. 8f838d5 Roll third_party/externals/angle2 90b1865e2a8b..82418c821689 (8 commits) by skia-autoroll · 5 years ago
  42. 6436246 Roll ../src afd96fdcf75a..79154509c679 (442 commits) by skia-autoroll · 5 years ago
  43. 0ea414a Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  44. 7ef3e14 [skottie] More snug kTop Shaper alignment by Florin Malita · 5 years ago
  45. 2f08a40 examples: Avoid undefined behavior by Greg Kaiser · 5 years ago
  46. 187a91e undef guard for bitmap shader by Mike Reed · 5 years ago
  47. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  48. c19cf51 Add maxDimension() to glyph by Herb Derby · 5 years ago
  49. f9c5d56 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  50. 6b76df0 Disable output swizzling from GrDisableColorXP by Chris Dalton · 5 years ago
  51. a5a010b Update SPIRV caching to use SkWriter32/SkReader32 and allow inspection by Brian Osman · 5 years ago
  52. c328be8 Roll skia/third_party/skcms 99740cdf2835..36eeb1311a72 (1 commits) by skia-autoroll · 5 years ago
  53. 6b797fe Simplify persistent cache code, make GLSL easier for tools to access by Brian Osman · 5 years ago
  54. 8e30ad4 Add a mustWriteToFragColor() workaround flag by Chris Dalton · 5 years ago
  55. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  56. 655f0b9 add flag to stage API change by Mike Reed · 5 years ago
  57. 7b56b0a Do not use sub-pixel positioning for source space by Herb Derby · 5 years ago
  58. c67e006 extend guard to makeAsALocalMatrixShader for google3 by Mike Reed · 5 years ago
  59. cfb0e02 SkPDF: device to use SkTCopyOnFirstWrite<SkPaint> by Hal Canary · 5 years ago
  60. 4c30340 add SkpFilePlayer to externs by Nathaniel Nifong · 5 years ago
  61. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  62. 7a2ff3c Handle translating blob to origin in bulk by Herb Derby · 5 years ago
  63. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 5 years ago
  64. f58e49f Initialize unfilled textures based on GrCaps by Kevin Lubick · 5 years ago
  65. beb7cd2 Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  66. 0d99766 Revert "Reland "Revert "Reland "GPU support for SkMixers"""" by Ethan Nicholas · 5 years ago
  67. 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  68. 9a324f2 fixed ArithmeticImageFilter input type by Ethan Nicholas · 5 years ago
  69. 10ca6ff Update Wuffs version by Nigel Tao · 5 years ago
  70. befc7cf fm_bot: look for and explain too-late flags by Mike Klein · 5 years ago
  71. 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  72. 602df41 Reduce the number of flush entry points by Robert Phillips · 5 years ago
  73. 09d022c [pathkit] build with newer emscripten by Kevin Lubick · 5 years ago
  74. 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  75. ccdd6a1 fix -script parsing by Mike Klein · 5 years ago
  76. 8cef07e Added the ability to set the entire matrix at once by Mason Freed · 5 years ago
  77. 9d22700 Enable fixed tests on Metal by Jim Van Verth · 5 years ago
  78. 1263889 Reland "Revert "Reland "GPU support for SkMixers""" by Robert Phillips · 5 years ago
  79. d3c9245 Revert "Revert "Reland "GPU support for SkMixers""" by Ethan Nicholas · 5 years ago
  80. 731eaa3 Update go_deps asset by skia-recreate-skps · 5 years ago
  81. 7d12607 Roll third_party/externals/angle2 fb201c5e208d..90b1865e2a8b (10 commits) by skia-autoroll · 5 years ago
  82. 507e69c Roll ../src 3e2882be2dde..afd96fdcf75a (504 commits) by skia-autoroll · 5 years ago
  83. a4fe0db Roll third_party/externals/swiftshader 0e3d328ac338..4ba1911b2d7f (14 commits) by skia-autoroll · 5 years ago
  84. 951182b Update SKP version by skia-recreate-skps · 5 years ago
  85. aba7a5c Update go_deps asset by skia-recreate-skps · 5 years ago
  86. 892c44d Update go_deps asset by skia-recreate-skps · 5 years ago
  87. 9499826 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  88. 559d9ee Made the fTypeMask field non-lazily computed. by Mason Freed · 5 years ago
  89. 3c3b194 Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  90. 7340124 SkString: simplify impl by Hal Canary · 6 years ago
  91. add8cf9 remote fonts: Validate format on deserialized glyph. by Khushal · 5 years ago
  92. 8cc4248 Fix WritePixels and ReadPixels for MacOS Metal by Jim Van Verth · 5 years ago
  93. 053b293 Support clip masks for SaveLayerRec and drawSpecial in Ganesh by Michael Ludwig · 5 years ago
  94. 11078c65 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  95. f186900 SkPDF: Add regression benchmark for multiple path clips by Hal Canary · 5 years ago
  96. 298390e Add helper for loading files, use let by Nathaniel Nifong · 5 years ago
  97. c7755d9 [canvaskit] Bump GPU resource cache to 256MB by Kevin Lubick · 5 years ago
  98. 6aaad1a update SkMallocPixelRef docs by Mike Klein · 5 years ago
  99. cc13fd3 [CanvasKit] Add basic support for SkPicture by Kevin Lubick · 5 years ago
  100. 774aeba [skottie] Add support for pre-decoding images at load time by Florin Malita · 5 years ago