1. 45a6d71 Avoid dividing by zero in SkTwoPointConicalGradient::Create by Yuqian Li · 6 years ago
  2. 9236b02 Revert "Revert "implement SkScalar versions in terms of float versions"" by Mike Reed · 6 years ago
  3. 8f2b7fa Correctly handle empty outer blurs. by Ben Wagner · 6 years ago
  4. 8c2de8f Merge duplicate umbra points in spot shadow. by Jim Van Verth · 6 years ago
  5. d81097e Don't set luminance color if not used in MakeRecAndEffects. by Ben Wagner · 6 years ago
  6. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  7. b06a1eb detect overflow for morphology by Mike Reed · 6 years ago
  8. 3202ac4 Revert "Revert "reject large paths to avoid potential float overflows"" by Mike Reed · 6 years ago
  9. 9b161a9 Don't limit glyph mask format for path effect. by Ben Wagner · 6 years ago
  10. 811b944 fixed incorrect index in SPIR-V matrix construction by Ethan Nicholas · 6 years ago
  11. 8259114 SkPDF: scale entire canvas for non-standard rasterDpi by Hal Canary · 6 years ago
  12. 9bcfcb3 Roll clang for Windows to chromium's current. by Ben Wagner · 6 years ago
  13. b8f0709 Revert "reject large paths to avoid potential float overflows" by Mike Reed · 6 years ago
  14. 1b17adb Avoid possible memory leak with inner blurs. by Ben Wagner · 6 years ago
  15. b35002d reject large paths to avoid potential float overflows by Mike Reed · 6 years ago
  16. 103d6f6 Define ~GrContextThreadSafeProxy in GrContext.cpp by Brian Salomon · 6 years ago
  17. f507c28 Shadow fixes to avoid popping. by Jim Van Verth · 6 years ago
  18. cfc6613 ccpr: Bugfix for cropped paths by Chris Dalton · 6 years ago
  19. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  20. e3f1b59 Non-normal blur styles to work with non-a8. by Ben Wagner · 6 years ago
  21. 5c560c9 Fix unchecked allocation in kImageFilter::Common::unflatten() by Florin Malita · 6 years ago
  22. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  23. 27fe397 Revert "strip down SkICC.cpp" by Mike Klein · 6 years ago
  24. 1d686a9 Add SkColorSpace::toProfile by Brian Osman · 6 years ago
  25. 52aacd6 Add GrContextThreadSafeProxy and remove most friends of GrContextThreadSafeProxy by Brian Salomon · 6 years ago
  26. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  27. 024615e Revert "Add driver bug workarounds to GrCaps" by Greg Daniel · 6 years ago
  28. 636d803 Revert "Driver bug workaround: disable_blend_equation_advanced" by Greg Daniel · 6 years ago
  29. 0b1e628 Revert "Driver bug workaround: disable_discard_framebuffer" by Greg Daniel · 6 years ago
  30. 8aa0dca Driver bug workaround: disable_discard_framebuffer by Adrienne Walker · 6 years ago
  31. c66eaaf rm SkColorSpace_New by Mike Klein · 6 years ago
  32. f31fece Driver bug workaround: disable_blend_equation_advanced by Adrienne Walker · 6 years ago
  33. c2ea327 Validate readByteArrayAsData size by Florin Malita · 6 years ago
  34. 328490c Add driver bug workarounds to GrCaps by Adrienne Walker · 6 years ago
  35. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  36. f77db11 Validate gradient DescriptorScope size during deserialization by Florin Malita · 6 years ago
  37. ff6a7cd Revert "Revert "Don't use GrRRectBlurEffect for large rects when highp is not full float"" by Brian Salomon · 6 years ago
  38. 21015b7 Fix clipping of SkMatrixImageFilter input (take 2) by Robert Phillips · 6 years ago
  39. 1fcac05 Fix extra texture creation in GrResourceProvider::createTexture() with SRGB data. by Brian Salomon · 6 years ago
  40. 7297152 Revert "Don't use GrRRectBlurEffect for large rects when highp is not full float" by Brian Salomon · 6 years ago
  41. f112ea2 Support C++11 range-for loops in SkTInternalLList by Chris Dalton · 6 years ago
  42. e0dc943 Don't use GrRRectBlurEffect for large rects when highp is not full float by Brian Salomon · 6 years ago
  43. e61b969 SkColorSpace::Make(const skcms_ICCProfile&) by Mike Klein · 6 years ago
  44. eab50eb strip down SkICC.cpp by Mike Klein · 6 years ago
  45. ef4f7b4 Revert "Fix clipping of SkMatrixImageFilter input" by Robert Phillips · 6 years ago
  46. 010ce2b rewrite while to for loop to avoid last increment by Mike Reed · 6 years ago
  47. a2f14de check for focaldata failure by Mike Reed · 6 years ago
  48. 70bebb0 make sure we don't set level-of-detail to zero by Mike Reed · 6 years ago
  49. 5ba36ba ccpr: Clean up GrCoverageCountingPathRenderer by Chris Dalton · 6 years ago
  50. 969a738 Approximate conics as quads in GrAAHairlinePathRenderer when fp32 not supported by Brian Salomon · 6 years ago
  51. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  52. 06d3746 Add fPreferExternalImagesOverES3 to GrContextOptions by Brian Osman · 6 years ago
  53. cb8b5d1 Fix clipping of SkMatrixImageFilter input by Robert Phillips · 6 years ago
  54. dea965c Remove SK_IGNORE_MASK_FILTER_GLYPH_FIX. by Ben Wagner · 6 years ago
  55. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  56. 6b2b650 clean up some SkDebugf() by Mike Klein · 6 years ago
  57. 3917b1e ccpr: Cleanup on-flush path stats by Chris Dalton · 6 years ago
  58. e8f9e91 Cleanup SK_IGNORE_BLUR_IMAGE_FILTER_FIX (since Chrome no longer uses it) by Robert Phillips · 6 years ago
  59. 01b2244 When validating transfer fns, allow D > 1 by Brian Osman · 6 years ago
  60. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 7 years ago
  61. a2595f9 fonts: Fix a trace name in SkRemoteGlyphCache by Khushal · 6 years ago
  62. 88b12e9 fonts: Fix subpixel position mismatch in font remoting by Khushal · 6 years ago
  63. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 6 years ago
  64. 71a6995 Only enable noperspective with ES3 shading language by Brian Osman · 6 years ago
  65. 2700779 SkBlurMask to blur all the things. by Ben Wagner · 6 years ago
  66. e1f566f Use device and key descriptors by Herb Derby · 7 years ago
  67. d925f2d Add a drawPaths method to GrCCPathProcessor by Chris Dalton · 6 years ago
  68. 8d85813 Fix a bug in SkGpuBlurUtils::GaussianBlur (take 3) by Robert Phillips · 6 years ago
  69. e7df0bb Avoid rerunning path renderer chain when path known to require sw by Brian Salomon · 6 years ago
  70. cea8e3d text-blob: Fix OOM issues during blob deserialization. by Khushal · 6 years ago
  71. d3cee17 Visit the image proxy in GrLatticeOp by Brian Salomon · 6 years ago
  72. a8daee8 Add null proxy test to SkGpuDevice::drawProducerLattice by Brian Salomon · 6 years ago
  73. 5bdc4d5 SkAdvancedTypefaceMetrics: simplify more by Hal Canary · 7 years ago
  74. ecac36e make SkColorSpace::MakeICC strict as skcms by Mike Klein · 6 years ago
  75. 1f5cd6c Handle failure to create SkColorSpaceXform in SkConvertPixels by Brian Osman · 7 years ago
  76. 382caae Make sure the ScalerContextRec is dense by Herb Derby · 6 years ago
  77. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 7 years ago
  78. 817847c Update canvas2D read/write pixels fast path to handle BGRA input/output by Brian Salomon · 6 years ago
  79. 0262860 Remove android specific code - v2 by Herb Derby · 7 years ago
  80. 01c304e Reland "Avoid drawing BW clipped color glyphs many times." by Ben Wagner · 6 years ago
  81. 5c91fa4 Respect SkBitmapDeviceFilteredSurfaceProps in SkThreadedBMPDevice by Yuqian Li · 7 years ago
  82. ad67c66 track bounds of top-level control ops by Mike Klein · 6 years ago
  83. 76e9485 SkRecorder: templates are better than macros by Hal Canary · 6 years ago
  84. 8a95244 Revert "Avoid drawing BW clipped color glyphs many times." by Greg Daniel · 6 years ago
  85. 2381add Revert "Remove android specific code" by Greg Daniel · 6 years ago
  86. 95e2b91 Revert "Respect SkBitmapDeviceFilteredSurfaceProps in SkThreadedBMPDevice" by Greg Daniel · 7 years ago
  87. 963d1ef Revert "Restore old SkBitmapDeviceFilteredSurfaceProps" by Greg Daniel · 7 years ago
  88. 3d5b83b Restore old SkBitmapDeviceFilteredSurfaceProps by Yuqian Li · 7 years ago
  89. d7e3eaa Remove GR_TESSELLATOR_LEGACY_INVERSION_HANDLING (unused). by Stephen White · 7 years ago
  90. 694ebb3 SkSinglyLinkedList: use unique_ptr to manage ownership by Hal Canary · 7 years ago
  91. b9a1e68 Respect SkBitmapDeviceFilteredSurfaceProps in SkThreadedBMPDevice by Yuqian Li · 7 years ago
  92. d4e735a Revert "Fix a bug in SkGpuBlurUtils::GaussianBlur (take 2)" by Robert Phillips · 7 years ago
  93. 91840ab Remove unused SK_DISABLE_ARC_TO_LINE_TO_CHECK build flag by Brian Salomon · 7 years ago
  94. 4ede56b Remove could not invert matrix SkDebugfs by Brian Salomon · 7 years ago
  95. 738b80d Don't use getDeviceClipBounds() to bound pic ops. by Mike Klein · 7 years ago
  96. 5570ea0 Remove android specific code by Herb Derby · 7 years ago
  97. bba38ee Avoid drawing BW clipped color glyphs many times. by Ben Wagner · 7 years ago
  98. bd66caa Make degenerate kernel in fill_in_2D_gaussian_kernel sum to 1 by Robert Phillips · 7 years ago
  99. 72de745 Fix a bug in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 7 years ago
  100. ffb1c39 Make the src rects of truths in SkLatticeIter be integral. by Brian Salomon · 7 years ago