aboutsummaryrefslogtreecommitdiffstats
path: root/gm/mipmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 2Hal Canary2019-01-091-2/+1
* don't adapt any gray colors to 565Mike Klein2018-08-161-2/+1
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Gray8 is supported on GPU, remove incorrect comments & checkBrian Osman2017-03-201-2/+0
* SkColorSpace: remove named API, add gamut APIMatt Sarett2017-02-071-2/+2
* Revert "SkColorSpace: remove named API, add gamut API"Matt Sarett2017-02-071-2/+2
* SkColorSpace: remove named API, add gamut APIMatt Sarett2017-02-071-2/+2
* Rename all color space factories from New* to Make*Brian Osman2016-10-241-2/+2
* Add new GM that exercises Gray 8 mipmapping and sRGB-nessbrianosman2016-06-211-0/+50
* tweak mipmap_srgb gm to use integer coordinatesreed2016-06-111-4/+5
* respect srgb gamma when building mipsreed2016-06-101-0/+49
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* switch surface to sk_spreed2016-03-231-1/+1
* update callsites for Make image factoriesreed2016-03-171-5/+5
* GM: replace boilerplate with macroshalcanary2015-09-091-19/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* flag to use const& instead of const* for src-rectreed2015-08-061-1/+1
* make tests portable by using 565 compatible colorscaryclark2015-07-291-1/+1
* add runtime option to provide data->imagegenerator factoryreed2015-07-091-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-1/+1
* gm to illustrate mipmap layer choicereed2015-02-191-0/+68