1. d661474 Improved SkPath packing by Florin Malita · 6 years ago
  2. b8e1252 Revert "remove SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM" by Cary Clark · 6 years ago
  3. 558fabb remove SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM by Mike Reed · 6 years ago
  4. 0e0f1a7 SkPath::shrinkToFit docs by Florin Malita · 6 years ago
  5. 8f5a7a6 first start on a P3 GM by Mike Klein · 6 years ago
  6. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  7. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  8. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  9. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  10. 086679b Revert "increase Builder's prealloc size after colorspace change" by Brian Osman · 6 years ago
  11. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  12. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  13. 43b882b Remove purging of GPU resources based on flush counts. by Brian Salomon · 6 years ago
  14. 87ce069 Revert "Revert "add flag to soften the blow of removing a legacy api for flutter"" by Mike Reed · 6 years ago
  15. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  16. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  17. 41b6773 Use the unique_ptr variant of MakeFromStream (the other is deprecated) by Mike Reed · 6 years ago
  18. 0b80e62 Reland "Revert "update to new MakeFromStream signature"" by Jim Van Verth · 6 years ago
  19. 8695539 Revert "Revert "update to new MakeFromStream signature"" by Mike Reed · 6 years ago
  20. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  21. d30937a remove SkRandom::next64() by Mike Klein · 6 years ago
  22. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  23. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  24. 71f8475 Revert "update to new MakeFromStream signature" by Mike Klein · 6 years ago
  25. edc6ea7 update to new MakeFromStream signature by Mike Reed · 6 years ago
  26. 5595f6e clean up S16CPU by Mike Klein · 6 years ago
  27. 7af2bc8 more skcolorspace cleanup by Mike Klein · 6 years ago
  28. b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  29. cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  30. cca8c6f SkColorSpace cleanup by Brian Osman · 6 years ago
  31. 271d1d9 Change SkTypeface::MakeFromStream to take unique_ptr by Mike Reed · 6 years ago
  32. de12402 Remove obsolete kIndex_8_SkColorType reference by Nigel Tao · 6 years ago
  33. ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
  34. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  35. bf67741 add behavior enum to SkTypeface::serialize() by Mike Reed · 6 years ago
  36. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  37. 0b7645f Simplify perspective shadows to match future MD specs. by Jim Van Verth · 6 years ago
  38. 545aa93 fixed uninitialized memory use in arithmetic effect by Ethan Nicholas · 6 years ago
  39. 835b2f5 update SkPreConfig a little by Mike Klein · 6 years ago
  40. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  41. ecddbc0 Add support for switching family queues in vulkan. by Greg Daniel · 6 years ago
  42. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  43. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  44. c9367d3 Update Skia milestone to 71 by Heather Miller · 6 years ago
  45. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  46. 500cbc6 clean up for removing drawTextOnPath from canvas by Mike Reed · 6 years ago
  47. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  48. 18d7cf7 Reland "Remove old ICC parser, A2B SkColorSpace, SkGammas, etc..." by Brian Osman · 6 years ago
  49. 7ba1d64 Revert "Remove old ICC parser, A2B SkColorSpace, SkGammas, etc..." by Brian Osman · 6 years ago
  50. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  51. 153e76d deprecate draw text on path in docs by Cary Clark · 6 years ago
  52. 1cb97a2 fix empty region iter rect by Cary Clark · 6 years ago
  53. 8ae7c90 Remove old ICC parser, A2B SkColorSpace, SkGammas, etc... by Brian Osman · 6 years ago
  54. c349f18 use textonpath util for canvas::drawTextOnPath by Mike Reed · 6 years ago
  55. 0fdc53f textonpath util by Mike Reed · 6 years ago
  56. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  57. 2424ec4 Make GrGLInterface great for Win32 x86 again by Brian Salomon · 6 years ago
  58. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  59. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  60. 70e468f Add disable_texture_storage workaround by Adrienne Walker · 6 years ago
  61. 2f4c09b Add remove_pow_with_constant_exponent workaround by Adrienne Walker · 6 years ago
  62. 8b23ca6 Add rewrite_do_while_loops workaround by Adrienne Walker · 6 years ago
  63. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  64. 92b161f Add emulate_abs_int_function workaround by Adrienne Walker · 6 years ago
  65. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  66. c02165f Add unfold_short_circuit_as_ternary workaround by Adrienne Walker · 6 years ago
  67. 4f6c915 Remove occluder parameter from SkMaskFilter::MakeBlur factory by Robert Phillips · 6 years ago
  68. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 6 years ago
  69. 96597c2 Add more comments to SkCodec::getRepetitionCount by Nigel Tao · 6 years ago
  70. 13df981 Update SkCodec::rewindIfNeeded comment by Nigel Tao · 6 years ago
  71. 12d4b6e let's like, chill out about all these rules, man by Mike Klein · 6 years ago
  72. 6595687 Rename SkGlyphRunListDrawer to SkGlyphRunListPainter by Herb Derby · 6 years ago
  73. ee8295c Add add_and_true_to_loop_condition workaround by Adrienne Walker · 6 years ago
  74. ca0cdef Add flush_on_framebuffer_change workaround by Adrienne Walker · 6 years ago
  75. 557aad7 Remove occluder feature from blur mask filter by Robert Phillips · 6 years ago
  76. 7d06e26 fixup winding contours by Cary Clark · 6 years ago
  77. 035aa32 SkFontMgr::matchFamilyStyle can return nullptr. by Ben Wagner · 6 years ago
  78. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  79. 0251b1b fix SkPath documentation by Cary Clark · 6 years ago
  80. b631742 return this from maker calls, so we can chain the calls by Mike Reed · 6 years ago
  81. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  82. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  83. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  84. af04551 refresh generated includes by Cary Clark · 6 years ago
  85. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  86. 93ce79d drop SkTextBlob alignas(void*), align in Builder manually by Mike Klein · 6 years ago
  87. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  88. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  89. 87785d5 Add max_fragment_uniform_vectors_32 workaround by Adrienne Walker · 6 years ago
  90. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  91. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  92. e12a090 make some textblob builders private for now by Cary Clark · 6 years ago
  93. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  94. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  95. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  96. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  97. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  98. 234e5a2 Improve touch support for iOS viewer by Jim Van Verth · 6 years ago
  99. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  100. c0534fa minor SkRegion include edits by Cary Clark · 6 years ago