1. 4a1af26 Fix fuzzer bug in SkDescriptor::isValid by Herb Derby · 4 years, 11 months ago
  2. a8392b7 Slightly faster hsl_to_rgb stage by Florin Malita · 4 years, 11 months ago
  3. df4601b Revert "Allow direct readback for formats in non-ES OpenGL" by Robert Phillips · 4 years, 11 months ago
  4. 2e1381e Don't keep "outResultsFile" open in nanobench by Chris Dalton · 4 years, 11 months ago
  5. 37bc8f9 restore _DXDY image shader on ARM by Mike Klein · 4 years, 11 months ago
  6. 9136bd7 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  7. 162d168 Allow direct readback for formats in non-ES OpenGL by Brian Salomon · 4 years, 11 months ago
  8. 4ab4e64 Narrow fix for creating BGRA backend texture from pixmaps on desktop GL. by Brian Salomon · 4 years, 11 months ago
  9. 3d8b9b8 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  10. d0b2029 Roll third_party/externals/angle2 d4affcdd2ac9..b2885bc4a40f (8 commits) by skia-autoroll · 4 years, 11 months ago
  11. 9f7c56e Update Go deps by skia-recreate-skps · 4 years, 11 months ago
  12. 3ac668c Roll third_party/externals/swiftshader 7738ed713e7b..883e817b14bf (1 commits) by skia-autoroll · 4 years, 11 months ago
  13. 3f4e52c Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  14. e83f334 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  15. fd1b164 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  16. 1213041 Use common path drawing code by Herb Derby · 4 years, 11 months ago
  17. fbaef60 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  18. 953efcc Color filter benchmarks by Florin Malita · 4 years, 11 months ago
  19. e0cec73 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  20. 6e38ce7 Disable msaa on Pixel3a by Chris Dalton · 4 years, 11 months ago
  21. a255358 [minor] SkRemoteGlyphCache impl: add explicit by Hal Canary · 4 years, 11 months ago
  22. 6863bb0 Set Metal rendertargetproxy via drawableSize by Jim Van Verth · 4 years, 11 months ago
  23. dd78efd Dawn: implement unified UBOs. by Stephen White · 4 years, 11 months ago
  24. 11eeb94 Revert "hide color filters from blitters" by Michael Ludwig · 4 years, 11 months ago
  25. cba6446 hide color filters from blitters by Mike Klein · 4 years, 11 months ago
  26. 5918e83 Rewrite ReadPixels_Gpu test to be more exhaustive and share code. by Brian Salomon · 4 years, 11 months ago
  27. e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 4 years, 11 months ago
  28. 3603120 GPU support for SkColorFilters::HSLAMatrix by Florin Malita · 4 years, 11 months ago
  29. 32803ff Add PrePreparedDesc to GrTextureOp by Robert Phillips · 4 years, 11 months ago
  30. 40b815d Revert "Rename gl_SampleMask to sk_SampleMask" by Robert Phillips · 4 years, 11 months ago
  31. d9ddd07 Revert "Rename sampleVariablesSupport() to sampleMaskSupport()" by Robert Phillips · 4 years, 11 months ago
  32. 8e3e431 Dawn: fix compile. by Stephen White · 4 years, 11 months ago
  33. a12f6cb [fuzzing] Fix skdescriptor deserialize compile by Kevin Lubick · 4 years, 11 months ago
  34. 184a300 Roll third_party/externals/angle2 5335faaece2a..d4affcdd2ac9 (9 commits) by skia-autoroll · 4 years, 11 months ago
  35. b7950c0 Update Go deps by skia-recreate-skps · 4 years, 11 months ago
  36. d327d3e Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  37. 220caa8 Roll third_party/externals/swiftshader 23f9c25f60ee..7738ed713e7b (3 commits) by skia-autoroll · 4 years, 11 months ago
  38. 6545699 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  39. 4d727ac Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  40. 3d5ccfd Skip unneeded reallocs in SkTDArray::shrinkToFit() by Florin Malita · 4 years, 11 months ago
  41. cc13acb Fix up release notes file by Heather Miller · 4 years, 11 months ago
  42. 1ab27a2 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  43. d48488b reorder to minimize register pressure by Mike Klein · 4 years, 11 months ago
  44. 766b4c9 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 4 years, 11 months ago
  45. c1b501c [skottie] Shift Channels effect support by Florin Malita · 4 years, 11 months ago
  46. 23716d4 Rename gl_SampleMask to sk_SampleMask by Chris Dalton · 4 years, 11 months ago
  47. 266598a Reland "Use common fallback code for drawing an SkGlyphRun" by Herb Derby · 4 years, 11 months ago
  48. a715ff5 Use urllib_request instead of urllib2 in PRESUBMIT. by Eric Boren · 4 years, 11 months ago
  49. 915b779 Revert "Track device coordinate space as matrix" by Michael Ludwig · 4 years, 11 months ago
  50. 2638f3d rename atlassize->atlasdimensions by Brian Salomon · 4 years, 11 months ago
  51. 61fc799 Add creation-time POD memory pool for GrOps by Robert Phillips · 4 years, 11 months ago
  52. 6dbc4ed [canvaskit] Expose various canvas features by Kevin Lubick · 4 years, 11 months ago
  53. 6387dc1 Revert "Enable Programs (formerly GLPrograms) test for other APIs" by Michael Ludwig · 4 years, 11 months ago
  54. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 11 months ago
  55. 3c5b68e Revert "Use common fallback code for drawing an SkGlyphRun" by Herb Derby · 4 years, 11 months ago
  56. 901b98e Add SurfaceProxyView support to Surface/TextureContext. by Greg Daniel · 4 years, 11 months ago
  57. 5987416 Enable Programs (formerly GLPrograms) test for other APIs by Jim Van Verth · 4 years, 11 months ago
  58. c7d1972 [skottie] Site update by Florin Malita · 4 years, 11 months ago
  59. 587f736 [skottie] Expose native frame rate and seekFrame() in WASM by Florin Malita · 4 years, 11 months ago
  60. a83de58 Add GrSurfaceProxyView and add support for it on GrRenderTargetContext. by Greg Daniel · 4 years, 11 months ago
  61. e25df6c [canvaskit] Expose Malloc to save copies in some places by Kevin Lubick · 4 years, 11 months ago
  62. f3f8ac3 Roll third_party/externals/angle2 4a80ba25e67b..5335faaece2a (2 commits) by skia-autoroll · 4 years, 11 months ago
  63. 4a152d3 Update Go deps by skia-recreate-skps · 4 years, 11 months ago
  64. 618d7e7 Roll third_party/externals/swiftshader 26c6c4a5eb83..23f9c25f60ee (2 commits) by skia-autoroll · 4 years, 11 months ago
  65. 81e8d3b Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  66. 8b03a63 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  67. 94e1a52 [skottie] fix clangtidy warning by Florin Malita · 4 years, 11 months ago
  68. 2be14d3 [fuzzing] Add two fuzzers for SkDescriptor by Kevin Lubick · 4 years, 11 months ago
  69. 4036a6d Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  70. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 4 years, 11 months ago
  71. c056e16 SkPDF: simplify Producer metadata logic by Hal Canary · 4 years, 11 months ago
  72. 56f569d [canvaskit] roll to v0.8.0 by Kevin Lubick · 4 years, 11 months ago
  73. 4f50bdd Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  74. ff01190 remove SkBitmapProcState::fInvKy by Mike Klein · 4 years, 11 months ago
  75. c797483 Dawn: fix rendering to mipmapped textures. by Stephen White · 4 years, 11 months ago
  76. d4db6da remove SkBitmapProcState::fInvType by Mike Klein · 4 years, 11 months ago
  77. 588e39a [canvaskit] Include CodeReviewSystem on JSON uploaded by Kevin Lubick · 4 years, 11 months ago
  78. cfbc4d4 [skottie] Add DataURI image support in utils/tools by Florin Malita · 4 years, 11 months ago
  79. 7333ed2 remove unused SkBitmapProcState fields by Mike Klein · 4 years, 11 months ago
  80. b988686 [skottie] Frame-index seek API (seekFrame) by Florin Malita · 4 years, 11 months ago
  81. 549666c Metal: adjust framebuffer size by contentsScale. by Jim Van Verth · 4 years, 11 months ago
  82. b09131f Use common fallback code for drawing an SkGlyphRun by Herb Derby · 4 years, 11 months ago
  83. d3b1fe6 [CanvasKit] More Paragraph things by Kevin Lubick · 4 years, 11 months ago
  84. f0c92a0 Dawn: don't pretend to support 565, 4444 or Gray_8 pixel configs. by Stephen White · 4 years, 11 months ago
  85. b74d554 Track device coordinate space as matrix by Michael Ludwig · 4 years, 11 months ago
  86. 6138696 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  87. c70966b Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  88. 3cae6d9 Roll third_party/externals/angle2 6dee176c8d7d..4a80ba25e67b (13 commits) by skia-autoroll · 4 years, 11 months ago
  89. f4c80c3 Update Go deps by skia-recreate-skps · 4 years, 11 months ago
  90. 554a876 Roll third_party/externals/swiftshader a68a80a4dbf9..26c6c4a5eb83 (1 commits) by skia-autoroll · 4 years, 11 months ago
  91. d26e865 Update SKP version by skia-recreate-skps · 4 years, 11 months ago
  92. 115d087 Update Go deps by skia-recreate-skps · 4 years, 11 months ago
  93. 9889d50 Update Go deps by skia-recreate-skps · 4 years, 11 months ago
  94. c65eb34 Update for XCode 11 include system by Herb Derby · 4 years, 11 months ago
  95. 85b2051 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  96. 051f7d6 Docs: include/docs with doxygen by Hal Canary · 4 years, 11 months ago
  97. 7605c89 Roll recipe dependencies (nontrivial). by recipe-roller · 5 years ago
  98. 0d4f60c Docs: Add links to header files. by Hal Canary · 5 years ago
  99. c89d1b5 Rename SkDevice::ctm() to localToDevice() by Michael Ludwig · 4 years, 11 months ago
  100. 3085d9a [canvaskit] Roll chrome version for testing by Kevin Lubick · 4 years, 11 months ago