1. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  2. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  3. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  4. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  5. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  6. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  7. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  8. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  9. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  10. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  11. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  12. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  13. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  14. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  15. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  16. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  17. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  18. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  19. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  20. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  21. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  22. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  23. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  24. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago
  25. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  26. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  27. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  28. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  29. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  30. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  31. 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
  32. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  33. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  34. 575b2a3 Fix master-skia build by msarett · 8 years ago
  35. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  36. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  37. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  38. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  39. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  40. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  41. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago