1. 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 3 years, 9 months ago
  2. 6affa2c move SkMipmapBuilder to private by Mike Reed · 3 years, 11 months ago
  3. a03f8bf other ways to organize samplingoptions? by Mike Reed · 3 years, 11 months ago
  4. b4aa639 Refactor API for mipmap-builder, by Mike Reed · 4 years, 1 month ago
  5. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years, 1 month ago
  6. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  7. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 3 months ago
  8. 442d424 Revert "Serialize mipmaps" by Mike Reed · 4 years, 3 months ago
  9. ab5b845 Serialize mipmaps by Mike Reed · 4 years, 3 months ago
  10. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 3 months ago
  11. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 3 months ago
  12. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 3 months ago
  13. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  16. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  17. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  18. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  19. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  20. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  21. 7785dd2 Update showmiplevel gm to round coords the same for both variations of the GM by Greg Daniel · 7 years ago
  22. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  23. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  24. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  25. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  26. 33d2055 GM: some header cleanup by Mike Klein · 8 years ago
  27. 65a1753 Fix clang warning about unused lambda capture. by Brian Salomon · 8 years ago
  28. 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 8 years ago
  29. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  30. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  31. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  32. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  33. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  34. 55713af Move work from ctor to onOnceBeforeDraw in ShowMipLevel GMs by robertphillips · 8 years ago
  35. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  36. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  37. e820dfe Remove uses of SkImageDecoder from gms by msarett · 9 years ago
  38. 0035718 Revert of Remove uses of SkImageDecoder from gms (patchset #2 id:20001 of https://codereview.chromium.org/1791583002/ ) by bungeman · 9 years ago
  39. d427266 Remove uses of SkImageDecoder from gms by msarett · 9 years ago
  40. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  41. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  42. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  43. 32e0b4a use triangle filter for odd dimensions in mip-levels by reed · 9 years ago
  44. 01dc44a add GM to show miplevels for all colortypes by reed · 9 years ago
  45. a40be09 expand gm to exercise miplevels and various scalers by reed · 9 years ago