1. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  4. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  5. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  6. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  7. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  8. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  9. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  10. 871872f change old picture serialization to really handle images by reed · 9 years ago
  11. 7aefe03 Revert "Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/)" by reed · 9 years ago
  12. cca9b3a Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/) by djsollen · 9 years ago
  13. 0963f5d move erase into SkPixmap by reed · 9 years ago
  14. 2893784 Cap color index values by robertphillips · 9 years ago
  15. cb67414 use pixmaps for dst in sprites -- NO BITMAPS by reed · 9 years ago
  16. db74f62 Revert[6] of add asserts around results from requestLock by reed · 9 years ago
  17. 11e833d Revert of Revert[4] of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1159733006/) by reed · 9 years ago
  18. df91b73 Revert[4] of add asserts around results from requestLock by reed · 9 years ago
  19. e800657 add assert that the pixelref really did success in requestlock by reed · 9 years ago
  20. 95d343f move readPixels from bitmap -> pixmap by reed · 9 years ago
  21. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  22. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  23. 5fedef1 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 9 years ago
  24. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  25. 4497748 Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) by reed · 9 years ago
  26. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 9 years ago
  27. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 9 years ago
  28. 6af3147 Fixed clusterfuzz issue by sugoi · 9 years ago
  29. bd0d9da Verify size_t overflow by sugoi · 10 years ago
  30. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  31. cc969c4 Make SkColorTable explicitly thread-safe. by mtklein · 10 years ago
  32. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  33. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  34. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  35. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  36. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  37. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  38. 8482504 make allocPixels throw on failure by reed · 10 years ago
  39. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  40. 0847059 Remove kImageIsImmutable_Flag. by scroggo · 10 years ago
  41. 7e4b2b5 Remove unused kImageIsOpaque_Flag. by scroggo · 10 years ago
  42. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  43. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  44. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  45. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  46. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  47. ca95c19 Adding validation before using an SkImageInfo object read from an SkReadBuffer. by sugoi · 10 years ago
  48. 060c41a remove unneeded flags (have been purged from chrome and android) by reed · 10 years ago
  49. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  50. f0aed97 correctly plumb through explicit rowbytes for allocPixels by reed · 10 years ago
  51. 2fd0d14 Adjust the alpha type for pixelRefs. by scroggo · 10 years ago
  52. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  53. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  54. 0eb02a6 Cleaned a repeated if(condition) with the same condition by piotaixr · 10 years ago
  55. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  56. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  57. 0187dc2 Fixes for SkAlphaTypes. by scroggo · 10 years ago
  58. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 10 years ago
  59. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  60. 0585843 Fixing a clusterfuzz found issue by commit-bot@chromium.org · 10 years ago
  61. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  62. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  63. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  64. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  65. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  66. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  67. 3c134a9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  68. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  69. 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
  70. 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
  71. 555e74f "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 10 years ago
  72. 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
  73. eaca36b remove dead mipmap code from SkBitmap by commit-bot@chromium.org · 10 years ago
  74. 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
  75. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  76. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  77. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  78. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  79. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  80. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  81. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  82. 7669a77 fix SkBitmap::erase to handle RGBA and BGRA by commit-bot@chromium.org · 10 years ago
  83. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  84. 1db03d2 remove SK_SUPPORT_LEGACY_COPYTO_CONFIG by commit-bot@chromium.org · 10 years ago
  85. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 10 years ago
  86. e74e08c Fix compile errors in legacy copyTo(). by senorblanco@chromium.org · 10 years ago
  87. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  88. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  89. cbad22b revert to previous behavior in installPixels, allowing for NULL address by reed@google.com · 10 years ago
  90. 725cd82 installPixels returns true if null-pixels -- devolving to setConfig by commit-bot@chromium.org · 10 years ago
  91. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 10 years ago
  92. 6e58cf3 restore old behavior of setPixels(): lockPixels after installPixels() by mike@reedtribe.org · 10 years ago
  93. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. d5414e5 ensure that opaque-only colortypes always report opaque-alphatype by commit-bot@chromium.org · 10 years ago
  95. 33fed14 Fixed clusterfuzz found crash by commit-bot@chromium.org · 10 years ago
  96. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  97. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  98. b53317c fix test for empty config by mike@reedtribe.org · 10 years ago
  99. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. c911485 fix warnings by mike@reedtribe.org · 10 years ago