1. 039f136 filter-quality is deprecated, pass sampling to drawImage by Mike Reed · 3 years, 7 months ago
  2. 6affa2c move SkMipmapBuilder to private by Mike Reed · 3 years, 9 months ago
  3. b4aa639 Refactor API for mipmap-builder, by Mike Reed · 4 years ago
  4. 186866c expose clear way to create default mips by Mike Reed · 4 years ago
  5. 1529295 test for valid mips before setting on image by Mike Reed · 4 years, 1 month ago
  6. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 1 month ago
  7. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 1 month ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. b237f8a Ensure that SkMipMap pixel data is always 8 byte aligned (for F16) by Brian Osman · 6 years ago
  10. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  11. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  12. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  13. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  14. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  15. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  16. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  17. 9cf31f4 SkMipMap::Build supports 1xN and Nx1 inputs, so remove the special case from the test harness. Update a no-longer-correct comment. by brianosman · 8 years ago
  18. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 8 years ago
  19. e2412d5 Adding direct access to SkMipMap levels. by cblume · 9 years ago
  20. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  21. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  24. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  25. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  26. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  27. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  28. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  29. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  30. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  31. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  32. 2c38fed use sk_bzero to init level, since I got the number of 0s wrong using { } by reed@google.com · 11 years ago
  33. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. 9a47ed7 use { 0, 0, 0, 0 } to fix warning by reed@google.com · 11 years ago
  35. 7437bfb init prevLevel to avoid warning by reed@google.com · 11 years ago
  36. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago