1. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  2. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  3. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  4. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 6 years ago
  5. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  6. 97182cc Add color fonts. by Ben Wagner · 6 years ago
  7. 3560b58 Revert "Add color fonts." by Ben Wagner · 6 years ago
  8. d3b933f Add color fonts. by Ben Wagner · 6 years ago
  9. af78a94 Revert "Add color fonts." by Jim Van Verth · 6 years ago
  10. c912d61 Add color fonts. by Ben Wagner · 6 years ago
  11. 483c772 Add nativeFonts flag to Viewer. by Ben Wagner · 6 years ago
  12. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 6 years ago
  13. d474698 ensure that what is valid for a surface is also valid for an image by Mike Reed · 6 years ago
  14. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  15. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  16. 2484660 add util to compare images by Mike Reed · 7 years ago
  17. f436fbc slice GMs by native font platform, not by emoji format by Mike Klein · 7 years ago
  18. cb9fc41 remove platform_font_name() by Mike Klein · 7 years ago
  19. b251b72 add platform_font_manager() by Mike Klein · 7 years ago
  20. 7c02cc7 Add clipping options to path text bench and samples by Chris Dalton · 7 years ago
  21. 97f0bc6 clean up cruft about --portableFonts and --resourceFonts by Mike Klein · 7 years ago
  22. 4c72b26 Add Chinese fling sample by Robert Phillips · 7 years ago
  23. 5a625e0 add tool_util to compare images by Mike Reed · 7 years ago
  24. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  25. c722f79 clang on windows support by Mike Klein · 7 years ago
  26. 304a07c remove references to kIndex_8_SkColorType from our tools/tests by Mike Reed · 7 years ago
  27. 412cda7 add srgb gamma colorfilters by Mike Reed · 7 years ago
  28. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  29. 89cd357 Fix recipes/tests for new Debian bots by Eric Boren · 7 years ago
  30. c6912f7 make SkColorFilter::onAppendStages() pure by Mike Klein · 7 years ago
  31. 25f3805 slant colorfilter away from filterSpan4f by Mike Reed · 7 years ago
  32. b9641bd force all colorfilters to implement 4f by Mike Reed · 7 years ago
  33. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  34. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  35. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  36. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  37. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  38. f750fbc Simplify viewer's handling of backbuffer surface and color space by Brian Osman · 7 years ago
  39. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 7 years ago
  40. 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 7 years ago
  41. 2b25d34 Tag string bitmaps (for GMs) as sRGB by Brian Osman · 8 years ago
  42. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  43. 88fa747 Disable MSVC optimization of sk_tool_utils::make_big_path(). by Mike Klein · 8 years ago
  44. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  45. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  46. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  47. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  48. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  49. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  50. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  51. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  52. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  53. 2331a5f Tag checkerboard bitmaps as sRGB by brianosman · 8 years ago
  54. b37eb0e Revert of Tag checkerboard bitmaps as sRGB (patchset #1 id:1 of https://codereview.chromium.org/2368933003/ ) by brianosman · 8 years ago
  55. fe843ce Tag checkerboard bitmaps as sRGB by brianosman · 8 years ago
  56. 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
  57. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  58. fbbf01a Add iOS to platform_os_emoji. by bungeman · 8 years ago
  59. c4b0915 Implement support for rendering color emoji on Windows by kulshin · 8 years ago
  60. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  61. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  62. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  63. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  64. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  65. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  66. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  67. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  68. 2f8ac35 Misc: Don't run etc1 bench with invalid image and fix VS2015 build warning by bsalomon · 9 years ago
  69. 9c4909b Add imgblur tool to assist BlurMaskFilter debugging by robertphillips · 9 years ago
  70. 98d2e2f Factor out VisualBench timing code into a helper class by joshualitt · 9 years ago
  71. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  72. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  73. f3bf892 Fix VS 2015 build by bsalomon · 9 years ago
  74. ea4529d Move normal map creation methods to sk_tools by robertphillips · 9 years ago
  75. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  76. 3721355 make fontscalar gammatext lcdtext typeface verttext2 gm portable by caryclark · 9 years ago
  77. 3b0f98e fix typeface leak by caryclark · 9 years ago
  78. e663341 fix typo by caryclark · 9 years ago
  79. c3dcb67 make color emoji gm portable by caryclark · 9 years ago
  80. 6531c36 Generate platform specific fontmgr gm. by caryclark · 9 years ago
  81. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  82. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  83. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  84. d85093c make emptypath portable; add 565 color utility by caryclark · 9 years ago
  85. 83ca628 Today's gm include many differences caused by platform font implementations. by caryclark · 9 years ago
  86. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  87. f77365f sk_tool_utils::draw_checkerboard uses SkXfermode::kSrc_Mode to fix valgrind error. by halcanary · 9 years ago
  88. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 9 years ago
  89. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  90. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  91. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  92. 2010891 Add GYP target for sk_tool_utils.* component. by tfarina · 10 years ago
  93. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  94. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  95. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  96. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  97. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  98. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  99. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago