1. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  2. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  3. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  4. d170c0f Only store width and height on SkPixelRef (last part) by Matt Sarett · 7 years ago
  5. f758311 Only store width and height on SkPixelRef (part 2) by Matt Sarett · 7 years ago
  6. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  7. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  8. e511255 remove legacy code by Mike Reed · 7 years ago
  9. 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 7 years ago
  10. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 7 years ago
  11. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  12. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  13. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  14. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  15. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  16. 373b538 Release resources if SkMallocPixelRef::NewWithProc fails. by Ben Wagner · 8 years ago
  17. cd49541 For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc. by mtklein · 9 years ago
  18. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  19. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  20. 2ff257b check for too-large rowBytes by reed · 10 years ago
  21. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  22. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  23. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  24. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  25. f0aed97 correctly plumb through explicit rowbytes for allocPixels by reed · 10 years ago
  26. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  27. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  28. d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  30. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  31. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  32. 7627c65 add rowBytes param to setPreLock, in prep for onNewLockPixels change by reed@google.com · 11 years ago
  33. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  34. 98272d9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  36. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  37. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  38. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  39. fbd9b17 Fixing crash found by fuzzer by commit-bot@chromium.org · 11 years ago
  40. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  41. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  42. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  43. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  44. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  46. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  47. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  48. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  49. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  50. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  51. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  59. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  60. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  61. 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
  62. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  63. c84b833 Reapply "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  64. 56f8f33 Revert "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  65. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 12 years ago
  66. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  67. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  68. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  69. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  70. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  71. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  72. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  73. 49099b2 move SkMallocPixelRef into its own .cpp file, rather than embedding it by reed@android.com · 14 years ago