1. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  2. f0aed97 correctly plumb through explicit rowbytes for allocPixels by reed · 10 years ago
  3. 2fd0d14 Adjust the alpha type for pixelRefs. by scroggo · 10 years ago
  4. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  5. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  6. 0eb02a6 Cleaned a repeated if(condition) with the same condition by piotaixr · 10 years ago
  7. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  8. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  9. 0187dc2 Fixes for SkAlphaTypes. by scroggo · 10 years ago
  10. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 10 years ago
  11. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  12. 0585843 Fixing a clusterfuzz found issue by commit-bot@chromium.org · 10 years ago
  13. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  14. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  15. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  16. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  17. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  18. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  19. 3c134a9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  20. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  21. eeef0cc Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago
  22. 731b28d Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""" by commit-bot@chromium.org · 10 years ago
  23. 555e74f "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 10 years ago
  24. a369e36 Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" by commit-bot@chromium.org · 10 years ago
  25. eaca36b remove dead mipmap code from SkBitmap by commit-bot@chromium.org · 10 years ago
  26. 6e332f7 Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  27. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  28. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  29. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  30. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  31. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  32. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  33. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  34. 7669a77 fix SkBitmap::erase to handle RGBA and BGRA by commit-bot@chromium.org · 10 years ago
  35. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  36. 1db03d2 remove SK_SUPPORT_LEGACY_COPYTO_CONFIG by commit-bot@chromium.org · 10 years ago
  37. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 10 years ago
  38. e74e08c Fix compile errors in legacy copyTo(). by senorblanco@chromium.org · 10 years ago
  39. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  40. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  41. cbad22b revert to previous behavior in installPixels, allowing for NULL address by reed@google.com · 10 years ago
  42. 725cd82 installPixels returns true if null-pixels -- devolving to setConfig by commit-bot@chromium.org · 10 years ago
  43. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 10 years ago
  44. 6e58cf3 restore old behavior of setPixels(): lockPixels after installPixels() by mike@reedtribe.org · 10 years ago
  45. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  46. d5414e5 ensure that opaque-only colortypes always report opaque-alphatype by commit-bot@chromium.org · 10 years ago
  47. 33fed14 Fixed clusterfuzz found crash by commit-bot@chromium.org · 10 years ago
  48. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  49. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  50. b53317c fix test for empty config by mike@reedtribe.org · 10 years ago
  51. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  52. c911485 fix warnings by mike@reedtribe.org · 10 years ago
  53. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  54. 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 10 years ago
  55. c2d768c pass in the real rowBytes by reed@google.com · 10 years ago
  56. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  57. c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 10 years ago
  58. 0e8d0d6 add optional SkAlphaType parameter to notifyPixelsChanged by commit-bot@chromium.org · 10 years ago
  59. 33c749a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  60. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  61. d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  62. 9ebcac5 add installPixels by reed@google.com · 10 years ago
  63. f7ba413 Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELS by commit-bot@chromium.org · 11 years ago
  64. 5f62ed7 no need to refcnt colortables, since pixelrefs own them by reed@google.com · 11 years ago
  65. 615316c add asserts to validate by reed@google.com · 11 years ago
  66. 5ccae2c Reland "Fix genID cloning bugs." by scroggo@google.com · 11 years ago
  67. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  68. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  69. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  70. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  71. 5c6f1d4 Revert of https://codereview.chromium.org/112113005/ by commit-bot@chromium.org · 11 years ago
  72. f2595e4 Fix genID cloning bugs. by commit-bot@chromium.org · 11 years ago
  73. 303c475 use bitmap's fRowBytes, as the pixelref's is not (yet) reliable by reed@google.com · 11 years ago
  74. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  75. dcea530 assert in setPixelRef that the pr matches the bitmap's config by reed@google.com · 11 years ago
  76. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  78. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  79. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  80. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  81. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  83. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  84. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  85. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  86. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  87. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  88. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  89. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  90. 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
  91. 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
  92. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  93. 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
  94. 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
  95. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  96. 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
  97. 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
  98. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  99. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  100. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago