1. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  2. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  3. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  4. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  5. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  6. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  7. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  8. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  9. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago
  10. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  11. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  12. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  13. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  14. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  15. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  16. dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 13 years ago
  17. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  18. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
  19. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  20. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  21. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@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. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  24. 50dfa01 add pixelref->readPixels() by reed@google.com · 13 years ago
  25. 93c5f9e Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented by reed@google.com · 14 years ago
  26. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  27. ce4e53a add abstract wrapper for platform-specific bitmap backends by reed@android.com · 14 years ago
  28. 8a1c16f grab from latest android by reed@android.com · 16 years ago