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