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