1. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  2. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  3. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  4. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  5. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  6. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 7 years ago
  7. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 7 years ago
  8. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 7 years ago
  9. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  10. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  11. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  12. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  13. 0a8f40c remove SK_SUPPORT_LEGACY_COLORPROFILETYPE dead-code by reed · 8 years ago
  14. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  15. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  16. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  17. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  18. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  19. ded0f26 Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  20. d2fd9e9 Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ ) by egdaniel · 8 years ago
  21. 04d35bd Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  22. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  23. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  24. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  25. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  26. 9d453b0 Revert of move static arrays into impl, to avoid multiple copies (patchset #3 id:40001 of https://codereview.chromium.org/1889793007/ ) by reed · 8 years ago
  27. 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 8 years ago
  28. 8c3fd4f spriteblitter for memcpy case (for all configs) by reed · 8 years ago
  29. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  30. 3601f28 add kRGBA_F16_SkColorType by reed · 8 years ago
  31. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  32. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  33. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  34. c2e6827 remove now-dead flags by reed · 9 years ago
  35. 1340039 Add Rec709 YUV color space support to GrYUVtoRGBEffect. by rileya · 9 years ago
  36. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  37. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  38. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  39. 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
  40. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 9 years ago
  41. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 9 years ago
  42. 4181492 export SkImageInfo by reed · 9 years ago
  43. 3b40ee6 remove dead SK_SUPPORT_LEGACY_N32_NAME code by reed · 10 years ago
  44. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  45. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  46. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  47. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  48. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  49. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  50. 1cbc68f Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/) by reed · 10 years ago
  51. 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
  52. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  53. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  54. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  55. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  56. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  57. 0b4abb9 Revert of add SK_API to SkImageInfo (patchset #1 of https://codereview.chromium.org/513333003/) by reed · 10 years ago
  58. bedec84 add SK_API to SkImageInfo by reed · 10 years ago
  59. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  60. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  61. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  62. 2fd0d14 Adjust the alpha type for pixelRefs. by scroggo · 10 years ago
  63. 6c6ddb8 update dox by reed · 10 years ago
  64. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  65. c77392e use colortype instead of config by reed · 10 years ago
  66. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  67. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  68. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  69. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  70. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  71. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  72. 8441f0c remove width>=0 asserts, as clients rely on this (at least for testing) by reed@google.com · 10 years ago
  73. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  74. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  75. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  76. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  77. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  78. d77b3ec Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  79. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 10 years ago
  80. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 10 years ago
  81. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 10 years ago
  82. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 10 years ago
  83. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 10 years ago
  84. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  85. 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
  86. 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
  87. 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
  88. 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
  89. 73a5d53 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago