1. 369cc4f Remove unneeded skottie_android dep by Florin Malita · 3 years ago
  2. 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years ago
  3. 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years ago
  4. 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years ago
  5. d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years ago
  6. 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years ago
  7. 65ec198 Add dm via-option `rtblend-` to test using Runtime Blends. by John Stiles · 3 years ago
  8. 946a4cb First pass at a no-SkSL CPU build by Brian Osman · 3 years ago
  9. b5ac66c Add utility function GetRuntimeBlendForBlendMode for testing. by John Stiles · 3 years ago
  10. f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years ago
  11. 72354b0 Move more gms and tests into the V1-only pile by Robert Phillips · 3 years ago
  12. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years ago
  13. ed5181e Remove .fp tests and build steps by Brian Osman · 3 years ago
  14. 07bf388 Convert binary unrolled gradient colorizer to GrSkSLFP by Brian Osman · 3 years ago
  15. 758d81f Reland "Metal: Add labels to help with GPU Debugging" by Jim Van Verth · 3 years ago
  16. 4d45e09 Rename experimental app to 'sorttoy' by Robert Phillips · 3 years ago
  17. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years ago
  18. 024668c Rename gn options to skgpu_v1 and skgpu_v2 by Robert Phillips · 3 years ago
  19. 34b52bf Revert "Metal: Add labels and debug groups to help with GPU Debugging." by Greg Daniel · 3 years ago
  20. 9e583bf Metal: Add labels and debug groups to help with GPU Debugging. by Jim Van Verth · 3 years ago
  21. 1df8756 [androidkit] Color filter support by Florin Malita · 3 years ago
  22. fbd9fae Migrate matrix-inversion code to a dedicated SkMatrixInvert file. by John Stiles · 3 years, 1 month ago
  23. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 1 month ago
  24. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 1 month ago
  25. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 1 month ago
  26. 0eb35a9 Fix gn for skpinfo so it can find vulkan headers. by Greg Daniel · 3 years, 1 month ago
  27. ca8191b [androidkit] Add linear gradient by Florin Malita · 3 years, 1 month ago
  28. cfa4774 [androidkit] expose SkPath to androidkit by Jorge Betancourt · 3 years, 1 month ago
  29. 3674f58 Make GrPathRenderer and all derived class be OGA-only by Robert Phillips · 3 years, 1 month ago
  30. 1ca0da4 Make GrClipStack, GrClipStackClip, and GrReducedClip OGA-only by Robert Phillips · 3 years, 1 month ago
  31. ecc8e3b CPP Text Editor by Julia Lavrova · 3 years, 1 month ago
  32. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 1 month ago
  33. 7b931f8 Add possibility of not compiling OGA files by Robert Phillips · 3 years, 1 month ago
  34. 1f6ca3a [ngatoy] Make an explicit ID class and simplify Cmd class by Robert Phillips · 3 years, 1 month ago
  35. 8b86811 Fix skottie_tool build by Florin Malita · 3 years, 1 month ago
  36. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 1 month ago
  37. f961bc2 [androidkit] expose image filters to androidkit library by Jorge Betancourt · 3 years, 1 month ago
  38. bdda1a3 Remove SDL from DEPS (and SDL example that used it) by Brian Osman · 3 years, 1 month ago
  39. ce9d8e1 Remove all traces of OpenCL by Brian Osman · 3 years, 1 month ago
  40. 4b73228 NGA sorting playground by Robert Phillips · 3 years, 2 months ago
  41. 50cc5d4 [androidkit] Image shader support by Florin Malita · 3 years, 2 months ago
  42. 934c021 [androidkit] Introduce Image support by Florin Malita · 3 years, 2 months ago
  43. 5e8d88e [androidkit] Add support for Skottie animations by Florin Malita · 3 years, 2 months ago
  44. e3f8030 [androidkit] implement ThreadedSurface backed by WindowSurface by Jorge Betancourt · 3 years, 2 months ago
  45. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 2 months ago
  46. 159fd84 The first draft of improved & simplified Text API by Julia Lavrova · 3 years, 5 months ago
  47. 06c9e29 Revert "Revert "Add mskp player, use in viewer slide"" by Brian Salomon · 3 years, 2 months ago
  48. 5cddd7f [androidkit] implement foundation for 4x4 matrices in AndroidKit backed by SkM44 by Jorge Betancourt · 3 years, 2 months ago
  49. 0d17458 Revert "Add mskp player, use in viewer slide" by Brian Salomon · 3 years, 2 months ago
  50. 9230fc5 Add mskp player, use in viewer slide by Brian Salomon · 3 years, 3 months ago
  51. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 2 months ago
  52. 2cc6538 [androidkit] VK Surface by Florin Malita · 3 years, 2 months ago
  53. f102b88 [androidkit] initial foundation for Android Surface thread management by Jorge Betancourt · 3 years, 3 months ago
  54. 05bb5a8 [androidkit] Introduce RuntimeShader by Florin Malita · 3 years, 3 months ago
  55. 98b066c Add fuzzer for Triangulating Path Renderer by Robert Phillips · 3 years, 3 months ago
  56. f6cc858 Reland "Fix sk_app macOS raster window build conditions." by Ben Wagner · 3 years, 3 months ago
  57. 9d47413 Revert "Fix sk_app macOS raster window build conditions." by Brian Osman · 3 years, 3 months ago
  58. 163ba10 Fix sk_app macOS raster window build conditions. by Ben Wagner · 3 years, 3 months ago
  59. de89bf0 [androidkit] Start sketching out Paint by Florin Malita · 3 years, 3 months ago
  60. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 3 months ago
  61. 0a0a50a Use .dsl.cpp suffix for DSL C++ instead of _dsl.cpp. by John Stiles · 3 years, 3 months ago
  62. 82ab340 Fork CPPCodeGenerator into a DSL-based version. by John Stiles · 3 years, 3 months ago
  63. 8bad8f7 [androidkit] Register native methods explicitly by Florin Malita · 3 years, 3 months ago
  64. 2a650cc [androidkit] Split Canvas backing store into Surface by Florin Malita · 3 years, 3 months ago
  65. 062743a [androidkit] Bind canvas to native Bitmap by Florin Malita · 3 years, 3 months ago
  66. 265e3e1 [androidkit] initial commit for androidkit by Jorge Betancourt · 3 years, 3 months ago
  67. 7845b97 [fuzz] Expose Region Op fuzzing to oss-fuzz. by Kevin Lubick · 3 years, 3 months ago
  68. 25eb534 Convert some static_library to skia_static_library by Ben Wagner · 3 years, 4 months ago
  69. 3d9ab7e Separate general defaults from Skia defaults by Ben Wagner · 3 years, 4 months ago
  70. 31798c2 Remove NVPR by Robert Phillips · 3 years, 4 months ago
  71. 333b938 Reland "Add SVG to default modules list" by Tyler Denniston · 3 years, 4 months ago
  72. 94c6b30 Revert "Add SVG to default modules list" by Tyler Denniston · 3 years, 4 months ago
  73. 579728e Add SVG to default modules list by Tyler Denniston · 3 years, 4 months ago
  74. 89d6e79 Roll spirv-tools and spirv-headers and use upstream GN files by Corentin Wallez · 3 years, 4 months ago
  75. 9ff7eef Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp by Chris Dalton · 3 years, 4 months ago
  76. ccb6866 Activate FuzzDDLThreading by Adlai Holler · 3 years, 5 months ago
  77. d010f65 Trace shader compilation for clients other than Android framework by Brian Osman · 3 years, 5 months ago
  78. ea8d197 Add a fuzzer for DDL threading by Adlai Holler · 3 years, 5 months ago
  79. be6de9b Support building GrGLInterface factory functions for both EGL and GLX. by Brian Salomon · 3 years, 5 months ago
  80. cd1e397 Add new experimental ddlbench by Robert Phillips · 3 years, 5 months ago
  81. a3e5e55 Reland "Reland "Test mac system font variations."" by Ben Wagner · 3 years, 5 months ago
  82. 2db4ba1 Reland "Remove ARC from tools lib." by Jim Van Verth · 3 years, 5 months ago
  83. 759f261 Revert "Reland "Test mac system font variations."" by Mike Klein · 3 years, 5 months ago
  84. ba55be6 Reland "Test mac system font variations." by Ben Wagner · 3 years, 5 months ago
  85. e8a1c01 Revert "Remove ARC from tools lib." by Jim Van Verth · 3 years, 5 months ago
  86. 4c0b9b9 Revert "Test mac system font variations." by Jim Van Verth · 3 years, 5 months ago
  87. 4c4c80f Remove ARC from tools lib. by Jim Van Verth · 3 years, 5 months ago
  88. a612dc7 Test mac system font variations. by Ben Wagner · 3 years, 5 months ago
  89. 1e7d8aa Fix output path of run_sksllex to match what the script does by Brian Osman · 3 years, 5 months ago
  90. b2bfa9d Fix UWP build by James Clarke · 3 years, 5 months ago
  91. e75021e Allow optional targets to specify tests. by Ben Wagner · 3 years, 5 months ago
  92. bded42a Split :tests into :test and :tests. by Ben Wagner · 3 years, 5 months ago
  93. a6e7760 Move SK_WINUWP into skia_private. by Ben Wagner · 3 years, 5 months ago
  94. c3e152b Fix type in Issue 11102: Add support for UWP compilation target by James Clarke · 3 years, 5 months ago
  95. b8c0dab Add UWP support by James Clarke · 3 years, 5 months ago
  96. 62b039b Add .stage output to skslc for runtime effects by Brian Osman · 3 years, 5 months ago
  97. 1a771fe [fuzzing] Add SkParagraph to oss-fuzz. by Weston Tracey · 3 years, 5 months ago
  98. 84d884a Revert "Revert "Reland "Add particle GMs""" by Brian Osman · 3 years, 5 months ago
  99. ad8ce4d Revert "Reland "Add particle GMs"" by Brian Osman · 3 years, 5 months ago
  100. fa8b5e4 Add support for retina displays to sk_app. by Ben Wagner · 3 years, 5 months ago