1. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  2. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  3. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  4. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  5. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  6. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  9. c4745d6 use drawString with font by Mike Reed · 6 years ago
  10. 5ed1ea8 refactor downsamplebitmap GM by Mike Klein · 6 years ago
  11. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  12. 46020c4 The downsamplebitmap_image GMs only use one image. by Mike Klein · 7 years ago
  13. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  14. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  15. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  16. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  17. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  18. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  19. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  20. f037fde Delete SkImageDecoder by msarett · 8 years ago
  21. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  22. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  23. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  24. f799706 Delete SkImageDecoder by msarett · 8 years ago
  25. e820dfe Remove uses of SkImageDecoder from gms by msarett · 8 years ago
  26. 0035718 Revert of Remove uses of SkImageDecoder from gms (patchset #2 id:20001 of https://codereview.chromium.org/1791583002/ ) by bungeman · 8 years ago
  27. d427266 Remove uses of SkImageDecoder from gms by msarett · 8 years ago
  28. a40be09 expand gm to exercise miplevels and various scalers by reed · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  32. 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
  33. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  34. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  35. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  36. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  37. a1cb378 GM: showmiplevels handles bitmap memory in a nicer way. by halcanary · 9 years ago
  38. 1c40292 remove unused GM flags by mtklein · 10 years ago
  39. c695e95 add gm to show miplevels (patchset #2 id:20001 of https://codereview.chromium.org/849173004/)" by reed · 10 years ago
  40. 04f07fc Revert of add gm to show miplevels (patchset #2 id:20001 of https://codereview.chromium.org/849173004/) by mtklein · 10 years ago
  41. a598f4b add gm to show miplevels by reed · 10 years ago
  42. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  43. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  44. efd7d45 Don't use MIP filter mode on compressed textures by bsalomon · 10 years ago
  45. 6a2f5fe Turn downsamplebitmap GMs vertical to fit in 2048x2048. by mtklein · 10 years ago
  46. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  47. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  48. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  49. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  50. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  51. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  52. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  53. e2cf805 clean up printf usage in gm by humper@google.com · 11 years ago
  54. af42a03 add all four filter levels to the downsample gm, for comparison across cpu/gpu by humper@google.com · 11 years ago
  55. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  56. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  57. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  58. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  59. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. f4db3a0 fix windows warning by humper@google.com · 11 years ago
  61. eaacb2c 64bitmac buildfix by humper@google.com · 11 years ago
  62. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago