1. 3601f28 add kRGBA_F16_SkColorType by reed · 8 years ago
  2. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  3. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  4. 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
  5. c2e6827 remove now-dead flags by reed · 9 years ago
  6. 1340039 Add Rec709 YUV color space support to GrYUVtoRGBEffect. by rileya · 9 years ago
  7. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  8. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  9. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  10. 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
  11. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 9 years ago
  12. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 9 years ago
  13. 4181492 export SkImageInfo by reed · 9 years ago
  14. 3b40ee6 remove dead SK_SUPPORT_LEGACY_N32_NAME code by reed · 10 years ago
  15. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  16. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  17. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  18. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  19. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  20. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  21. 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
  22. 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
  23. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  24. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  25. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  26. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  27. 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
  28. 0b4abb9 Revert of add SK_API to SkImageInfo (patchset #1 of https://codereview.chromium.org/513333003/) by reed · 10 years ago
  29. bedec84 add SK_API to SkImageInfo by reed · 10 years ago
  30. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  31. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  32. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  33. 2fd0d14 Adjust the alpha type for pixelRefs. by scroggo · 10 years ago
  34. 6c6ddb8 update dox by reed · 10 years ago
  35. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  36. c77392e use colortype instead of config by reed · 10 years ago
  37. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  38. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  39. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  40. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  41. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  42. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  43. 8441f0c remove width>=0 asserts, as clients rely on this (at least for testing) by reed@google.com · 10 years ago
  44. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  45. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  46. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  47. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  48. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  49. d77b3ec Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  51. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  52. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  53. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  54. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  55. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  56. 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
  57. 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
  58. 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
  59. 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
  60. 73a5d53 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago