1. 13f3d8d GrTessellator: avoid split with zero primary and out-of-range secondary. by Stephen White · 6 years ago
  2. b9177cf Add SkGlyphRunList - v2 by Herb Derby · 6 years ago
  3. 9457546 Alternative fix for stale MIP maps on texture export/import. by Brian Salomon · 6 years ago
  4. 149b541 Revert "Add SkGlyphRunList" by Herb Derby · 6 years ago
  5. 5c0c798 Use local strike caches to avoid flaky test behavior by Herb Derby · 6 years ago
  6. c113e9e Make SkStrikeCache::Validate call non global version by Herb Derby · 6 years ago
  7. f2e4a03 Add SkGlyphRunList by Herb Derby · 6 years ago
  8. 9ffe3dc add test for wacky conic edges (disabled for now) by Mike Reed · 6 years ago
  9. 37b6109 Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_AndroidSystem. by Bruce Wang · 6 years ago
  10. 960d421 Revert "Make SkRemoteGlyphCache tests use private glyph cache" by Herb Derby · 6 years ago
  11. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  12. 3e36ce6 Make SkRemoteGlyphCache tests use private glyph cache by Herb Derby · 6 years ago
  13. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  14. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  15. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  16. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  17. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  18. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  19. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  20. e72e773 remove SkTCast by Mike Klein · 6 years ago
  21. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  22. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  23. e475d01 remove stray SkTLList includes by Mike Klein · 6 years ago
  24. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  25. 1bb47df fast path for pathops by Cary Clark · 6 years ago
  26. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  27. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  28. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  29. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  30. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  31. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  32. b6b5b7a Reland "simplify SkTFitsIn, try 2" by Mike Klein · 6 years ago
  33. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  34. e4b900b Revert "simplify SkTFitsIn, try 2" by Mike Klein · 6 years ago
  35. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  36. e141548 Fix ImageTest to check if gpu mip maps are supported. by Greg Daniel · 6 years ago
  37. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  38. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  39. 009f51e simplify SkTFitsIn, try 2 by Mike Klein · 6 years ago
  40. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  41. 75e6490 Implement DWriteFontTypeface::onGetVariationDesignPosition on win10. by Bruce Wang · 6 years ago
  42. 2652223 Revert "simplify SkTFitsIn" by Mike Klein · 6 years ago
  43. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  44. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  45. b82c3d6 simplify SkTFitsIn by Mike Klein · 6 years ago
  46. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  47. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  48. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  49. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  50. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  51. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  52. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  53. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  54. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  55. 27dddae rebase by Cary Clark · 6 years ago
  56. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  57. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  58. 89c5e88 Implement Sk2f::floor by Chris Dalton · 6 years ago
  59. 89042d5 GrTessellator: catch missing intersections. by Stephen White · 6 years ago
  60. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  61. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  62. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  63. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  64. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 6 years ago
  65. 9519d4f Remove unused GrObjectMemoryPool by Robert Phillips · 6 years ago
  66. d07dc36 clean up some unused parts of SkArenaAlloc by Mike Klein · 6 years ago
  67. 6f02af9 remove linear-blended sRGB dst support in software by Mike Klein · 6 years ago
  68. 3a4a321 fix ops for very close rects by Cary Clark · 6 years ago
  69. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  70. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  71. f454bd3 rm TestConfigParsing by Mike Klein · 6 years ago
  72. e62999f GrTessellator: yet another out-of-range splitting fix. by Stephen White · 6 years ago
  73. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  74. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  75. 5059541 need conservative bounds for triangles due to SkFixed drift in SkEdge by Mike Reed · 6 years ago
  76. feb9fa9 Turn off logging for tests by Herb Derby · 6 years ago
  77. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  78. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  79. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  80. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  81. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  82. a23436c binary literals! by Mike Klein · 6 years ago
  83. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  84. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  85. 53a0298 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  86. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  87. a15cedb Clean up GPU configs in DM by Brian Osman · 6 years ago
  88. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago
  89. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  90. 8dc68c6 Make skcms mandatory by Brian Osman · 6 years ago
  91. 61f36d3 Check file name valid or not. by Bruce Wang · 6 years ago
  92. cd21d67 Revert "fonts: Use correct SurfaceProps in analysis canvas for remoting." by Ravi Mistry · 6 years ago
  93. 4f078f7 fonts: Use correct SurfaceProps in analysis canvas for remoting. by Khushal · 6 years ago
  94. cdbec8f remove bit, srgbnl config in DM by Mike Klein · 6 years ago
  95. bfe9598 Revert "GrTessellator: fix for ping-pong split fuzzer hang." by Ravi Mistry · 6 years ago
  96. bfb2a05 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  97. 97918ff wouldn't it be nice? by Mike Klein · 6 years ago
  98. 3b526b0 "Modularize" SkSG by Florin Malita · 6 years ago
  99. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  100. 4a0ad50 skip unpremul...premul with only linear ops between by Mike Klein · 6 years ago