1. 0a0a50a Use .dsl.cpp suffix for DSL C++ instead of _dsl.cpp. by John Stiles · 3 years, 7 months ago
  2. 82ab340 Fork CPPCodeGenerator into a DSL-based version. by John Stiles · 3 years, 7 months ago
  3. 8bad8f7 [androidkit] Register native methods explicitly by Florin Malita · 3 years, 7 months ago
  4. 2a650cc [androidkit] Split Canvas backing store into Surface by Florin Malita · 3 years, 7 months ago
  5. 062743a [androidkit] Bind canvas to native Bitmap by Florin Malita · 3 years, 7 months ago
  6. 265e3e1 [androidkit] initial commit for androidkit by Jorge Betancourt · 3 years, 7 months ago
  7. 7845b97 [fuzz] Expose Region Op fuzzing to oss-fuzz. by Kevin Lubick · 3 years, 7 months ago
  8. 25eb534 Convert some static_library to skia_static_library by Ben Wagner · 3 years, 7 months ago
  9. 3d9ab7e Separate general defaults from Skia defaults by Ben Wagner · 3 years, 8 months ago
  10. 31798c2 Remove NVPR by Robert Phillips · 3 years, 7 months ago
  11. 333b938 Reland "Add SVG to default modules list" by Tyler Denniston · 3 years, 7 months ago
  12. 94c6b30 Revert "Add SVG to default modules list" by Tyler Denniston · 3 years, 8 months ago
  13. 579728e Add SVG to default modules list by Tyler Denniston · 3 years, 8 months ago
  14. 89d6e79 Roll spirv-tools and spirv-headers and use upstream GN files by Corentin Wallez · 3 years, 8 months ago
  15. 9ff7eef Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp by Chris Dalton · 3 years, 8 months ago
  16. ccb6866 Activate FuzzDDLThreading by Adlai Holler · 3 years, 8 months ago
  17. d010f65 Trace shader compilation for clients other than Android framework by Brian Osman · 3 years, 8 months ago
  18. ea8d197 Add a fuzzer for DDL threading by Adlai Holler · 3 years, 8 months ago
  19. be6de9b Support building GrGLInterface factory functions for both EGL and GLX. by Brian Salomon · 3 years, 8 months ago
  20. cd1e397 Add new experimental ddlbench by Robert Phillips · 3 years, 8 months ago
  21. a3e5e55 Reland "Reland "Test mac system font variations."" by Ben Wagner · 3 years, 8 months ago
  22. 2db4ba1 Reland "Remove ARC from tools lib." by Jim Van Verth · 3 years, 8 months ago
  23. 759f261 Revert "Reland "Test mac system font variations."" by Mike Klein · 3 years, 8 months ago
  24. ba55be6 Reland "Test mac system font variations." by Ben Wagner · 3 years, 8 months ago
  25. e8a1c01 Revert "Remove ARC from tools lib." by Jim Van Verth · 3 years, 8 months ago
  26. 4c0b9b9 Revert "Test mac system font variations." by Jim Van Verth · 3 years, 8 months ago
  27. 4c4c80f Remove ARC from tools lib. by Jim Van Verth · 3 years, 8 months ago
  28. a612dc7 Test mac system font variations. by Ben Wagner · 3 years, 8 months ago
  29. 1e7d8aa Fix output path of run_sksllex to match what the script does by Brian Osman · 3 years, 8 months ago
  30. b2bfa9d Fix UWP build by James Clarke · 3 years, 8 months ago
  31. e75021e Allow optional targets to specify tests. by Ben Wagner · 3 years, 8 months ago
  32. bded42a Split :tests into :test and :tests. by Ben Wagner · 3 years, 8 months ago
  33. a6e7760 Move SK_WINUWP into skia_private. by Ben Wagner · 3 years, 8 months ago
  34. c3e152b Fix type in Issue 11102: Add support for UWP compilation target by James Clarke · 3 years, 9 months ago
  35. b8c0dab Add UWP support by James Clarke · 3 years, 9 months ago
  36. 62b039b Add .stage output to skslc for runtime effects by Brian Osman · 3 years, 9 months ago
  37. 1a771fe [fuzzing] Add SkParagraph to oss-fuzz. by Weston Tracey · 3 years, 9 months ago
  38. 84d884a Revert "Revert "Reland "Add particle GMs""" by Brian Osman · 3 years, 9 months ago
  39. ad8ce4d Revert "Reland "Add particle GMs"" by Brian Osman · 3 years, 9 months ago
  40. fa8b5e4 Add support for retina displays to sk_app. by Ben Wagner · 3 years, 9 months ago
  41. cdd852b Reland "Add particle GMs" by Brian Osman · 3 years, 9 months ago
  42. 3b01242 Revert "Add particle GMs" by Mike Reed · 3 years, 9 months ago
  43. f3274e0 Add particle GMs by Brian Osman · 3 years, 9 months ago
  44. b7f5e1b Fix SkSL test compilation on Windows. by John Stiles · 3 years, 9 months ago
  45. bfc9be0 Migrate SkSL test inputs to the resources/ directory. by John Stiles · 3 years, 9 months ago
  46. da57fc0 Update skslc compiler script to allow for output path flexibility. by John Stiles · 3 years, 9 months ago
  47. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 3 years, 9 months ago
  48. 4f4c064 roll gn to latest by Mike Klein · 3 years, 10 months ago
  49. 6d4577b [fuzzing] Add first pass SkParagraph fuzzing. by Weston Tracey · 3 years, 10 months ago
  50. 7ae1b4c Add particles and svg support to fiddle. by Joe Gregorio · 3 years, 10 months ago
  51. a07076b Fix GN issue with incorrect task outputs by Brian Osman · 3 years, 10 months ago
  52. e9ad19b Fix skslc compilation on Windows by Brian Osman · 3 years, 10 months ago
  53. 977feec Add .rte -> .skvm unit test framework by Brian Osman · 3 years, 10 months ago
  54. 47726a1 Add SkVM output to skslc by Brian Osman · 3 years, 11 months ago
  55. 9194675 SkSL: In the front-end, rename PipelineStage to RuntimeEffect by Brian Osman · 3 years, 10 months ago
  56. dec7802 Reland "[svg] Absolute positioning support for text" by Florin Malita · 3 years, 11 months ago
  57. 0047aff remove very oldest SkVM testing by Mike Klein · 3 years, 11 months ago
  58. e2f6245 Revert "[svg] Absolute positioning support for text" by Derek Sollenberger · 3 years, 11 months ago
  59. febb1b8 [svg] Absolute positioning support for text by Florin Malita · 3 years, 11 months ago
  60. b65d299 Fix C API example, ensure the C API example is built in CI by Martin Kustermann · 3 years, 11 months ago
  61. f607dbb implement SkAudioPLayer for Android by Jorge Betancourt · 3 years, 11 months ago
  62. c301218 Fix GN dirty checking for SPIR-V test files. by John Stiles · 3 years, 11 months ago
  63. 3021795 Improve CanvasState cross-library tests by Michael Ludwig · 3 years, 11 months ago
  64. 23f00d7 Reland "Add ByteCode output to skslc" by Brian Osman · 4 years ago
  65. c9a24c9 default to using new/delete for GrOp by Herb Derby · 4 years ago
  66. 5fa4554 Revert "Add ByteCode output to skslc" by Brian Osman · 4 years ago
  67. 68da339 Add ByteCode output to skslc by Brian Osman · 4 years ago
  68. 8d09d4a Run SPIR-V validation on SkSL unit test output by Brian Osman · 4 years ago
  69. dda1d31 Enable SPIR-V disassembly output from skslc. by John Stiles · 4 years ago
  70. 1340dbd Reland "SkAndroidCodec: Support decoding all frames" by Leon Scroggins · 4 years ago
  71. 267a858 Revert "SkAndroidCodec: Support decoding all frames" by Leon Scroggins III · 4 years ago
  72. fc4fdc5 SkAndroidCodec: Support decoding all frames by Leon Scroggins · 4 years ago
  73. ed43595 Fix issues with latest GN by Martin Vejdarski · 4 years ago
  74. b06301e Reland "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years ago
  75. 4cb5c5e Revert "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years ago
  76. bea0dc6 Rearrange SkSL pre-include modules to hide things by Brian Osman · 4 years ago
  77. 23e6866 Reland "Replace pooling mechanism with GrMemoryPool." by John Stiles · 4 years ago
  78. b3cc5fd Revert "Replace pooling mechanism with GrMemoryPool." by John Stiles · 4 years ago
  79. 67e1cf4 Replace pooling mechanism with GrMemoryPool. by John Stiles · 4 years ago
  80. 40f8107 remove absl experiment by Mike Klein · 4 years ago
  81. 189ecd4 Add toy variable-width stroker sample by Tyler Denniston · 4 years ago
  82. 060503e Use SkMutex in SkSL. by John Stiles · 4 years ago
  83. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 4 years ago
  84. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 4 years ago
  85. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 4 years ago
  86. 3bfeab7 Reland [svg] Add svg_tool by Florin Malita · 4 years, 1 month ago
  87. 91c752a Revert "[svg] Add svg_tool" by Robert Phillips · 4 years, 1 month ago
  88. 2531de9 [svg] Add svg_tool by Florin Malita · 4 years, 1 month ago
  89. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years, 1 month ago
  90. 0039874 [canvaskit] POC bindings for testing gms by Kevin Lubick · 4 years, 1 month ago
  91. 8d921a1 build: Remove no-op calls to set_sources_assignment_filter by Sylvain Defresne · 4 years, 1 month ago
  92. 56a6120 retry³ absl by Mike Klein · 4 years, 6 months ago
  93. 3c70f0b Revert "retry retry absl" by Mike Klein · 4 years, 1 month ago
  94. bbfc015 turn on using new for op pools by Herb Derby · 4 years, 1 month ago
  95. 33b42e1 retry retry absl by Mike Klein · 4 years, 6 months ago
  96. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 1 month ago
  97. a6ca975 Let skslc use more of Skia's core by Brian Osman · 4 years, 1 month ago
  98. aeae3a5 Add golden outputs for the Metal backend. by John Stiles · 4 years, 1 month ago
  99. 7e24871 Clean up SkSL test compilation in preparation for Metal support. by John Stiles · 4 years, 1 month ago
  100. 1b89eb7 Add AMD allocator to D3D12 backend. by Jim Van Verth · 4 years, 1 month ago