1. 61f36d3 Check file name valid or not. by Bruce Wang · 6 years ago
  2. cd21d67 Revert "fonts: Use correct SurfaceProps in analysis canvas for remoting." by Ravi Mistry · 6 years ago
  3. 4f078f7 fonts: Use correct SurfaceProps in analysis canvas for remoting. by Khushal · 6 years ago
  4. cdbec8f remove bit, srgbnl config in DM by Mike Klein · 6 years ago
  5. bfe9598 Revert "GrTessellator: fix for ping-pong split fuzzer hang." by Ravi Mistry · 6 years ago
  6. bfb2a05 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  7. 97918ff wouldn't it be nice? by Mike Klein · 6 years ago
  8. 3b526b0 "Modularize" SkSG by Florin Malita · 6 years ago
  9. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  10. 4a0ad50 skip unpremul...premul with only linear ops between by Mike Klein · 6 years ago
  11. 7741855 skip transfer functions when not needed by Mike Klein · 6 years ago
  12. be6e575 spin off unpremul and opaque tests by Mike Klein · 6 years ago
  13. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  14. 7d8276c skip gamut transform when identity by Mike Klein · 6 years ago
  15. 6968f9c SkColorSpaceXformSteps by Mike Klein · 6 years ago
  16. 7916c0e Properly zero in webp if no prior frame by Leon Scroggins III · 6 years ago
  17. d2e74b8 compute center slightly slower to avoid overflow by Mike Reed · 6 years ago
  18. d416083 Reland fonts: Cleanup cache miss logging for font remoting. by Khushal · 6 years ago
  19. 3e7548c Reland fonts: Add support for distance field text to font remoting. by Khushal · 6 years ago
  20. 4aafb3a Alternate between two SkBitmaps in SkAnimatedImage by Leon Scroggins III · 6 years ago
  21. 499afea Replace ICC profile in CodecTest with AdobeRGB by Brian Osman · 6 years ago
  22. 8fcfcc5 update ColorSpaceTest.cpp to remove MakeICC by Mike Klein · 6 years ago
  23. ee43091 fix 0.499999f rounding case for triangles by Mike Reed · 6 years ago
  24. 5bedc80 reduce clip-limit for scan converter to avoid quad-edge overflow by Mike Reed · 6 years ago
  25. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  26. 3087c1f tweak tolerance again for cubics by Mike Reed · 6 years ago
  27. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  28. 7257e22 Revert "fonts: Add support for distance field text to font remoting." by Mike Klein · 6 years ago
  29. fc6cf92 Revert "fonts: Cleanup cache miss logging for font remoting." by Mike Klein · 6 years ago
  30. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  31. 2b8a0d1 fonts: Cleanup cache miss logging for font remoting. by Khushal · 6 years ago
  32. 35e0a1a fonts: Add support for distance field text to font remoting. by Khushal · 6 years ago
  33. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  34. d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 6 years ago
  35. 7b37694 GrTessellator: fix crash on merging a dead edge. by Stephen White · 6 years ago
  36. 5b58b7c Reland "strip down SkICC.cpp" by Mike Klein · 6 years ago
  37. edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 6 years ago
  38. 8afa554 Revert "remove fragile hack in addOval to avoid computing bounds" by Mike Klein · 6 years ago
  39. 1e7c658 drawPosText no longer obeys paint alignment by Herb Derby · 6 years ago
  40. 4bfb50b ccpr: Abstract the draws list in a separate class by Chris Dalton · 6 years ago
  41. bc721ba remove fragile hack in addOval to avoid computing bounds by Mike Reed · 6 years ago
  42. b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 7 years ago
  43. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
  44. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  45. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  46. 5191880 remove toString by Cary Clark · 6 years ago
  47. 861b52e tweak conservative bounds value to save aberrant cubic by Mike Reed · 6 years ago
  48. ec42e15 Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect by Brian Salomon · 6 years ago
  49. ec79c39 GrTessellator: fix for zombie edge fuzzer crash. by Stephen White · 6 years ago
  50. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  51. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 6 years ago
  52. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  53. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  54. c06754b mapRect should not fiddle with nonfinite values. by Cary Clark · 6 years ago
  55. b2e7127 fonts: Fix memory accounting for deserialized glyphs. by Khushal · 6 years ago
  56. 026d20f handle huge normalize requests (including non-finite x or y) by Mike Reed · 6 years ago
  57. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  58. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  59. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  60. 27fe397 Revert "strip down SkICC.cpp" by Mike Klein · 6 years ago
  61. ce4cf72 non-linear blending first steps by Mike Klein · 7 years ago
  62. c66eaaf rm SkColorSpace_New by Mike Klein · 7 years ago
  63. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  64. e61b969 SkColorSpace::Make(const skcms_ICCProfile&) by Mike Klein · 7 years ago
  65. eab50eb strip down SkICC.cpp by Mike Klein · 7 years ago
  66. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 7 years ago
  67. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 7 years ago
  68. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 7 years ago
  69. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 7 years ago
  70. ad67c66 track bounds of top-level control ops by Mike Klein · 7 years ago
  71. 738b80d Don't use getDeviceClipBounds() to bound pic ops. by Mike Klein · 7 years ago
  72. da926db Remove fCacheKeys from SkImageFilter. by Ben Wagner · 7 years ago
  73. 737b9a9 Remove legacy guard flags by Yuqian Li · 7 years ago
  74. b2e3934 fonts: Cleanup header guard and stray printfs. by Khushal · 7 years ago
  75. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 7 years ago
  76. 38a0843 fonts: Reland push font remoting. by Khushal · 7 years ago
  77. fcac00f Reland "Remove devKerning" by Herb Derby · 7 years ago
  78. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 7 years ago
  79. 8a23202 Revert "fonts: Set up remote glyph caching to push fonts." by Mike Klein · 7 years ago
  80. c76e26a Revert "Remove devKerning" by Mike Klein · 7 years ago
  81. 192b18a Revert "fonts: Bandaid fix for desc mismatch in SkRemoteGlyphCache." by Mike Klein · 7 years ago
  82. ef4142a fonts: Bandaid fix for desc mismatch in SkRemoteGlyphCache. by Khushal · 7 years ago
  83. c86c5c0 Remove devKerning by Herb Derby · 7 years ago
  84. 3fc6a18 Fix index overflow check for rewriting fans as triangles. by Brian Salomon · 7 years ago
  85. 101d563 fonts: Set up remote glyph caching to push fonts. by Khushal · 7 years ago
  86. 0ab0f1c Convert skcms to only export functions (not data) by Brian Osman · 7 years ago
  87. 12e4e84 Add test to ensure that skcms' sRGB turns into Skia's sRGB color space by Brian Osman · 7 years ago
  88. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 7 years ago
  89. e494940 Revert "Reland "Revert "Add arcs as a specialized geometry to GrShape.""" by Brian Salomon · 7 years ago
  90. 580aee2 Reland "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 7 years ago
  91. 4322752 Make SkString::appendf safe for long strings. by Brian Salomon · 7 years ago
  92. 218c294 Remove the MSAA path renderer by Chris Dalton · 7 years ago
  93. 8a98bc9 Revert "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 7 years ago
  94. 910ca0f Experiment to track coverage in a layer by Mike Reed · 7 years ago
  95. ff134f2 Compile with latest clang 7. by Ben Wagner · 7 years ago
  96. 6cdb7d3 prepare to remove obsolete macros by Cary Clark · 7 years ago
  97. 55d330c Reland "call skcms_OptimizeForSpeed()" by Mike Klein · 7 years ago
  98. af88ec3 Revert "Add arcs as a specialized geometry to GrShape." by Mike Klein · 7 years ago
  99. 1b4ad0d Revert "call skcms_OptimizeForSpeed()" by Mike Klein · 7 years ago
  100. 255bcf5 Add arcs as a specialized geometry to GrShape. by Brian Salomon · 7 years ago