1. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  2. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  3. c06754b mapRect should not fiddle with nonfinite values. by Cary Clark · 6 years ago
  4. b2e7127 fonts: Fix memory accounting for deserialized glyphs. by Khushal · 6 years ago
  5. 026d20f handle huge normalize requests (including non-finite x or y) by Mike Reed · 6 years ago
  6. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  7. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  8. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  9. 27fe397 Revert "strip down SkICC.cpp" by Mike Klein · 6 years ago
  10. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  11. c66eaaf rm SkColorSpace_New by Mike Klein · 6 years ago
  12. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  13. e61b969 SkColorSpace::Make(const skcms_ICCProfile&) by Mike Klein · 6 years ago
  14. eab50eb strip down SkICC.cpp by Mike Klein · 6 years ago
  15. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  16. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  17. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 7 years ago
  18. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 6 years ago
  19. ad67c66 track bounds of top-level control ops by Mike Klein · 6 years ago
  20. 738b80d Don't use getDeviceClipBounds() to bound pic ops. by Mike Klein · 6 years ago
  21. da926db Remove fCacheKeys from SkImageFilter. by Ben Wagner · 6 years ago
  22. 737b9a9 Remove legacy guard flags by Yuqian Li · 6 years ago
  23. b2e3934 fonts: Cleanup header guard and stray printfs. by Khushal · 6 years ago
  24. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  25. 38a0843 fonts: Reland push font remoting. by Khushal · 6 years ago
  26. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  27. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  28. 8a23202 Revert "fonts: Set up remote glyph caching to push fonts." by Mike Klein · 6 years ago
  29. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  30. 192b18a Revert "fonts: Bandaid fix for desc mismatch in SkRemoteGlyphCache." by Mike Klein · 6 years ago
  31. ef4142a fonts: Bandaid fix for desc mismatch in SkRemoteGlyphCache. by Khushal · 6 years ago
  32. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  33. 3fc6a18 Fix index overflow check for rewriting fans as triangles. by Brian Salomon · 6 years ago
  34. 101d563 fonts: Set up remote glyph caching to push fonts. by Khushal · 6 years ago
  35. 0ab0f1c Convert skcms to only export functions (not data) by Brian Osman · 6 years ago
  36. 12e4e84 Add test to ensure that skcms' sRGB turns into Skia's sRGB color space by Brian Osman · 6 years ago
  37. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 6 years ago
  38. e494940 Revert "Reland "Revert "Add arcs as a specialized geometry to GrShape.""" by Brian Salomon · 6 years ago
  39. 580aee2 Reland "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 6 years ago
  40. 4322752 Make SkString::appendf safe for long strings. by Brian Salomon · 7 years ago
  41. 218c294 Remove the MSAA path renderer by Chris Dalton · 6 years ago
  42. 8a98bc9 Revert "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 7 years ago
  43. 910ca0f Experiment to track coverage in a layer by Mike Reed · 7 years ago
  44. ff134f2 Compile with latest clang 7. by Ben Wagner · 7 years ago
  45. 6cdb7d3 prepare to remove obsolete macros by Cary Clark · 7 years ago
  46. 55d330c Reland "call skcms_OptimizeForSpeed()" by Mike Klein · 7 years ago
  47. af88ec3 Revert "Add arcs as a specialized geometry to GrShape." by Mike Klein · 7 years ago
  48. 1b4ad0d Revert "call skcms_OptimizeForSpeed()" by Mike Klein · 7 years ago
  49. 255bcf5 Add arcs as a specialized geometry to GrShape. by Brian Salomon · 7 years ago
  50. 3b8feb3 call skcms_OptimizeForSpeed() by Mike Klein · 7 years ago
  51. c90b4db Reland "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 7 years ago
  52. f92bb37 Revert "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 7 years ago
  53. e9f2bbe Prevent masked solid-color draws from being turned into clears by Robert Phillips · 7 years ago
  54. 3d0e850 Prevent matrix stack from being corrupted if a rotated image filter is clipped out by Robert Phillips · 7 years ago
  55. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 7 years ago
  56. dbc59ba path is rect track corners by Cary Clark · 7 years ago
  57. c274f8f Prevent unnecessary/unbounded growth of SkTDynamicHash capacity by Florin Malita · 7 years ago
  58. 9f2dab0 ccpr: Implement conics by Chris Dalton · 7 years ago
  59. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 7 years ago
  60. 15a64e7 Convert A8 D32 mask blitters to Sk4px by Florin Malita · 7 years ago
  61. b120e92 fix path is rect flaw exposed by gold by Cary Clark · 7 years ago
  62. eed6128 IWYU for some more test files starting with 'C'. by Ben Wagner · 7 years ago
  63. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 7 years ago
  64. 4eb6f7a path is rect diag test is required by Cary Clark · 7 years ago
  65. 1cd6098 path is rect bug number twelve by Cary Clark · 7 years ago
  66. a765156 yet another path is rect exploit by Cary Clark · 7 years ago
  67. 48c464a a more involved path is rect bug by Cary Clark · 7 years ago
  68. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 7 years ago
  69. 98b2415 ccpr: Implement conics by Chris Dalton · 7 years ago
  70. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 7 years ago
  71. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 7 years ago
  72. c8cdad7 Make TestCase class in GrShapeTest heap allocate its GrShapes by Brian Salomon · 7 years ago
  73. 490aa59 rewrite iterator to make msvc happy by Mike Reed · 7 years ago
  74. 1749af2 Revert "add test for degenerate canvas dimension" by Mike Reed · 7 years ago
  75. 715b919 add test for degenerate canvas dimension by Mike Reed · 7 years ago
  76. d422847 path is rect bug number nine by Cary Clark · 7 years ago
  77. 59af19f can't abort looper loop, as saveCount won't be balanced by Mike Reed · 7 years ago
  78. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 7 years ago
  79. 88ba971 son of path is rect bug by Cary Clark · 7 years ago
  80. b809efb workaround for buggy macOS GLSL shader compiler by Ethan Nicholas · 7 years ago
  81. 31608c0 another rect is path fix by Cary Clark · 7 years ago
  82. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  83. 21f6437 Implement Sk2f Load2 by Chris Dalton · 7 years ago
  84. e3fda93 Implement Sk4f min/max by Chris Dalton · 7 years ago
  85. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  86. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 7 years ago
  87. 8540e11 more path is rect bugs by Cary Clark · 7 years ago
  88. 8eaf64a Fix SkTCopyOnFirstWrite copy semantics by Florin Malita · 7 years ago
  89. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  90. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  91. 872da6b Add initial support for simple concave shadows. by Jim Van Verth · 7 years ago
  92. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 7 years ago
  93. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  94. 58627cb one more path is rect bug by Cary Clark · 7 years ago
  95. 5c71518 fix path to rect when missing close verb by Cary Clark · 7 years ago
  96. 42f02aa Implement Sk2f::Store2 by Chris Dalton · 7 years ago
  97. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 7 years ago
  98. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago
  99. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 7 years ago
  100. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago