1. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  2. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  3. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  4. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  5. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  6. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  7. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  8. d33115d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 9a282be Fix uninitialized memory read in BitmapCopy test with A1 config by robertphillips@google.com · 11 years ago
  10. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  11. 7bb36ab Fix build. by scroggo@google.com · 11 years ago
  12. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  13. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  14. 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
  15. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  16. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  17. 0435f16 Close a couple of minor memory leaks, add a valgrind suppression file to by tomhudson@google.com · 13 years ago
  18. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 13 years ago
  19. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  20. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  21. ab77aaf remove tests for copyPixelsFrom (it is not gone) by reed@google.com · 13 years ago
  22. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  23. 69731aa Another tiny comment-only change to trigger svn update by epoger@google.com · 14 years ago
  24. 9395a7e Tiny comment-only change to trigger SVN update in buildbot by epoger@google.com · 14 years ago
  25. e05aec3 tiny test commit http://codereview.appspot.com/4432053 by epoger@google.com · 14 years ago
  26. 9ce6e75 init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0) by reed@google.com · 14 years ago
  27. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  28. 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
  29. d0a529d fix memory leak by reed@android.com · 15 years ago
  30. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  31. fbaa88d add canCopyTo(), to preflight if copyTo can succeed. update unittests for it by reed@android.com · 15 years ago
  32. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  33. f9ab99a Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8. by weita@google.com · 16 years ago
  34. 4226396 add BitmapCopyTest. Still need to consider the src==no_config case by reed@android.com · 16 years ago