1. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  2. e59acb7 Particles: Merge spawn & update into one code string with two functions by Brian Osman · 5 years ago
  3. d6108ad Particles: Use list of lines for multi-line string serialization by Brian Osman · 5 years ago
  4. fe49163 Major rewrite of the particle system based on the SkSL interpreter by Brian Osman · 5 years ago
  5. 5e533c9 move hoist analysis back into Builder by Mike Klein · 5 years ago
  6. c2fb3b4 split deaths() out of other analysis by Mike Klein · 5 years ago
  7. 5f1108c [skottie] Motion blur support by Florin Malita · 5 years ago
  8. 97054c4 [skottie] Add forgotten linear-wipe test by Florin Malita · 5 years ago
  9. aab45b5 add misc. value programs to SkVMTest.expected by Mike Klein · 5 years ago
  10. afd2c10 [skottie] Use hybrid bounds for custom Shaper VAlign modes by Florin Malita · 5 years ago
  11. b094455 [skottie] Venetian Blinds effect by Florin Malita · 5 years ago
  12. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  13. a1167ab split out Analysis struct from Instruction by Mike Klein · 5 years ago
  14. 0c33466 refactor to remove the need for death schedule by Mike Klein · 5 years ago
  15. d7b321a [skottie] Radial swipe effect by Florin Malita · 5 years ago
  16. 397fc88 first VEX ymm vector ops by Mike Klein · 5 years ago
  17. 60e60df [skottie] Add support for motion tile phase by Florin Malita · 5 years ago
  18. b97824d [skottie] Motion tile effect by Florin Malita · 5 years ago
  19. 342b1b2 proposed: add bytes() op by Mike Klein · 5 years ago
  20. 5fe7429 [skottie] Fix layer transform vs. effects interactions by Florin Malita · 5 years ago
  21. e47d8af [skottie] Add support for Transform distort effect by Florin Malita · 5 years ago
  22. 4c4945a trim another instruction of I32_SWAR by Mike Klein · 5 years ago
  23. 7f061fb streamline srcover math in I32_SWAR by Mike Klein · 5 years ago
  24. 57cb5ba i16x2 sub/shr by Mike Klein · 5 years ago
  25. 3538908 baby steps into 16-bit ops by Mike Klein · 5 years ago
  26. 821f5e8 remove mul_unorm8/mad_unorm8 by Mike Klein · 5 years ago
  27. 3f59379 expand unit tests, fix extract by Mike Klein · 5 years ago
  28. 920f6a9 [skottie] Animated text tracking support by Florin Malita · 5 years ago
  29. e695e53 [skottie] Add support for range selector domains by Florin Malita · 5 years ago
  30. 22ea7e9 add Builder::dump() by Mike Klein · 5 years ago
  31. a630732 revise extract instruction by Mike Klein · 5 years ago
  32. 54c8411 [skottie] Fix zero-overlap selector handling by Florin Malita · 5 years ago
  33. 711f39f [skottie] Add support for RangeSelector shapes by Florin Malita · 5 years ago
  34. 6b43c30 add mad_unorm8 instruction by Mike Klein · 5 years ago
  35. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 5 years ago
  36. c2d9a31 Revert "print 1/K floats as fractions" by Mike Klein · 5 years ago
  37. 346f82c print 1/K floats as fractions by Mike Klein · 5 years ago
  38. 1c44db1 [skottie] Initial text range selector support by Florin Malita · 5 years ago
  39. 3c00d3d dump register and instruction count by Mike Klein · 5 years ago
  40. 9656dce add extract instruction by Mike Klein · 5 years ago
  41. 1665aaa add pack instruction by Mike Klein · 5 years ago
  42. d7d04dc add mul_unorm8 instruction by Mike Klein · 5 years ago
  43. 7b7077c centralize test/bench SkVM builders by Mike Klein · 5 years ago
  44. 1281851 add a x*y+0 -> x*y peephole by Mike Klein · 5 years ago
  45. 267f507 streamline SkVM test rebaselining by Mike Klein · 5 years ago
  46. 1d89b0d [skottie] Add support for scale and rotation text animators by Florin Malita · 5 years ago
  47. e57546b [skottie] Add support for opacity text animators by Florin Malita · 5 years ago
  48. 96b95f9 [skottie] Initial animated text properties support by Florin Malita · 5 years ago
  49. 1e8f6e2 [skottie] Add kBottom text alignment extension by Florin Malita · 5 years ago
  50. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  51. 4c63a1e Particles + Interpreter: Bind particle's SkRandom to "rand" by Brian Osman · 5 years ago
  52. c04cadb Prototype interpreter particle affector by Brian Osman · 5 years ago
  53. 4f6eb15 [skottie] Add resize-to-fit text alignment extension by Florin Malita · 5 years ago
  54. a50484a [skottie] Text line height support by Florin Malita · 5 years ago
  55. 56947a7 Shaper Tests: make a macro, rename test resources. by Hal Canary · 5 years ago
  56. 8b7768d [skottie] Relocate "GMs" to resources/ by Florin Malita · 5 years ago
  57. 8dce054 Add planet emoji font. by Ben Wagner · 5 years ago
  58. 8751512 Revert "Revert "Compile all fiddle examples locally"" by Hal Canary · 5 years ago
  59. 37575bf Revert "Compile all fiddle examples locally" by Hal Canary · 5 years ago
  60. 83c2f70 Compile all fiddle examples locally by Hal Canary · 5 years ago
  61. 9663484 [particles] Clean up build - remove test deps by Kevin Lubick · 5 years ago
  62. bdcdf1a Add SkParticleValue to allow further customization of curve behavior by Brian Osman · 5 years ago
  63. 3d76d1b Particles: Removed emitters, added more full-featured position affectors by Brian Osman · 5 years ago
  64. 34d1331 Particles: Improvements to SkCurve by Brian Osman · 5 years ago
  65. e5d532e Particles: remove non-stable random, add better enum reflection by Brian Osman · 5 years ago
  66. 0c48681 Few more particle features and some generalization work by Brian Osman · 5 years ago
  67. d5c57fe Add local vs world flag for particle velocity by Brian Osman · 5 years ago
  68. d8e1ee9 Refactor particle age logic by Brian Osman · 5 years ago
  69. 125daa4 Refactor and further generalization of particle model by Brian Osman · 5 years ago
  70. 543d2e2 Moved image params out to SkParticleDrawable by Brian Osman · 5 years ago
  71. 8b6283f New SkCurve type with multiple curve segments by Brian Osman · 5 years ago
  72. 5c1f8eb Various particle system improvements by Brian Osman · 5 years ago
  73. 8130afa resources: add text for testing shaper by Hal Canary · 5 years ago
  74. 7c979f5 Experimental Particle System by Brian Osman · 5 years ago
  75. 8ac81b7 [skottie] Add a custom property manager util class by Florin Malita · 6 years ago
  76. 9f0d8c2 Add support for fallbackFor in Android parser. by Ben Wagner · 6 years ago
  77. f05626b Test a GIF with an out of range transparent index by Leon Scroggins III · 6 years ago
  78. 62c6bd9 [skottie] Multi-frame image support by Florin Malita · 6 years ago
  79. 17282da [skottie] Add a property setter sample/GM by Florin Malita · 6 years ago
  80. 2687072 [skottie] GM exercising external font loading by Florin Malita · 6 years ago
  81. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  82. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  83. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  84. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  85. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  86. ccb21bf Add sRGB profile to mandrill images by Brian Osman · 6 years ago
  87. bbf80d6 Update mandrill PNGs to be sRGB (rather than gamma 2.2) by Brian Osman · 6 years ago
  88. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  89. 665949a Update libjpeg-turbo to pre-2.0.0 (from 1.5.3) by Leon Scroggins III · 6 years ago
  90. 9ac1b72 fixed NIMA deformed vertices rendering by Ruiqi Mao · 6 years ago
  91. c069a57 added NIMA sample to showcase animations by Brian Osman · 6 years ago
  92. 8fcfcc5 update ColorSpaceTest.cpp to remove MakeICC by Mike Klein · 6 years ago
  93. d6de89b Update SampleLua and lua files. by Ben Wagner · 6 years ago
  94. 97182cc Add color fonts. by Ben Wagner · 6 years ago
  95. 3560b58 Revert "Add color fonts." by Ben Wagner · 6 years ago
  96. d3b933f Add color fonts. by Ben Wagner · 6 years ago
  97. af78a94 Revert "Add color fonts." by Jim Van Verth · 6 years ago
  98. c912d61 Add color fonts. by Ben Wagner · 6 years ago
  99. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 6 years ago
  100. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 6 years ago