1. 1cdcb51 fix warning in sampler by reed@android.com · 15 years ago
  2. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  3. 83f7bc3 remove conditional build flag for mipmaps by reed@android.com · 15 years ago
  4. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  5. 829c83c fix odd-pixel bug in mipmap downsamplers (thanks brett) by reed@android.com · 15 years ago
  6. 9e0c2fc fix break in setConfig() where we always reset the bitmap by reed@android.com · 15 years ago
  7. 6b8cb25 Style only change to make SkBitmap to make it build with VC2005. by agl@chromium.org · 15 years ago
  8. 89bb83a fix trailing-ws initialize fFlags in bitmapprocshader by reed@android.com · 15 years ago
  9. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
  10. fbaa88d add canCopyTo(), to preflight if copyTo can succeed. update unittests for it by reed@android.com · 15 years ago
  11. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  12. f9ab99a Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8. by weita@google.com · 15 years ago
  13. f459a49 make bitmap width/height 32bits, matching the API by reed@android.com · 15 years ago
  14. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 15 years ago
  15. 8a1c16f grab from latest android by reed@android.com · 16 years ago