1. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  2. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  3. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  4. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  5. 334df3a Fix gray png BRD tests by Matt Sarett · 8 years ago
  6. 2535102 Reenable 16-bit png brd decode tests by Matt Sarett · 8 years ago
  7. 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 8 years ago
  8. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  9. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  10. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  11. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  12. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  13. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  14. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  15. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  16. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  17. acd2f5c Fix DM race in SVGSrc by fmalita · 8 years ago
  18. 4b43cc2 fix svg compile by Hal Canary · 8 years ago
  19. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  20. 12e8dc2 Fix iOS and Angle builds. by Ben Wagner · 8 years ago
  21. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  22. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  23. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  24. 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
  25. 85c7fe8 DM: JSON Debug Sink by Hal Canary · 8 years ago
  26. 90e971a DM: Draw image frames in a grid by scroggo · 8 years ago
  27. 6e8c68e Differentiate animated image results by scroggo · 8 years ago
  28. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  29. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  30. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  31. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  32. e54c75f remove SkError by Mike Klein · 8 years ago
  33. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  34. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  35. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  36. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  37. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  38. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  39. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  40. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  41. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  42. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  43. d14df7c document.close from bool to void by reed · 8 years ago
  44. bdf3e5c [SVGDom] Improved DM sizing by fmalita · 8 years ago
  45. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  46. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  47. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  48. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  49. 39eaf5f add helpers for using SkData with picture serialization by reed · 8 years ago
  50. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago
  51. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  52. 54dc487 add pipecanvas by reed · 8 years ago
  53. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  54. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  55. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  56. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  57. 179d885 Only test SVG DM sources against direct raster/gpu sinks. by fmalita · 8 years ago
  58. 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
  59. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  60. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  61. 9c5052f SkLite* by mtklein · 8 years ago
  62. a48f0e3 Speculative fix for internal builds by fmalita · 8 years ago
  63. a2b9fdf Add an SVG DM source by fmalita · 8 years ago
  64. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  65. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  66. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  67. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  68. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  69. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  70. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  71. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  72. 718df0a Make XML compilation conditional. by fmalita · 8 years ago
  73. babc3de deferred canvas by reed · 8 years ago
  74. 0f83e01 Add support for 3D colorLUTs to SkColorXform by msarett · 8 years ago
  75. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  76. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  77. 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
  78. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  79. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  80. e8bd9ab Modify QCMS test to match use by Chrome by msarett · 8 years ago
  81. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  82. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  83. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  84. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  85. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  86. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  87. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  88. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  89. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  90. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  91. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  92. 888dc16 Test color correction in DM by msarett · 8 years ago
  93. 1a36192 Remove unnecessary check by scroggo · 8 years ago
  94. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  95. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  96. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  97. 12e2f50 Only run kStripe_Mode on JPEGs by scroggo · 8 years ago
  98. f8dc9df Drop AndroidCodecSrc::kDivisor_Mode by scroggo · 8 years ago
  99. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  100. 69deca8 Add ColorCodecSrc for testing/comparison on color corrected decodes by msarett · 8 years ago