1. 34d1331 Particles: Improvements to SkCurve by Brian Osman · 6 years ago
  2. e5d532e Particles: remove non-stable random, add better enum reflection by Brian Osman · 6 years ago
  3. 0c48681 Few more particle features and some generalization work by Brian Osman · 6 years ago
  4. d5c57fe Add local vs world flag for particle velocity by Brian Osman · 6 years ago
  5. d8e1ee9 Refactor particle age logic by Brian Osman · 6 years ago
  6. 125daa4 Refactor and further generalization of particle model by Brian Osman · 6 years ago
  7. 543d2e2 Moved image params out to SkParticleDrawable by Brian Osman · 6 years ago
  8. 8b6283f New SkCurve type with multiple curve segments by Brian Osman · 6 years ago
  9. 5c1f8eb Various particle system improvements by Brian Osman · 6 years ago
  10. 8130afa resources: add text for testing shaper by Hal Canary · 6 years ago
  11. 7c979f5 Experimental Particle System by Brian Osman · 6 years ago
  12. 8ac81b7 [skottie] Add a custom property manager util class by Florin Malita · 6 years ago
  13. 9f0d8c2 Add support for fallbackFor in Android parser. by Ben Wagner · 6 years ago
  14. f05626b Test a GIF with an out of range transparent index by Leon Scroggins III · 6 years ago
  15. 62c6bd9 [skottie] Multi-frame image support by Florin Malita · 6 years ago
  16. 17282da [skottie] Add a property setter sample/GM by Florin Malita · 6 years ago
  17. 2687072 [skottie] GM exercising external font loading by Florin Malita · 6 years ago
  18. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  19. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  20. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  21. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  22. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  23. ccb21bf Add sRGB profile to mandrill images by Brian Osman · 6 years ago
  24. bbf80d6 Update mandrill PNGs to be sRGB (rather than gamma 2.2) by Brian Osman · 6 years ago
  25. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  26. 665949a Update libjpeg-turbo to pre-2.0.0 (from 1.5.3) by Leon Scroggins III · 6 years ago
  27. 9ac1b72 fixed NIMA deformed vertices rendering by Ruiqi Mao · 6 years ago
  28. c069a57 added NIMA sample to showcase animations by Brian Osman · 6 years ago
  29. 8fcfcc5 update ColorSpaceTest.cpp to remove MakeICC by Mike Klein · 6 years ago
  30. d6de89b Update SampleLua and lua files. by Ben Wagner · 6 years ago
  31. 97182cc Add color fonts. by Ben Wagner · 7 years ago
  32. 3560b58 Revert "Add color fonts." by Ben Wagner · 7 years ago
  33. d3b933f Add color fonts. by Ben Wagner · 7 years ago
  34. af78a94 Revert "Add color fonts." by Jim Van Verth · 7 years ago
  35. c912d61 Add color fonts. by Ben Wagner · 7 years ago
  36. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 7 years ago
  37. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 7 years ago
  38. 1022f74 [skottie] Nested animation support by Florin Malita · 7 years ago
  39. 31476b7 Update piex and add test image by Leon Scroggins III · 7 years ago
  40. cbf66a2 Ensure all rows of a gif are initialized by Leon Scroggins III · 7 years ago
  41. ce6d93a Check for min int in BMP header by Leon Scroggins III · 7 years ago
  42. fee7cba Check the length of marker before reading it by Leon Scroggins III · 7 years ago
  43. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  44. 2e0fadb Add a GM and images to test SkEncodedOrigin by Leon Scroggins III · 7 years ago
  45. e8750e1 [skotty] Fix path close handling by Florin Malita · 7 years ago
  46. 094ccde Initial Lottie loader impl (Skotty) by Florin Malita · 7 years ago
  47. a12f795 Fix Adobe RGB color space in Skia by Brian Osman · 7 years ago
  48. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  49. f1729a7 Extract Android FontMgr part of Typeface test. by Ben Wagner · 7 years ago
  50. 4cdbf60 Avoid uninitialized memory in readByteArrayAsData by Leon Scroggins III · 7 years ago
  51. 712fe73 Add animated cowboy sample from WebKit tests, and fix. by Jim Van Verth · 7 years ago
  52. aee878d Move lang to list in Android font manager. by Ben Wagner · 7 years ago
  53. c6c10b4 Remove SkTypeface::Style from fuzzers and lua. by Ben Wagner · 7 years ago
  54. fc4ee22 Fix double delete in SkBmpCodec by Leon Scroggins III · 7 years ago
  55. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  56. 12a4dc9 Defend against ICOs with large BMPs embedded by Leon Scroggins III · 7 years ago
  57. d16084f Better image for copyTo4444 test by Matt Sarett · 7 years ago
  58. 37aca92 Add ship.png for DrawShip sample by Jim Van Verth · 7 years ago
  59. 623fadf Add Material Design shadow reference sample by Jim Van Verth · 7 years ago
  60. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  61. 9f1c403 Add tool to create test images with interesting color profiles by Matt Sarett · 7 years ago
  62. 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 7 years ago
  63. 9d687df Avoid interpolating color lut with less than 2 points by Matt Sarett · 7 years ago
  64. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 7 years ago
  65. 7d22a33 Add a test for getFrameInfo on truncated data by Leon Scroggins III · 7 years ago
  66. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 7 years ago
  67. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
  68. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  69. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  70. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  71. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
  72. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
  73. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
  74. b0b625b GIF: Better check for frame dependency by Leon Scroggins III · 8 years ago
  75. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
  76. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
  77. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
  78. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  79. dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 8 years ago
  80. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  81. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  82. 0186661 Reject non-D50 matrices from ICC profiles by Matt Sarett · 8 years ago
  83. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  84. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  85. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  86. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 8 years ago
  87. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 8 years ago
  88. 4ecf0d4 GM: add test for type1 font by halcanary · 8 years ago
  89. 005327b BUG=skia:5602 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302913002 by hcm · 8 years ago
  90. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  91. c5064d9 Revert of Add regression test (patchset #2 id:20001 of https://codereview.chromium.org/2243143002/ ) by msarett · 8 years ago
  92. bcae9d3 Add regression test by msarett · 8 years ago
  93. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  94. 5dba301 Use hintgasp font when testing rendering. by bungeman · 8 years ago
  95. 61457a6 Add gm for various font rendering combinations. by bungeman · 8 years ago
  96. 97205a4 Add interesting features to visualize_color_gamut by msarett · 8 years ago
  97. 888dc16 Test color correction in DM by msarett · 8 years ago
  98. aabe15e Simple program for visualizing gamuts by msarett · 8 years ago
  99. 87bf8f7 Add png for difficult but common blit cases. by herb · 8 years ago
  100. 93eeadf compressed texture support has been broken/untested for a while, remove cruft by reed · 8 years ago