1. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 7 years ago
  2. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  3. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  4. a01bf9a hide deprecated underline and strikethru by Mike Reed · 7 years ago
  5. f614ba2 Fix drawVertices() texture mapping in the presence of a local matrix by Florin Malita · 7 years ago
  6. dd768fa Replace use of SkBitmap::eraseRGB with eraseColor. by Ben Wagner · 7 years ago
  7. f9e678d Use SDF path miplevels based on the original path's size by Jim Van Verth · 7 years ago
  8. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 7 years ago
  9. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 7 years ago
  10. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 7 years ago
  11. 26e573c removed unused code around scaled generators by Mike Reed · 7 years ago
  12. 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 7 years ago
  13. df85c38 stop using SkScalarMul by Mike Reed · 7 years ago
  14. c5aa266 include what you use by Mike Reed · 7 years ago
  15. 8a8937c update gm to test 2 unclipped layers by Mike Reed · 7 years ago
  16. 5926f2d GrTessellator (AA): fix "Canvas Arcs" coverage artifact. by Stephen White · 7 years ago
  17. 1e06d3d add gm for clipRegion by Mike Reed · 7 years ago
  18. 385468f SkPDF: better tolerance path conversion to quadratics by Hal Canary · 7 years ago
  19. ea47957 A simple gradient test by Tenghui Zhu · 7 years ago
  20. 267be7f Revert "Revert "IWYU"" by Mike Reed · 7 years ago
  21. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 7 years ago
  22. 3c727d2 Revert "IWYU" by Robert Phillips · 7 years ago
  23. 8600b1b Revert "Use SDF path miplevels based on the original path's size." by Jim Van Verth · 7 years ago
  24. 6e83b13 Use SDF path miplevels based on the original path's size. by Jim Van Verth · 7 years ago
  25. 2aeae78 IWYU by Mike Reed · 7 years ago
  26. 1cad749 Add GM to test ETC1 by Robert Phillips · 7 years ago
  27. 3216180 Fix size of vertices GM to show all content by Brian Salomon · 7 years ago
  28. 5bea651 Fix new_texture_image in "preAbandonGpuContext" mode by Robert Phillips · 7 years ago
  29. 6b20a55 Make header files self-sufficient by Hal Canary · 7 years ago
  30. 92d20a0 Fix simple-magnification GM in "--preAbandonGpuContext" mode by Robert Phillips · 7 years ago
  31. b782627 Remove double free in GM and Bench. by Herb Derby · 7 years ago
  32. 9852dc0 Reduce stack usage for tests. by Herb Derby · 7 years ago
  33. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  34. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  35. e8827d2 Address feedback on makeTextureImage by Brian Osman · 7 years ago
  36. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  37. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  38. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  39. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 7 years ago
  40. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  41. e970d59 Fix canvas size of new tiled bitmap GM by Brian Osman · 7 years ago
  42. 8bb3b21 Add GM to exercise some of the darker corners of SkMagnifierImageFilter by Robert Phillips · 7 years ago
  43. a950a86 Fix rounding error with tiled bitmap draws by Brian Osman · 7 years ago
  44. 92eba8a GrTessellator (AA): improve antialiasing of thin shapes. by Stephen White · 7 years ago
  45. 3a97054 Make workaround for std::unique_ptr<const T[]> bug in old libstdc++ work. by Brian Salomon · 7 years ago
  46. 604c989 Work around broken std::unique_ptr<const T[]> constructor from std::unique_ptr<T>&& in older libstdc++. by Brian Salomon · 7 years ago
  47. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 7 years ago
  48. 3f36369 Batch across matrix changes in drawVertices and add GM to test. by Brian Salomon · 7 years ago
  49. 8c88a37 fix up shadow_utils gm dimensions by Brian Salomon · 7 years ago
  50. 0bd699e Add a GM for SkShadowUtils and fix a few issues. by Brian Salomon · 7 years ago
  51. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 7 years ago
  52. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  53. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 7 years ago
  54. e95941f Update SkJPEGImageEncoder by Matt Sarett · 7 years ago
  55. 86cc841 AA GrTessellator: fix bevelling of acute angles. by Stephen White · 7 years ago
  56. 6ccd2ca Generate Android build targets for dm and nanobench by Leon Scroggins III · 7 years ago
  57. eebe87f Fix gradients gm by Matt Sarett · 7 years ago
  58. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 7 years ago
  59. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 7 years ago
  60. 65a1753 Fix clang warning about unused lambda capture. by Brian Salomon · 7 years ago
  61. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 7 years ago
  62. 5521356 Add F16 and gamma correct support to webp encoder by Matt Sarett · 7 years ago
  63. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 7 years ago
  64. 5d5cc3c Temporarily restore colorcube bench and GM files. by Mike Klein · 7 years ago
  65. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 7 years ago
  66. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 7 years ago
  67. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 7 years ago
  68. aaedae7 Force Index8 to N32 in deferred texture path. by Brian Osman · 7 years ago
  69. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 7 years ago
  70. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 7 years ago
  71. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 7 years ago
  72. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 7 years ago
  73. 52b346e Make savelayer_* GM be 565 friendly by Robert Phillips · 7 years ago
  74. 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 7 years ago
  75. 42f3094 saveLayer experiments by Robert Phillips · 7 years ago
  76. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 7 years ago
  77. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  78. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  79. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 7 years ago
  80. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 7 years ago
  81. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 7 years ago
  82. 113fd34 savelayer gm by Mike Reed · 7 years ago
  83. 930f69e Switch a bunch of tests to use DEF_SIMPLE_GM. by Stephen White · 7 years ago
  84. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 7 years ago
  85. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 7 years ago
  86. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 7 years ago
  87. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 7 years ago
  88. e7a364d GrTessellator: fix artifact with exactly-1-px-wide edges. by Stephen White · 7 years ago
  89. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 7 years ago
  90. 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 7 years ago
  91. 7704754 More fixes for distance field paths by Jim Van Verth · 7 years ago
  92. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 7 years ago
  93. ab273fa move SkTRegister.h into tools by Mike Reed · 7 years ago
  94. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 7 years ago
  95. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 7 years ago
  96. 000ca63 Revert "More fixes for distance field paths" by Jim Van Verth · 7 years ago
  97. d081ff3 More fixes for distance field paths by Jim Van Verth · 7 years ago
  98. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 7 years ago
  99. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  100. 34855f9 Add readPixels() tests for generator backed images by Matt Sarett · 8 years ago