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