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