| Commit message (Expand) | Author | Age |
... | |
* | Add BGRA as input format to SkColorSpaceXform | msarett | 2016-09-22 |
* | Make SkColorSpaceXform::New() take bare ptrs | msarett | 2016-09-22 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000... | msarett | 2016-09-16 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Make SkPngCodec decode progressively. | scroggo | 2016-09-16 |
* | Implement Fill() for incomplete decodes to RGBA_F16 | msarett | 2016-09-13 |
* | Fix storage of gamut transform matrices in SkColorSpace | brianosman | 2016-09-09 |
* | Checking for valid colorType, alphaType, colorSpace in SkCodec | msarett | 2016-09-08 |
* | Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat... | msarett | 2016-09-08 |
* | Checking for valid colorType, alphaType, colorSpace in SkCodec | msarett | 2016-09-08 |
* | Add color xform support to SkWebpCodec | msarett | 2016-09-08 |
* | Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma | msarett | 2016-09-07 |
* | Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of htt... | msarett | 2016-09-07 |
* | Add color xform support to SkWebpCodec | msarett | 2016-09-07 |
* | Make swizzler optional for SkPngCodec, refactor xforms | msarett | 2016-09-01 |
* | We can't infer the right type for voidp for old png_jmpbuf() | mtklein | 2016-08-24 |
* | SkPngCodec: voidp instead of forward-declares for png.h types. | mtklein | 2016-08-24 |
* | GN: more optional components: jpeg, pdf, png, xml | mtklein | 2016-08-24 |
* | Fix MSAN - mark temporary memory as kNo_ZeroInitialized | msarett | 2016-08-22 |
* | Support color xforms for kIndex8 pngs | msarett | 2016-08-22 |
* | Fix color xform width bug when scaling/subsetting | msarett | 2016-08-22 |
* | Modify SkPngCodec to recognize 565 images from the sBIT chunk | msarett | 2016-08-17 |
* | Perform color correction on png decodes | msarett | 2016-08-03 |
* | Silence -Wclobbered in each file that needs it. | mtklein | 2016-07-28 |
* | Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:200... | mtklein | 2016-07-28 |
* | Silence -Wclobbered in each file that needs it. | mtklein | 2016-07-28 |
* | Convert XYZ values from PNGs to D50 | msarett | 2016-07-22 |
* | SkMatrix44 clarifications and clean-ups | msarett | 2016-06-23 |
* | Differentiate between sRGBGamma and 2Dot2Gamma | msarett | 2016-06-16 |
* | Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht... | scroggo | 2016-06-06 |
* | Make SkPngCodec decode progressively. | scroggo | 2016-06-02 |
* | Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht... | scroggo | 2016-06-01 |
* | Make SkPngCodec decode progressively. | scroggo | 2016-06-01 |
* | Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht... | scroggo | 2016-05-31 |
* | Make SkPngCodec decode progressively. | scroggo | 2016-05-31 |
* | Assign sRGB color space to unmarked jpegs and pngs | msarett | 2016-05-25 |
* | Prepare SkColorSpace to be a public API | msarett | 2016-05-17 |
* | Create a single, unique pointer to sRGB color space | msarett | 2016-05-03 |
* | return 4x4 matrix from SkColorSpace | reed | 2016-05-03 |
* | Introduce SkGammas type to represent ICC gamma curves | msarett | 2016-05-02 |
* | Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 ... | msarett | 2016-04-29 |
* | Introduce SkGammas type to represent ICC gamma curves | msarett | 2016-04-29 |
* | Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API | msarett | 2016-04-25 |
* | Support the non-native (RGBA/BGRA) swizzle | msarett | 2016-04-22 |
* | Use SkEncodedInfo in place of SkSwizzler::SrcConfig | msarett | 2016-04-22 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-20 |
* | Revert of Add SkEncodedInfo to report properties of encoded image data (patch... | robertphillips | 2016-04-19 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-18 |
* | Correct png inverse gAMA when parsing color space | msarett | 2016-03-30 |