1. 6b14c6b remove legacy bitmap filter by caryclark · 9 years ago
  2. 97c4007 Allow Resize to be called w/ a preallocated pixmap by reed · 9 years ago
  3. 368342c Refactor resize filter to go faster by caryclark · 9 years ago
  4. d1d4460 add hard-coded limit for tmp allocations when HQ image scaling by reed · 9 years ago
  5. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  9. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  10. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  11. 3c83432 change Resize to take pixmap for src by reed · 9 years ago
  12. 74d614a remove unused private Resizer by reed · 9 years ago
  13. 5bcef1b speculative revert change to pixmap for bitmapscaler by reed · 9 years ago
  14. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  15. aae1a26 remove unnecessary and confusing error message from scaler (also fix whitespace) by humper · 10 years ago
  16. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  17. e86af37 fix missing return in error case for bitmap scaler by humper · 10 years ago
  18. d92f5b8 add a second interface to the resizer to exactly match what Chrome expects. Will make the migration much cleaner by humper · 10 years ago
  19. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  20. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  21. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  22. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  23. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  24. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  25. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  26. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  27. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  28. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  29. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  30. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  31. d10913b Avoid recomputing two consecutive identical 1D filters. by commit-bot@chromium.org · 11 years ago
  32. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  33. dcfaa73 Allowing Lanczos3 to be used in chromium by commit-bot@chromium.org · 11 years ago
  34. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  35. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  36. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  37. 1e18225 free cache in destructor, in case endContext was not called. change Resize to return bool indicating success. by reed@google.com · 11 years ago
  38. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  39. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago