1. 68331cd remove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL by reed · 10 years ago
  2. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  3. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  4. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  5. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  6. 8482504 make allocPixels throw on failure by reed · 10 years ago
  7. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  8. 0847059 Remove kImageIsImmutable_Flag. by scroggo · 10 years ago
  9. 7e4b2b5 Remove unused kImageIsOpaque_Flag. by scroggo · 10 years ago
  10. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  11. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  12. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  13. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  14. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  15. 060c41a remove unneeded flags (have been purged from chrome and android) by reed · 10 years ago
  16. e677221 add SK_API to config helpers so chrome can call them by reed · 10 years ago
  17. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  18. ce41ad1 remove SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS code by reed · 10 years ago
  19. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  20. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  21. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 10 years ago
  22. 58edea8 Use the correct homophone of 'there'. by scroggo · 10 years ago
  23. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  24. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  25. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  26. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  27. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  28. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  29. 53c63a5 remove SK_SUPPORT_LEGACY_BUILDMIPMAP by commit-bot@chromium.org · 10 years ago
  30. 3c134a9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  31. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  32. eaca36b remove dead mipmap code from SkBitmap by commit-bot@chromium.org · 10 years ago
  33. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  34. 69e6463 don't reference config() -- use colorType() instead by reed@google.com · 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. d5f032d Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia. by commit-bot@chromium.org · 10 years ago
  39. e74e08c Fix compile errors in legacy copyTo(). by senorblanco@chromium.org · 10 years ago
  40. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  41. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  42. 31acdea Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  43. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 10 years ago
  44. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  45. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  46. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  47. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  48. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  49. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  50. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  51. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 10 years ago
  52. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  53. c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 10 years ago
  54. 0e8d0d6 add optional SkAlphaType parameter to notifyPixelsChanged by commit-bot@chromium.org · 10 years ago
  55. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  56. d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  58. 5f62ed7 no need to refcnt colortables, since pixelrefs own them by reed@google.com · 11 years ago
  59. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  60. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  61. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  62. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  63. f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
  64. 1ae9111 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  66. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  67. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  68. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  69. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  70. 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
  71. 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
  72. 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
  73. 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
  74. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  75. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  77. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  78. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  79. eddb02c Adding SkDeferredCanvas::NoticifationClient to the exported API. by commit-bot@chromium.org · 11 years ago
  80. 0f6dc21 Revert SK_REQUIRE_LOCAL_VAR changes for DEPS roll. by mtklein@google.com · 11 years ago
  81. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  82. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago
  83. 21a0b10 Remove deprecated setIsOpaque() API from SkBitmap. by commit-bot@chromium.org · 11 years ago
  84. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  85. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  86. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  87. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  88. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  89. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  90. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  91. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  92. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  93. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  94. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  95. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  96. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  97. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  98. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  99. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  100. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago