1. eddfc35 Particles: Fake 3D example by Brian Osman · 4 years, 9 months ago
  2. e8bcc56 Fix a couple minor bugs in particle code by Brian Osman · 4 years, 9 months ago
  3. 0f61c12 add used_in_loop bit to skvm::Builder::Instruction by Mike Klein · 4 years, 9 months ago
  4. 5b43113 Interpreter: Reflect all uniform variables in ByteCode by Brian Osman · 4 years, 9 months ago
  5. 59e72b7 [skottie] Luma matte support by Florin Malita · 4 years, 9 months ago
  6. df18296 Add accessors to get/set SkParticleEffect fields by Brian Osman · 4 years, 9 months ago
  7. 7edfb69 Remove SkCurve and SkColorCurve by Brian Osman · 4 years, 10 months ago
  8. 647c7a9 Particles: New confetti effect, minor tweaks elsewhere by Brian Osman · 4 years, 10 months ago
  9. 559ffe4 Particles: Added particle flags for tracking state (one-time triggers, etc) by Brian Osman · 4 years, 10 months ago
  10. 9a8b846 Particles: Sub-effect spawning and some slight refactoring by Brian Osman · 4 years, 10 months ago
  11. d46cb97 Particle effect scripting update by Brian Osman · 4 years, 11 months ago
  12. e359aa3 [sksg] Fix mask/context overrides interaction by Florin Malita · 4 years, 11 months ago
  13. 165ca3f [skottie] Text selector ease-high/ease-low support by Florin Malita · 5 years ago
  14. 8a97782 Move common particle code to an automatically-injected header by Brian Osman · 5 years ago
  15. b9fb29f [skottie] Shaper downscale-to-fit vertical alignment mode by Florin Malita · 5 years ago
  16. feacb0f [skottie] Add support for multiple range selectors by Florin Malita · 5 years ago
  17. f996311 extend lifetimes for hoisted used in loop by Mike Klein · 5 years ago
  18. 17b9d1d [skottie] Initial Hue/Saturate effect support by Florin Malita · 5 years ago
  19. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  20. e59acb7 Particles: Merge spawn & update into one code string with two functions by Brian Osman · 5 years ago
  21. d6108ad Particles: Use list of lines for multi-line string serialization by Brian Osman · 5 years ago
  22. fe49163 Major rewrite of the particle system based on the SkSL interpreter by Brian Osman · 5 years ago
  23. 5e533c9 move hoist analysis back into Builder by Mike Klein · 5 years ago
  24. c2fb3b4 split deaths() out of other analysis by Mike Klein · 5 years ago
  25. 5f1108c [skottie] Motion blur support by Florin Malita · 5 years ago
  26. 97054c4 [skottie] Add forgotten linear-wipe test by Florin Malita · 5 years ago
  27. aab45b5 add misc. value programs to SkVMTest.expected by Mike Klein · 5 years ago
  28. afd2c10 [skottie] Use hybrid bounds for custom Shaper VAlign modes by Florin Malita · 5 years ago
  29. b094455 [skottie] Venetian Blinds effect by Florin Malita · 5 years ago
  30. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  31. a1167ab split out Analysis struct from Instruction by Mike Klein · 5 years ago
  32. 0c33466 refactor to remove the need for death schedule by Mike Klein · 5 years ago
  33. d7b321a [skottie] Radial swipe effect by Florin Malita · 5 years ago
  34. 397fc88 first VEX ymm vector ops by Mike Klein · 5 years ago
  35. 60e60df [skottie] Add support for motion tile phase by Florin Malita · 5 years ago
  36. b97824d [skottie] Motion tile effect by Florin Malita · 5 years ago
  37. 342b1b2 proposed: add bytes() op by Mike Klein · 5 years ago
  38. 5fe7429 [skottie] Fix layer transform vs. effects interactions by Florin Malita · 5 years ago
  39. e47d8af [skottie] Add support for Transform distort effect by Florin Malita · 5 years ago
  40. 4c4945a trim another instruction of I32_SWAR by Mike Klein · 5 years ago
  41. 7f061fb streamline srcover math in I32_SWAR by Mike Klein · 5 years ago
  42. 57cb5ba i16x2 sub/shr by Mike Klein · 5 years ago
  43. 3538908 baby steps into 16-bit ops by Mike Klein · 5 years ago
  44. 821f5e8 remove mul_unorm8/mad_unorm8 by Mike Klein · 5 years ago
  45. 3f59379 expand unit tests, fix extract by Mike Klein · 5 years ago
  46. 920f6a9 [skottie] Animated text tracking support by Florin Malita · 5 years ago
  47. e695e53 [skottie] Add support for range selector domains by Florin Malita · 5 years ago
  48. 22ea7e9 add Builder::dump() by Mike Klein · 5 years ago
  49. a630732 revise extract instruction by Mike Klein · 5 years ago
  50. 54c8411 [skottie] Fix zero-overlap selector handling by Florin Malita · 5 years ago
  51. 711f39f [skottie] Add support for RangeSelector shapes by Florin Malita · 5 years ago
  52. 6b43c30 add mad_unorm8 instruction by Mike Klein · 5 years ago
  53. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 5 years ago
  54. c2d9a31 Revert "print 1/K floats as fractions" by Mike Klein · 5 years ago
  55. 346f82c print 1/K floats as fractions by Mike Klein · 5 years ago
  56. 1c44db1 [skottie] Initial text range selector support by Florin Malita · 5 years ago
  57. 3c00d3d dump register and instruction count by Mike Klein · 5 years ago
  58. 9656dce add extract instruction by Mike Klein · 5 years ago
  59. 1665aaa add pack instruction by Mike Klein · 5 years ago
  60. d7d04dc add mul_unorm8 instruction by Mike Klein · 5 years ago
  61. 7b7077c centralize test/bench SkVM builders by Mike Klein · 5 years ago
  62. 1281851 add a x*y+0 -> x*y peephole by Mike Klein · 5 years ago
  63. 267f507 streamline SkVM test rebaselining by Mike Klein · 5 years ago
  64. 1d89b0d [skottie] Add support for scale and rotation text animators by Florin Malita · 5 years ago
  65. e57546b [skottie] Add support for opacity text animators by Florin Malita · 5 years ago
  66. 96b95f9 [skottie] Initial animated text properties support by Florin Malita · 5 years ago
  67. 1e8f6e2 [skottie] Add kBottom text alignment extension by Florin Malita · 5 years ago
  68. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  69. 4c63a1e Particles + Interpreter: Bind particle's SkRandom to "rand" by Brian Osman · 5 years ago
  70. c04cadb Prototype interpreter particle affector by Brian Osman · 5 years ago
  71. 4f6eb15 [skottie] Add resize-to-fit text alignment extension by Florin Malita · 5 years ago
  72. a50484a [skottie] Text line height support by Florin Malita · 5 years ago
  73. 56947a7 Shaper Tests: make a macro, rename test resources. by Hal Canary · 5 years ago
  74. 8b7768d [skottie] Relocate "GMs" to resources/ by Florin Malita · 5 years ago
  75. 8dce054 Add planet emoji font. by Ben Wagner · 5 years ago
  76. 8751512 Revert "Revert "Compile all fiddle examples locally"" by Hal Canary · 5 years ago
  77. 37575bf Revert "Compile all fiddle examples locally" by Hal Canary · 5 years ago
  78. 83c2f70 Compile all fiddle examples locally by Hal Canary · 5 years ago
  79. 9663484 [particles] Clean up build - remove test deps by Kevin Lubick · 5 years ago
  80. bdcdf1a Add SkParticleValue to allow further customization of curve behavior by Brian Osman · 5 years ago
  81. 3d76d1b Particles: Removed emitters, added more full-featured position affectors by Brian Osman · 5 years ago
  82. 34d1331 Particles: Improvements to SkCurve by Brian Osman · 5 years ago
  83. e5d532e Particles: remove non-stable random, add better enum reflection by Brian Osman · 5 years ago
  84. 0c48681 Few more particle features and some generalization work by Brian Osman · 5 years ago
  85. d5c57fe Add local vs world flag for particle velocity by Brian Osman · 5 years ago
  86. d8e1ee9 Refactor particle age logic by Brian Osman · 5 years ago
  87. 125daa4 Refactor and further generalization of particle model by Brian Osman · 5 years ago
  88. 543d2e2 Moved image params out to SkParticleDrawable by Brian Osman · 5 years ago
  89. 8b6283f New SkCurve type with multiple curve segments by Brian Osman · 5 years ago
  90. 5c1f8eb Various particle system improvements by Brian Osman · 5 years ago
  91. 8130afa resources: add text for testing shaper by Hal Canary · 5 years ago
  92. 7c979f5 Experimental Particle System by Brian Osman · 5 years ago
  93. 8ac81b7 [skottie] Add a custom property manager util class by Florin Malita · 6 years ago
  94. 9f0d8c2 Add support for fallbackFor in Android parser. by Ben Wagner · 6 years ago
  95. f05626b Test a GIF with an out of range transparent index by Leon Scroggins III · 6 years ago
  96. 62c6bd9 [skottie] Multi-frame image support by Florin Malita · 6 years ago
  97. 17282da [skottie] Add a property setter sample/GM by Florin Malita · 6 years ago
  98. 2687072 [skottie] GM exercising external font loading by Florin Malita · 6 years ago
  99. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  100. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago