1. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  2. 230a71b Work around FreeType type change. by Ben Wagner · 6 years ago
  3. 98acec5 remove some dead flags by Mike Reed · 6 years ago
  4. 964aedb play with animated gif by Mike Reed · 6 years ago
  5. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  6. ac9f090 Make sure ReflexHash grid count is reasonable by Jim Van Verth · 6 years ago
  7. 358558a Cleanup SkPatchUtils, stop using SkColorSpaceXform by Brian Osman · 6 years ago
  8. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  9. 9b21825 Optimize SkTriangulateSimplePolygon. by Jim Van Verth · 6 years ago
  10. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  11. 7b56229 Use SkUniqueCFRef in SkImage*CG. by Ben Wagner · 6 years ago
  12. a85838c send SkPMColor::toPMColor() through Sk4f_toL32() by Mike Klein · 6 years ago
  13. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  14. 1cf418b Some SkPM4f cleanup by Brian Osman · 6 years ago
  15. c9873a5 Document headers: IWYU by Hal Canary · 6 years ago
  16. 6bdfebe Some more shadow cleanup by Jim Van Verth · 6 years ago
  17. 3a039d5 Add perspective support to blur shadows by Jim Van Verth · 6 years ago
  18. 7b617a7 Fix some issues with shadow tesselation by Jim Van Verth · 6 years ago
  19. e6146bd Fix float overflow in shadow tessellator by Jim Van Verth · 6 years ago
  20. fb18639 Set ambient stroke to full width of blur. by Jim Van Verth · 6 years ago
  21. b7c9551 Fix some overflowing integers in SkPolyUtils by Jim Van Verth · 6 years ago
  22. d737ab9 Consolidate more shadow generation code. by Jim Van Verth · 6 years ago
  23. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  24. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  25. da58cac Rip out variable offsetting by Jim Van Verth · 6 years ago
  26. 9e41c21 SkPDF: use more vector<>, more sk_sp<>, cleanup. by Hal Canary · 6 years ago
  27. 0b7645f Simplify perspective shadows to match future MD specs. by Jim Van Verth · 6 years ago
  28. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  29. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  30. 0fdc53f textonpath util by Mike Reed · 6 years ago
  31. 4c65144 fix dashimpl underflow by Mike Reed · 6 years ago
  32. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  33. ad031f5 Improve name table handling. by Ben Wagner · 6 years ago
  34. 04d1632 Add internal tree implementation to EdgeList. by Jim Van Verth · 6 years ago
  35. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  36. 0edad3e inline strcmp for faster json parsing by Mike Reed · 6 years ago
  37. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  38. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  39. ba4847c Reland "Intersection calc cleanup." by Jim Van Verth · 6 years ago
  40. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  41. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  42. 47d9ee4 Revert "Intersection calc cleanup." by Jim Van Verth · 6 years ago
  43. 1b016d5 Intersection calc cleanup. by Jim Van Verth · 6 years ago
  44. 66c5dc5 Fix missing offsets in simple-polygon-offset-v by Jim Van Verth · 6 years ago
  45. 98d3375 More SkOffsetSimplePolygon optimizations. by Jim Van Verth · 6 years ago
  46. eddb3d9 Fix minimization function for offset code by Jim Van Verth · 6 years ago
  47. f107a2f SkUTF by Hal Canary · 6 years ago
  48. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  49. a631683 Some more SkPolyUtils optimizations and clean up. by Jim Van Verth · 6 years ago
  50. 206dbe8 Restrict radial step count by Jim Van Verth · 6 years ago
  51. 0067369 Reland "Reland "Add some optimizations to PolyUtils"" by Jim Van Verth · 6 years ago
  52. e534854 Undef the right macro in SkDWriteNTDDI_VERSION.h by Ben Wagner · 6 years ago
  53. 297c3c8 Ignore NTDDI_VERSION with DirectWrite. by Ben Wagner · 6 years ago
  54. e9dd316 Revert "Reland "Add some optimizations to PolyUtils"" by Ben Wagner · 6 years ago
  55. 946c370 Reland "Add some optimizations to PolyUtils" by Jim Van Verth · 6 years ago
  56. 2b0e6cd Reland "SkDEBUGF: use __VA_ARGS__" by Hal Canary · 6 years ago
  57. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  58. 3229e65 Revert "Add some optimizations to PolyUtils" by Jim Van Verth · 6 years ago
  59. 8bb0db3 Add some optimizations to PolyUtils by Jim Van Verth · 6 years ago
  60. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  61. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  62. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  63. 061cc21 Add more tests for PolyUtils by Jim Van Verth · 6 years ago
  64. e923ccc Revert "SkDEBUGF: use __VA_ARGS__" by Robert Phillips · 6 years ago
  65. 2267a09 SkDEBUGF: use __VA_ARGS__ by Hal Canary · 6 years ago
  66. e0a9962 Interpolate patch vertices in destination color space by Brian Osman · 6 years ago
  67. 6784ffa Add some new PolyUtils tests. by Jim Van Verth · 6 years ago
  68. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  69. 8664a1d Add ear-clipping code to triangulate simple polygons. by Jim Van Verth · 6 years ago
  70. 3645bb0 Fix some shadow issues. by Jim Van Verth · 6 years ago
  71. 2e5c1ae [skjson] Remove the scope index stack by Florin Malita · 6 years ago
  72. 796bc1d Limit iterations when computing convex inset. by Jim Van Verth · 6 years ago
  73. bceddbc SkAR: drawing text, shapes, rotation modes enabled, translating objects by ziadb · 6 years ago
  74. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  75. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  76. e72e773 remove SkTCast by Mike Klein · 6 years ago
  77. e39bc9f Implement tilted concave ambient shadow by Jim Van Verth · 6 years ago
  78. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  79. bdde428 Add variable offset support by Jim Van Verth · 6 years ago
  80. 8760e2f Add outline concave shadow support by Jim Van Verth · 6 years ago
  81. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  82. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  83. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  84. 7deacf4 More shadow tessellation cleanup. by Jim Van Verth · 6 years ago
  85. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  86. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  87. 27dddae rebase by Cary Clark · 6 years ago
  88. cdaf661 Consolidate ambient and spot code setup. by Jim Van Verth · 6 years ago
  89. 1989c49 Avoid divide-by-zero in shadow code by Jim Van Verth · 6 years ago
  90. b4a8a62 SkFloatToDecimal: optimize the less common cases. by Hal Canary · 7 years ago
  91. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  92. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  93. 27714a0 3d by Mike Reed · 6 years ago
  94. 1724db1 Remove SkTextBox by Herb Derby · 6 years ago
  95. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  96. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  97. 5191880 remove toString by Cary Clark · 6 years ago
  98. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  99. 27575e8 check path bounds before trying to shadow by Mike Reed · 6 years ago
  100. 8c2de8f Merge duplicate umbra points in spot shadow. by Jim Van Verth · 6 years ago