1. 5e976be Workaround MSVC 2019 code-gen bug in lighting image filter by Brian Osman · 4 years, 9 months ago
  2. 8115853 Prevent de-duplication of Housekeeper-PerCommit-BuildTaskDrivers by Ravi Mistry · 4 years, 9 months ago
  3. 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 4 years, 9 months ago
  4. a56a1d7 Move updating a single texture coordinate to SubRun by Herb Derby · 4 years, 9 months ago
  5. 565fb9d Revert "GrGLMakeNativeInterface_{iOS,mac,win}: clean up" by Florin Malita · 4 years, 9 months ago
  6. df2c1ee Simplify color and translate updates by Herb Derby · 4 years, 9 months ago
  7. a423802 GrGLMakeNativeInterface_{iOS,mac,win}: clean up by Hal Canary · 4 years, 9 months ago
  8. bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 4 years, 9 months ago
  9. 82462f2 Remove "-v2" from docker image names by Ravi Mistry · 4 years, 9 months ago
  10. 840ee5a Roll third_party/externals/angle2 01dd6f6ca430..ebed85592533 (1 commits) by skia-autoroll · 4 years, 9 months ago
  11. 88c34f0 Roll third_party/externals/swiftshader 6e3a387c0159..59465799210b (1 commits) by skia-autoroll · 4 years, 9 months ago
  12. 9d5e76c Roll ../src 48115d3366a0..d814fc7ea91d (94 commits) by skia-autoroll · 4 years, 9 months ago
  13. 89bf154 Roll third_party/externals/angle2 52dae168b48b..01dd6f6ca430 (3 commits) by skia-autoroll · 4 years, 9 months ago
  14. 6a59754 Actually update win_toolchain to 2019 (14.24.28314) by Brian Osman · 4 years, 9 months ago
  15. 6ca4f31 Do vertex color adjustment before atlas calculations by Herb Derby · 4 years, 9 months ago
  16. 91fd46a Move vertex translation into SubRun by Herb Derby · 4 years, 9 months ago
  17. f2d522a Update MSVC toolchain asset to 2019 by Brian Osman · 4 years, 9 months ago
  18. 22a2419 Fix CMake build by Brian Osman · 4 years, 9 months ago
  19. 1e56727 Roll ICU and Harfbuzz by Brian Osman · 4 years, 9 months ago
  20. e19d055 Add bots to push apps from skia/skia-wasm docker images by Ravi Mistry · 4 years, 9 months ago
  21. 07d744f Roll ../src 1bd453a3a8f3..48115d3366a0 (39 commits) by skia-autoroll · 4 years, 9 months ago
  22. 507c08e Roll ../src 5ebb11b284c9..1bd453a3a8f3 (67 commits) by skia-autoroll · 4 years, 9 months ago
  23. f44e0a5 Roll third_party/externals/angle2 c41f2e56623a..52dae168b48b (5 commits) by skia-autoroll · 4 years, 9 months ago
  24. 05eb83b Remove hasW() from SubRun API by Herb Derby · 4 years, 9 months ago
  25. c62f689 Roll ../src bd5c3742938c..5ebb11b284c9 (218 commits) by skia-autoroll · 4 years, 9 months ago
  26. f7fd678 Roll third_party/externals/angle2 07d3bcf1c443..c41f2e56623a (7 commits) by skia-autoroll · 4 years, 9 months ago
  27. 3d3150c Internalize color offset calculation to SubRun by Herb Derby · 4 years, 9 months ago
  28. a2d7225 Internalize vertexStride calculation to SubRun by Herb Derby · 4 years, 9 months ago
  29. 7cf4a2e Remove unneeded refStrike() from SubRun by Herb Derby · 4 years, 9 months ago
  30. df9071f Roll ../src 1c1af9fcab8f..bd5c3742938c (425 commits) by skia-autoroll · 4 years, 9 months ago
  31. 3a6ef8c Roll third_party/externals/angle2 fe2ed33a56dd..07d3bcf1c443 (10 commits) by skia-autoroll · 4 years, 9 months ago
  32. c1674d4 Roll third_party/externals/swiftshader 6d29348ddb7e..6e3a387c0159 (4 commits) by skia-autoroll · 4 years, 9 months ago
  33. ac29f13 Update SKP version by skia-recreate-skps · 4 years, 9 months ago
  34. 6ec8260 Reland "make clipIsWideOpen virtual, so device's don't have to rely on regions" by Mike Reed · 4 years, 9 months ago
  35. ebf5fd1 Revert "make clipIsWideOpen virtual, so device's don't have to rely on regions" by Mike Reed · 4 years, 9 months ago
  36. af203a6 make clipIsWideOpen virtual, so device's don't have to rely on regions by Mike Reed · 4 years, 9 months ago
  37. 2723af6 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 9 months ago
  38. 988db63 gpu: Disable dual source blending support on buggy driver versions. by Khushal Sagar · 4 years, 9 months ago
  39. 9c4ee9c Disable advanced blend equations on Imagination driver 1.10 and earlier by Brian Salomon · 4 years, 9 months ago
  40. 8f259a0 Add BC1_RGB8_UNORM support by Robert Phillips · 4 years, 9 months ago
  41. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 9 months ago
  42. 34280e2 Shorten argument lists in GrMesh::SendToGpuImpl by Chris Dalton · 4 years, 9 months ago
  43. aebe439 move clip-stencil function into GpuDevice by Mike Reed · 4 years, 9 months ago
  44. c15afe4 move SkClipStack::asPath into PDFUtils by Mike Reed · 4 years, 9 months ago
  45. 2c316bd Arenas struct for GrRecordingContext by Michael Ludwig · 4 years, 9 months ago
  46. 2fad846 simplify asClipRgn to not rely on pathops by Mike Reed · 4 years, 9 months ago
  47. b47eb18 No longer using default Globals constructor in Metal shader code by Ethan Nicholas · 4 years, 9 months ago
  48. c8bf796 [skottie] Drop legacy effect logging by Florin Malita · 4 years, 9 months ago
  49. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 9 months ago
  50. 64865a0 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 9 months ago
  51. ca0f837 Prepare CompressedBackendAllocationTest for new compression formats by Robert Phillips · 4 years, 9 months ago
  52. 52b6de6 Reland "Generate small path SDFs directly from path." by Jim Van Verth · 4 years, 9 months ago
  53. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 9 months ago
  54. 2702dc7 Create code size treemaps for executable containing GL/Vulkan by Kevin Lubick · 4 years, 9 months ago
  55. 334d0ba Optimize SkSL xor where one argument is constant by Noah Lavine · 4 years, 9 months ago
  56. 94de6b4 Debugger changes to make layer inspection interactive by Nathaniel Nifong · 4 years, 9 months ago
  57. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 9 months ago
  58. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 9 months ago
  59. dcac29b Roll third_party/externals/angle2 6423b7fc7ded..fe2ed33a56dd (9 commits) by skia-autoroll · 4 years, 9 months ago
  60. 798421b Roll ../src 358ffa26e447..1c1af9fcab8f (435 commits) by skia-autoroll · 4 years, 9 months ago
  61. 0237c1f Roll third_party/externals/swiftshader 4fd7fccd6db5..6d29348ddb7e (3 commits) by skia-autoroll · 4 years, 9 months ago
  62. 7e2dea5 SkColorFilter::onProgram() by Mike Klein · 4 years, 9 months ago
  63. 87e9ddb GrGLSLShaderBuilder::appendTextureLookupAndBlend by Brian Salomon · 4 years, 9 months ago
  64. e3f34a6 [skottie] Treat unknown effects as warnings by Florin Malita · 4 years, 9 months ago
  65. 6e6b4dd Roll recipe dependencies (trivial). by recipe-roller · 4 years, 9 months ago
  66. 9ff61ab Revert "Generate small path SDFs directly from path." by Jim Van Verth · 4 years, 9 months ago
  67. 4407acb Generate small path SDFs directly from path. by Jim Van Verth · 4 years, 9 months ago
  68. f8c187c Revert "Revert "Blend functions as SkSL built ins."" by Brian Salomon · 4 years, 9 months ago
  69. c32d53f Revert "temporarily expose postIDiv" by Mike Reed · 4 years, 9 months ago
  70. 73d4615 Add wireframe support to Metal. by Jim Van Verth · 4 years, 9 months ago
  71. e6d31bd [infra] Use unbuffered I/O for run_recipe by Ben Wagner · 4 years, 9 months ago
  72. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 4 years, 9 months ago
  73. 2e57c13 Tweak smallpaths so new paths will show up in GM. by Jim Van Verth · 4 years, 9 months ago
  74. a8352cc Write a debugger user guide. by Nathaniel Nifong · 4 years, 9 months ago
  75. 3e5e2f2 Add test for the GrContext::createCompressedBackendTexture API by Robert Phillips · 4 years, 9 months ago
  76. 4ef1ca1 Fix int/uint comparison in TextureOp asserts by Michael Ludwig · 4 years, 9 months ago
  77. ead321b Add glue to link the GrContext createCompressedBackendTexture API to the GL and Vulkan backends by Robert Phillips · 4 years, 9 months ago
  78. de30e42 Clean up GenDistanceFieldFromPath. by Jim Van Verth · 4 years, 9 months ago
  79. b56b554 public.bzl: add SKOTTIE_IOS_LIB_{SRCS,HDRS} by Hal Canary · 4 years, 9 months ago
  80. d04ddcd Update GL and Vulkan backends to support compressed backend formats by Robert Phillips · 4 years, 9 months ago
  81. 173e153 Runtime SkSL: API sketch for child shaders/effects by Brian Osman · 4 years, 9 months ago
  82. 77742c3 Remove SkShader.Empty from CanvasKit by Brian Osman · 4 years, 9 months ago
  83. c76ac8e Roll ../src 0827bfec78ad..358ffa26e447 (433 commits) by skia-autoroll · 4 years, 9 months ago
  84. b0441f4 Roll third_party/externals/angle2 751e78884a55..6423b7fc7ded (6 commits) by skia-autoroll · 4 years, 9 months ago
  85. 161dd25 Roll third_party/externals/swiftshader 21be09d8e699..4fd7fccd6db5 (4 commits) by skia-autoroll · 4 years, 9 months ago
  86. e9e4421 temporarily expose postIDiv by Mike Reed · 4 years, 9 months ago
  87. 9e0afb7 Fix clang warnings by Jian Cai · 4 years, 9 months ago
  88. 84f13d0 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 9 months ago
  89. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 9 months ago
  90. c880346 Detect when perspective is really affine, and update the matrix as we handoff by Mike Reed · 4 years, 9 months ago
  91. 8fec414 Reland "roll clang_win" by Mike Klein · 4 years, 9 months ago
  92. cdb0e8f demote -fsanitize=pointer-overflow to warning by Mike Klein · 4 years, 9 months ago
  93. 35c64f6 Only checksum and query a valid descriptor by Herb Derby · 4 years, 9 months ago
  94. 6093145 "fix" formatting of auto generated cpp from fp by Brian Salomon · 4 years, 9 months ago
  95. f64e958 Properly free bytes in SkDescriptor fuzzer by Kevin Lubick · 4 years, 9 months ago
  96. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 9 months ago
  97. cd774de disable warnings in ANGLE by Mike Klein · 4 years, 9 months ago
  98. 4e7e6c5 Revert "roll clang_win" by Mike Klein · 4 years, 9 months ago
  99. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 9 months ago
  100. 3bf8e40 roll clang_win by Mike Klein · 4 years, 9 months ago