1. 9cb74e9 [bazel] Compile gms for wasm and WebGL by Kevin Lubick · 2 years, 8 months ago
  2. a803794 [canvaskit] Add more features to Bazel build by Kevin Lubick · 2 years, 8 months ago
  3. ffeb6f2 Remove SkSL::String class. by John Stiles · 2 years, 8 months ago
  4. 9ac97cf Undo various C++14 compatibility fixes. by John Stiles · 2 years, 8 months ago
  5. 3695bdb Refactor SkMatrixProvider slightly by Brian Osman · 2 years, 10 months ago
  6. dfc7f31 Create a public base class for debug traces. by John Stiles · 2 years, 10 months ago
  7. 3b0eacc Add SkSL::ShaderCaps and use as base class for GrShaderCaps by Jim Van Verth · 2 years, 10 months ago
  8. 6df1871 Replace `fSkVMDebugTrace` program setting with `SkVMDebugInfo`. by John Stiles · 2 years, 10 months ago
  9. 87a0078 Support building on clang with -std=c++14 but no C++17 extension warning. by Brian Salomon · 3 years ago
  10. a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 3 years, 1 month ago
  11. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years, 2 months ago
  12. 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years, 2 months ago
  13. ea17e24 Reland "uniform Ptr (UPtr) is a sub class of Ptr" by Herb Derby · 3 years, 2 months ago
  14. b00cbc7 Revert "uniform Ptr (UPtr) is a sub class of Ptr" by Derek Sollenberger · 3 years, 2 months ago
  15. cef047a uniform Ptr (UPtr) is a sub class of Ptr by Herb Derby · 3 years, 2 months ago
  16. 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 4 months ago
  17. ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 4 months ago
  18. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 5 months ago
  19. 7134646 Migrate SkSLExternalFunction to the ir/ directory. by John Stiles · 3 years, 5 months ago
  20. 7db854c Hide getFilterQuality by Mike Reed · 3 years, 6 months ago
  21. 7cee3ef FilterQuality should no longer be needed. by Mike Reed · 3 years, 6 months ago
  22. 8046837 Remove unused quality param for skvm program by Mike Reed · 3 years, 6 months ago
  23. dbd4e6f Move ProgramKind and ProgramSettings types out of SkSL::Program. by John Stiles · 3 years, 7 months ago
  24. 4d76f63 Fix particle bug where uniforms are allocated too late by Brian Osman · 3 years, 8 months ago
  25. 360035c Particle cleanup by Brian Osman · 3 years, 8 months ago
  26. c813786 Update all example particle data to new single-code-chunk format by Brian Osman · 3 years, 8 months ago
  27. 3831689 Particle refactor: Only have one code string, uniforms, etc. by Brian Osman · 3 years, 8 months ago
  28. 7935900 Make SkParticleEffect::RegisterParticleTypes thread-safe by Brian Osman · 3 years, 8 months ago
  29. 38d8dea Revert "Add particle GM that uses uniforms, fix related bug in particle effect" by Brian Osman · 3 years, 8 months ago
  30. 964b446 Add particle GM that uses uniforms, fix related bug in particle effect by Brian Osman · 3 years, 8 months ago
  31. 9911630 Hide misc non-sampling draw methods by Mike Reed · 3 years, 8 months ago
  32. e89d8ea Update particle system to use skvm, rather than ByteCode by Brian Osman · 3 years, 8 months ago
  33. 14d336e Remove "death" functions from particle system by Brian Osman · 3 years, 8 months ago
  34. bf061a3 Fix an (int + float) error in "cube" particle demo by Brian Osman · 3 years, 8 months ago
  35. ace3f29 Remove SkEffectBinding feature from particle system by Brian Osman · 3 years, 8 months ago
  36. 54e7c05 Separate out built-in SkSL types into their own struct. by John Stiles · 3 years, 8 months ago
  37. be0b3b7 Strip down SkSL::ExternalValues, limit them to functions by Brian Osman · 3 years, 9 months ago
  38. e11c438 Remove use of uint from particle random system by Brian Osman · 3 years, 9 months ago
  39. 2650644 Remove 'flags' feature from particles by Brian Osman · 3 years, 9 months ago
  40. e78f8ce Starting to hide setFilterQuality by Mike Reed · 3 years, 9 months ago
  41. 0006ad0 Stop cloning builtin functions by Brian Osman · 3 years, 10 months ago
  42. d7e7659 Move GrShaderCaps from Program::Settings to Compiler by Brian Osman · 3 years, 11 months ago
  43. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years ago
  44. 32d5355 Remove unsafe compiler methods related to external values by Brian Osman · 4 years ago
  45. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 1 month ago
  46. 534d799 Fix constness of ExternalValue* inside ExternalValueReference. by John Stiles · 4 years, 1 month ago
  47. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 2 months ago
  48. cd28fa6 Always use Skia's Vulkan headers when compiling particles module by Brian Osman · 4 years, 3 months ago
  49. e8ad02c Revert "Reland "Revert "Omit dead SkSL functions""" by Ethan Nicholas · 4 years, 4 months ago
  50. a15f2bf Reland "Revert "Omit dead SkSL functions"" by Ethan Nicholas · 4 years, 4 months ago
  51. fd1173a Revert "Revert "Omit dead SkSL functions"" by Ethan Nicholas · 4 years, 4 months ago
  52. 7c969f2 Revert "Omit dead SkSL functions" by Ethan Nicholas · 4 years, 4 months ago
  53. 97fe0cb Omit dead SkSL functions by Ethan Nicholas · 4 years, 4 months ago
  54. 95c26ef Pure SkSL RNG for particles by Brian Osman · 4 years, 8 months ago
  55. b08cc02 Switch back to stack-based SkSL interpreter by Brian Osman · 4 years, 6 months ago
  56. 7b9524c Fix crash when editing particle scripts by Brian Osman · 4 years, 8 months ago
  57. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  58. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 8 months ago
  59. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 8 months ago
  60. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 8 months ago
  61. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 8 months ago
  62. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 8 months ago
  63. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  64. 6104ba0 Particles: Do a cleanup/standardization pass on the API by Brian Osman · 4 years, 10 months ago
  65. db2e764 Particles: SkImageBinding to allow sampling an image from script by Brian Osman · 4 years, 10 months ago
  66. 9dac0d8 Particles: Better integration for ResourceProvider by Brian Osman · 4 years, 10 months ago
  67. d12f278 Use ResourceProvider in particles by Brian Osman · 4 years, 10 months ago
  68. e8bcc56 Fix a couple minor bugs in particle code by Brian Osman · 5 years ago
  69. 5b43113 Interpreter: Reflect all uniform variables in ByteCode by Brian Osman · 5 years ago
  70. df18296 Add accessors to get/set SkParticleEffect fields by Brian Osman · 5 years ago
  71. 7edfb69 Remove SkCurve and SkColorCurve by Brian Osman · 5 years ago
  72. 9b8b455 Change ByteCode and ByteCodeFunction to classes by Brian Osman · 5 years ago
  73. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 5 years ago
  74. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 5 years ago
  75. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 5 years ago
  76. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 5 years ago
  77. 559ffe4 Particles: Added particle flags for tracking state (one-time triggers, etc) by Brian Osman · 5 years ago
  78. 9a8b846 Particles: Sub-effect spawning and some slight refactoring by Brian Osman · 5 years ago
  79. d1846d8 Update SkParticleEffect comments based on review feedback by Brian Osman · 5 years ago
  80. d46cb97 Particle effect scripting update by Brian Osman · 5 years ago
  81. 61e17c5 Particles: Change effect lifetime logic to work like particles by Brian Osman · 5 years ago
  82. 33f9d69 Pass SkPaint by const-ref to SkParticleDrawable by Brian Osman · 5 years ago
  83. 2aa85df Particle cleanup: split SkParticleBinding out of SkParticleEffect by Brian Osman · 5 years ago
  84. 8a97782 Move common particle code to an automatically-injected header by Brian Osman · 5 years ago
  85. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  86. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  87. 0be3480 Revert "Revert "unified Vulkan uniform buffers"" by Ethan Nicholas · 5 years ago
  88. 19754b5 Revert "unified Vulkan uniform buffers" by Greg Daniel · 5 years ago
  89. 5f5a481 unified Vulkan uniform buffers by Ethan Nicholas · 5 years ago
  90. 3da607e Finish and document particle public API by Brian Osman · 5 years ago
  91. e59acb7 Particles: Merge spawn & update into one code string with two functions by Brian Osman · 5 years ago
  92. d6108ad Particles: Use list of lines for multi-line string serialization by Brian Osman · 5 years ago
  93. fe49163 Major rewrite of the particle system based on the SkSL interpreter by Brian Osman · 5 years ago
  94. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  95. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  96. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  97. 1a79f0b ByteCode: Improved ExternalValue interface by Brian Osman · 5 years ago
  98. e1cb9ac Particles: SkScalar -> float by Brian Osman · 5 years ago
  99. fb32ddf Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU"" by Brian Osman · 5 years ago
  100. 37a59ef Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU" by Robert Phillips · 5 years ago