1. e1fa700 [skottie] Invert effect support by Florin Malita · 4 years, 7 months ago
  2. 6cc4953 [skottie] Fix precomposed camera sizing by Florin Malita · 4 years, 7 months ago
  3. db2e764 Particles: SkImageBinding to allow sampling an image from script by Brian Osman · 4 years, 7 months ago
  4. d12f278 Use ResourceProvider in particles by Brian Osman · 4 years, 8 months ago
  5. 1cb0599 all-constant peepholes by Mike Klein · 4 years, 8 months ago
  6. ad76b2e [skottie] One-node camera support by Florin Malita · 4 years, 8 months ago
  7. 8c1e0ef sketch out structure for ops with immediates by Mike Klein · 4 years, 8 months ago
  8. c75bc03 Clamp RGB outputs of GrYUVtoRGBEffect. by Brian Salomon · 4 years, 8 months ago
  9. 4135cf0 use round() instead of trunc() to f32->unorm by Mike Klein · 4 years, 8 months ago
  10. 6e4aad9 rename to_i32 -> trunc, and add round by Mike Klein · 4 years, 8 months ago
  11. 2e30fde Font resolution: all unit tests working by Julia Lavrova · 4 years, 9 months ago
  12. 91a1ec3 [skottie] Streamlined gradient stop merger by Florin Malita · 4 years, 8 months ago
  13. 73a722c [skottie] Fix trim path mode interpretation by Florin Malita · 4 years, 8 months ago
  14. e8356ad indent loop so it stands out by Mike Klein · 4 years, 8 months ago
  15. e96214c [skottie] Add a couple more 3D tests by Florin Malita · 4 years, 8 months ago
  16. 512eb94 [skottie] Fix layer blend modes under mattes by Florin Malita · 4 years, 9 months ago
  17. c6fbedc [skottie] 3D layer parenting refinements by Florin Malita · 4 years, 9 months ago
  18. e107faa SkRemoteGlyphCache Add tracing to diff canvas by Hal Canary · 4 years, 9 months ago
  19. d48488b reorder to minimize register pressure by Mike Klein · 4 years, 9 months ago
  20. c1b501c [skottie] Shift Channels effect support by Florin Malita · 4 years, 9 months ago
  21. eddfc35 Particles: Fake 3D example by Brian Osman · 4 years, 9 months ago
  22. e8bcc56 Fix a couple minor bugs in particle code by Brian Osman · 4 years, 9 months ago
  23. 0f61c12 add used_in_loop bit to skvm::Builder::Instruction by Mike Klein · 4 years, 9 months ago
  24. 5b43113 Interpreter: Reflect all uniform variables in ByteCode by Brian Osman · 4 years, 9 months ago
  25. 59e72b7 [skottie] Luma matte support by Florin Malita · 4 years, 9 months ago
  26. df18296 Add accessors to get/set SkParticleEffect fields by Brian Osman · 4 years, 9 months ago
  27. 7edfb69 Remove SkCurve and SkColorCurve by Brian Osman · 4 years, 9 months ago
  28. 647c7a9 Particles: New confetti effect, minor tweaks elsewhere by Brian Osman · 4 years, 9 months ago
  29. 559ffe4 Particles: Added particle flags for tracking state (one-time triggers, etc) by Brian Osman · 4 years, 10 months ago
  30. 9a8b846 Particles: Sub-effect spawning and some slight refactoring by Brian Osman · 4 years, 10 months ago
  31. d46cb97 Particle effect scripting update by Brian Osman · 4 years, 10 months ago
  32. e359aa3 [sksg] Fix mask/context overrides interaction by Florin Malita · 4 years, 10 months ago
  33. 165ca3f [skottie] Text selector ease-high/ease-low support by Florin Malita · 4 years, 11 months ago
  34. 8a97782 Move common particle code to an automatically-injected header by Brian Osman · 4 years, 11 months ago
  35. b9fb29f [skottie] Shaper downscale-to-fit vertical alignment mode by Florin Malita · 5 years ago
  36. feacb0f [skottie] Add support for multiple range selectors by Florin Malita · 5 years ago
  37. f996311 extend lifetimes for hoisted used in loop by Mike Klein · 5 years ago
  38. 17b9d1d [skottie] Initial Hue/Saturate effect support by Florin Malita · 5 years ago
  39. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  40. e59acb7 Particles: Merge spawn & update into one code string with two functions by Brian Osman · 5 years ago
  41. d6108ad Particles: Use list of lines for multi-line string serialization by Brian Osman · 5 years ago
  42. fe49163 Major rewrite of the particle system based on the SkSL interpreter by Brian Osman · 5 years ago
  43. 5e533c9 move hoist analysis back into Builder by Mike Klein · 5 years ago
  44. c2fb3b4 split deaths() out of other analysis by Mike Klein · 5 years ago
  45. 5f1108c [skottie] Motion blur support by Florin Malita · 5 years ago
  46. 97054c4 [skottie] Add forgotten linear-wipe test by Florin Malita · 5 years ago
  47. aab45b5 add misc. value programs to SkVMTest.expected by Mike Klein · 5 years ago
  48. afd2c10 [skottie] Use hybrid bounds for custom Shaper VAlign modes by Florin Malita · 5 years ago
  49. b094455 [skottie] Venetian Blinds effect by Florin Malita · 5 years ago
  50. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  51. a1167ab split out Analysis struct from Instruction by Mike Klein · 5 years ago
  52. 0c33466 refactor to remove the need for death schedule by Mike Klein · 5 years ago
  53. d7b321a [skottie] Radial swipe effect by Florin Malita · 5 years ago
  54. 397fc88 first VEX ymm vector ops by Mike Klein · 5 years ago
  55. 60e60df [skottie] Add support for motion tile phase by Florin Malita · 5 years ago
  56. b97824d [skottie] Motion tile effect by Florin Malita · 5 years ago
  57. 342b1b2 proposed: add bytes() op by Mike Klein · 5 years ago
  58. 5fe7429 [skottie] Fix layer transform vs. effects interactions by Florin Malita · 5 years ago
  59. e47d8af [skottie] Add support for Transform distort effect by Florin Malita · 5 years ago
  60. 4c4945a trim another instruction of I32_SWAR by Mike Klein · 5 years ago
  61. 7f061fb streamline srcover math in I32_SWAR by Mike Klein · 5 years ago
  62. 57cb5ba i16x2 sub/shr by Mike Klein · 5 years ago
  63. 3538908 baby steps into 16-bit ops by Mike Klein · 5 years ago
  64. 821f5e8 remove mul_unorm8/mad_unorm8 by Mike Klein · 5 years ago
  65. 3f59379 expand unit tests, fix extract by Mike Klein · 5 years ago
  66. 920f6a9 [skottie] Animated text tracking support by Florin Malita · 5 years ago
  67. e695e53 [skottie] Add support for range selector domains by Florin Malita · 5 years ago
  68. 22ea7e9 add Builder::dump() by Mike Klein · 5 years ago
  69. a630732 revise extract instruction by Mike Klein · 5 years ago
  70. 54c8411 [skottie] Fix zero-overlap selector handling by Florin Malita · 5 years ago
  71. 711f39f [skottie] Add support for RangeSelector shapes by Florin Malita · 5 years ago
  72. 6b43c30 add mad_unorm8 instruction by Mike Klein · 5 years ago
  73. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 5 years ago
  74. c2d9a31 Revert "print 1/K floats as fractions" by Mike Klein · 5 years ago
  75. 346f82c print 1/K floats as fractions by Mike Klein · 5 years ago
  76. 1c44db1 [skottie] Initial text range selector support by Florin Malita · 5 years ago
  77. 3c00d3d dump register and instruction count by Mike Klein · 5 years ago
  78. 9656dce add extract instruction by Mike Klein · 5 years ago
  79. 1665aaa add pack instruction by Mike Klein · 5 years ago
  80. d7d04dc add mul_unorm8 instruction by Mike Klein · 5 years ago
  81. 7b7077c centralize test/bench SkVM builders by Mike Klein · 5 years ago
  82. 1281851 add a x*y+0 -> x*y peephole by Mike Klein · 5 years ago
  83. 267f507 streamline SkVM test rebaselining by Mike Klein · 5 years ago
  84. 1d89b0d [skottie] Add support for scale and rotation text animators by Florin Malita · 5 years ago
  85. e57546b [skottie] Add support for opacity text animators by Florin Malita · 5 years ago
  86. 96b95f9 [skottie] Initial animated text properties support by Florin Malita · 5 years ago
  87. 1e8f6e2 [skottie] Add kBottom text alignment extension by Florin Malita · 5 years ago
  88. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  89. 4c63a1e Particles + Interpreter: Bind particle's SkRandom to "rand" by Brian Osman · 5 years ago
  90. c04cadb Prototype interpreter particle affector by Brian Osman · 5 years ago
  91. 4f6eb15 [skottie] Add resize-to-fit text alignment extension by Florin Malita · 5 years ago
  92. a50484a [skottie] Text line height support by Florin Malita · 5 years ago
  93. 56947a7 Shaper Tests: make a macro, rename test resources. by Hal Canary · 5 years ago
  94. 8b7768d [skottie] Relocate "GMs" to resources/ by Florin Malita · 5 years ago
  95. 8dce054 Add planet emoji font. by Ben Wagner · 5 years ago
  96. 8751512 Revert "Revert "Compile all fiddle examples locally"" by Hal Canary · 5 years ago
  97. 37575bf Revert "Compile all fiddle examples locally" by Hal Canary · 5 years ago
  98. 83c2f70 Compile all fiddle examples locally by Hal Canary · 5 years ago
  99. 9663484 [particles] Clean up build - remove test deps by Kevin Lubick · 5 years ago
  100. bdcdf1a Add SkParticleValue to allow further customization of curve behavior by Brian Osman · 5 years ago