1. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  2. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  3. 728f2a6 Initialize SkPixelRef::fInfo. by scroggo@google.com · 11 years ago
  4. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  5. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  6. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  7. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  8. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  9. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  10. f171570 add SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR, initially always on by reed@google.com · 11 years ago
  11. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  12. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  13. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  14. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  15. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  16. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  17. 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
  18. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  19. dd96eb4 explicitly initialize all entries in array of SkBaseMatrix, since we can't say by reed@google.com · 11 years ago
  20. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  21. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago
  22. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  23. 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
  24. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  25. c84b833 Reapply "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  26. 56f8f33 Revert "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  27. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 12 years ago
  28. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  29. 7aa876b Record pixel ref's gen ID in picture by bsalomon@google.com · 12 years ago
  30. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  31. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  32. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  33. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  34. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  35. 9245498 fix debug comment by caryclark@google.com · 13 years ago
  36. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  37. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  38. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  39. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  40. 586f48c by bsalomon@google.com · 13 years ago
  41. 50dfa01 add pixelref->readPixels() by reed@google.com · 13 years ago
  42. 93c5f9e Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented by reed@google.com · 13 years ago
  43. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  44. 3eab80c rename drawable to drawing for now, so we don't collide with animator by reed@android.com · 15 years ago
  45. 8a1c16f grab from latest android by reed@android.com · 16 years ago