aboutsummaryrefslogtreecommitdiff
path: root/tests/ImageGeneratorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Add 1010102 support to Ganesh""Brian Osman2018-03-021-0/+2
* Revert "Add 1010102 support to Ganesh"Brian Osman2018-03-011-2/+0
* Add 1010102 support to GaneshBrian Osman2018-03-011-0/+2
* move a bunch of helpers from SkImageInfo.h into privMike Reed2018-02-091-0/+1
* Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpaceGreg Daniel2018-01-191-43/+0
* Add SkCopyPixelsMode argument to SkMakeImageInColorSpaceBrian Osman2017-06-201-1/+8
* Draw time color xform API for AndroidMatt Sarett2017-06-081-0/+37
* move files out of private, and fix up callers to IWYUMike Reed2017-05-161-0/+1
* make picture-imagegenerator more robust on requested infosMike Reed2017-04-131-0/+39
* return and take SkImageGenerator as unique_ptrMike Reed2017-02-151-7/+5
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.bungeman2016-08-021-3/+3
* Update Skia's YUV APImsarett2016-03-101-17/+15
* Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....msarett2016-03-071-15/+17
* Update Skia's YUV APImsarett2016-03-071-17/+15
* Suppress test_imagegenerator_factoryfmalita2015-09-141-1/+4
* Style Change: NULL->nullptrhalcanary2015-08-271-9/+9
* Let's not leak this SkData.mtklein2015-07-091-1/+1
* remove getter for imagegenerator factory, update testreed2015-07-091-11/+12
* add runtime option to provide data->imagegenerator factoryreed2015-07-091-0/+32
* guarded change to SkImageGenerator to make getInfo() constreed2015-03-191-1/+6
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.rileya2014-09-121-5/+8
* Skia side RGB to YUV gpu conversionsugoi2014-07-211-0/+31