1. b8c0dab Add UWP support by James Clarke · 3 years, 7 months ago
  2. 62b039b Add .stage output to skslc for runtime effects by Brian Osman · 3 years, 7 months ago
  3. 1a771fe [fuzzing] Add SkParagraph to oss-fuzz. by Weston Tracey · 3 years, 7 months ago
  4. 84d884a Revert "Revert "Reland "Add particle GMs""" by Brian Osman · 3 years, 7 months ago
  5. ad8ce4d Revert "Reland "Add particle GMs"" by Brian Osman · 3 years, 7 months ago
  6. fa8b5e4 Add support for retina displays to sk_app. by Ben Wagner · 3 years, 7 months ago
  7. cdd852b Reland "Add particle GMs" by Brian Osman · 3 years, 7 months ago
  8. 3b01242 Revert "Add particle GMs" by Mike Reed · 3 years, 7 months ago
  9. f3274e0 Add particle GMs by Brian Osman · 3 years, 8 months ago
  10. b7f5e1b Fix SkSL test compilation on Windows. by John Stiles · 3 years, 7 months ago
  11. bfc9be0 Migrate SkSL test inputs to the resources/ directory. by John Stiles · 3 years, 8 months ago
  12. da57fc0 Update skslc compiler script to allow for output path flexibility. by John Stiles · 3 years, 8 months ago
  13. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 3 years, 8 months ago
  14. 4f4c064 roll gn to latest by Mike Klein · 3 years, 8 months ago
  15. 6d4577b [fuzzing] Add first pass SkParagraph fuzzing. by Weston Tracey · 3 years, 8 months ago
  16. 7ae1b4c Add particles and svg support to fiddle. by Joe Gregorio · 3 years, 8 months ago
  17. a07076b Fix GN issue with incorrect task outputs by Brian Osman · 3 years, 9 months ago
  18. e9ad19b Fix skslc compilation on Windows by Brian Osman · 3 years, 9 months ago
  19. 977feec Add .rte -> .skvm unit test framework by Brian Osman · 3 years, 9 months ago
  20. 47726a1 Add SkVM output to skslc by Brian Osman · 3 years, 9 months ago
  21. 9194675 SkSL: In the front-end, rename PipelineStage to RuntimeEffect by Brian Osman · 3 years, 9 months ago
  22. dec7802 Reland "[svg] Absolute positioning support for text" by Florin Malita · 3 years, 9 months ago
  23. 0047aff remove very oldest SkVM testing by Mike Klein · 3 years, 9 months ago
  24. e2f6245 Revert "[svg] Absolute positioning support for text" by Derek Sollenberger · 3 years, 9 months ago
  25. febb1b8 [svg] Absolute positioning support for text by Florin Malita · 3 years, 9 months ago
  26. b65d299 Fix C API example, ensure the C API example is built in CI by Martin Kustermann · 3 years, 9 months ago
  27. f607dbb implement SkAudioPLayer for Android by Jorge Betancourt · 3 years, 9 months ago
  28. c301218 Fix GN dirty checking for SPIR-V test files. by John Stiles · 3 years, 9 months ago
  29. 3021795 Improve CanvasState cross-library tests by Michael Ludwig · 3 years, 9 months ago
  30. 23f00d7 Reland "Add ByteCode output to skslc" by Brian Osman · 3 years, 9 months ago
  31. c9a24c9 default to using new/delete for GrOp by Herb Derby · 3 years, 9 months ago
  32. 5fa4554 Revert "Add ByteCode output to skslc" by Brian Osman · 3 years, 9 months ago
  33. 68da339 Add ByteCode output to skslc by Brian Osman · 3 years, 9 months ago
  34. 8d09d4a Run SPIR-V validation on SkSL unit test output by Brian Osman · 3 years, 10 months ago
  35. dda1d31 Enable SPIR-V disassembly output from skslc. by John Stiles · 3 years, 10 months ago
  36. 1340dbd Reland "SkAndroidCodec: Support decoding all frames" by Leon Scroggins · 3 years, 10 months ago
  37. 267a858 Revert "SkAndroidCodec: Support decoding all frames" by Leon Scroggins III · 3 years, 10 months ago
  38. fc4fdc5 SkAndroidCodec: Support decoding all frames by Leon Scroggins · 3 years, 10 months ago
  39. ed43595 Fix issues with latest GN by Martin Vejdarski · 3 years, 10 months ago
  40. b06301e Reland "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 3 years, 10 months ago
  41. 4cb5c5e Revert "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 3 years, 10 months ago
  42. bea0dc6 Rearrange SkSL pre-include modules to hide things by Brian Osman · 3 years, 10 months ago
  43. 23e6866 Reland "Replace pooling mechanism with GrMemoryPool." by John Stiles · 3 years, 10 months ago
  44. b3cc5fd Revert "Replace pooling mechanism with GrMemoryPool." by John Stiles · 3 years, 10 months ago
  45. 67e1cf4 Replace pooling mechanism with GrMemoryPool. by John Stiles · 3 years, 10 months ago
  46. 40f8107 remove absl experiment by Mike Klein · 3 years, 11 months ago
  47. 189ecd4 Add toy variable-width stroker sample by Tyler Denniston · 3 years, 11 months ago
  48. 060503e Use SkMutex in SkSL. by John Stiles · 3 years, 11 months ago
  49. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 3 years, 11 months ago
  50. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 3 years, 11 months ago
  51. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 3 years, 11 months ago
  52. 3bfeab7 Reland [svg] Add svg_tool by Florin Malita · 4 years ago
  53. 91c752a Revert "[svg] Add svg_tool" by Robert Phillips · 4 years ago
  54. 2531de9 [svg] Add svg_tool by Florin Malita · 4 years ago
  55. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years ago
  56. 0039874 [canvaskit] POC bindings for testing gms by Kevin Lubick · 4 years ago
  57. 8d921a1 build: Remove no-op calls to set_sources_assignment_filter by Sylvain Defresne · 4 years ago
  58. 56a6120 retry³ absl by Mike Klein · 4 years, 4 months ago
  59. 3c70f0b Revert "retry retry absl" by Mike Klein · 4 years ago
  60. bbfc015 turn on using new for op pools by Herb Derby · 4 years ago
  61. 33b42e1 retry retry absl by Mike Klein · 4 years, 4 months ago
  62. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years ago
  63. a6ca975 Let skslc use more of Skia's core by Brian Osman · 4 years ago
  64. aeae3a5 Add golden outputs for the Metal backend. by John Stiles · 4 years ago
  65. 7e24871 Clean up SkSL test compilation in preparation for Metal support. by John Stiles · 4 years ago
  66. 1b89eb7 Add AMD allocator to D3D12 backend. by Jim Van Verth · 4 years ago
  67. 371fde5 Rename 'DefaultSettings' golden outputs to 'StandaloneSettings'. by John Stiles · 4 years ago
  68. 0ed9f31 Migrate several GLSL workaround unit tests to golden files. by John Stiles · 4 years ago
  69. 3ee25e9 Don't link against MetalKit when building the base Skia library. by Chinmay Garde · 4 years ago
  70. 272e8bc [fuzz] Add libfuzzer binaries to BUILD.gn by Kevin Lubick · 4 years ago
  71. d836f84 Generate SkSL golden output files from test inputs during the build. by John Stiles · 4 years ago
  72. b862131 organize deps so that modules/audioplayer is listed as a dep for samples by Jorge Betancourt · 4 years ago
  73. 646d6c5 add oboe version 1.4.3 to third_party dependencies for Android's skottie audio player by Jorge Betancourt · 4 years ago
  74. 81606b5 remove unused (and bit-rotting) Lua support by Mike Reed · 4 years ago
  75. 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years ago
  76. 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years ago
  77. 4b25d41 use pathbuilder by Mike Reed · 4 years ago
  78. 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 1 month ago
  79. 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 1 month ago
  80. 2f9a098 [canvaskit] Remove getproc when creating WebGL interface by Kevin Lubick · 4 years, 1 month ago
  81. 204c3be [canvaskit] Remove fringe EGL dependency. by Kevin Lubick · 4 years, 1 month ago
  82. 853d4ed Revert "remove sksl interpreter guards" by Mike Klein · 4 years, 1 month ago
  83. 7f1117e remove sksl interpreter guards by Mike Klein · 4 years, 1 month ago
  84. 4a56f4c densify dump_record by Mike Klein · 4 years, 1 month ago
  85. 5cfa719 Drop support for Wuffs v0.2 by Nigel Tao · 4 years, 1 month ago
  86. 13ec544 Reland "move conditions for JIT into SkVM.h" by Mike Klein · 4 years, 1 month ago
  87. 8b07b9f Revert "move conditions for JIT into SkVM.h" by Mike Klein · 4 years, 1 month ago
  88. 166cd52 move conditions for JIT into SkVM.h by Mike Klein · 4 years, 1 month ago
  89. c9c4e2e Componentize SkAudioPlayer by Florin Malita · 4 years, 1 month ago
  90. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 1 month ago
  91. 8a8be22 audio player (for mac) by Mike Reed · 4 years, 1 month ago
  92. ef820be Switch GN defs on Mac and iOS to use frameworks, take 3 by Jim Van Verth · 4 years, 1 month ago
  93. dd49617 Reland "Untangle dependency cycle in sksl dehydration" by Brian Osman · 4 years, 1 month ago
  94. a578138 Revert "Untangle dependency cycle in sksl dehydration" by Brian Osman · 4 years, 1 month ago
  95. a1ed0dc Untangle dependency cycle in sksl dehydration by Brian Osman · 4 years, 1 month ago
  96. 045adb5 Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."" by Mike Klein · 4 years, 1 month ago
  97. 943463f Reland "Switch GN defs on Mac and iOS to use frameworks, take 2." by Jim Van Verth · 4 years, 1 month ago
  98. b720375 Revert "Switch GN defs on Mac and iOS to use frameworks, take 2." by Herb Derby · 4 years, 1 month ago
  99. c5f8e7d Switch GN defs on Mac and iOS to use frameworks, take 2. by Jim Van Verth · 4 years, 1 month ago
  100. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 1 month ago