aboutsummaryrefslogtreecommitdiffstats
path: root/gm/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText CleanupHal Canary2019-01-081-28/+13
* Remove unnecessary sk_tool_utils::EncodeImageToDataLeon Scroggins III2018-09-251-4/+2
* test,tools: whitespace changes for clang-formatHal Canary2018-09-191-5/+5
* Revert "makeSurface defaults to raster"Cary Clark2018-09-051-1/+1
* makeSurface defaults to rasterCary Clark2018-09-051-1/+1
* Add bullet proofing to image_subset GM for TSAN failuresRobert Phillips2018-07-131-2/+8
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-7/+2
* support image-subsets in serializationMike Reed2018-05-291-0/+33
* Revert "Revert "move GrColor.h to private, IWYU""Mike Reed2018-02-061-0/+1
* Revert "move GrColor.h to private, IWYU"Brian Salomon2018-02-061-1/+0
* move GrColor.h to private, IWYUMike Reed2018-02-061-0/+1
* gm: image-surface: stop looking for nonexistant fileHal Canary2017-12-131-19/+0
* test scalePixels and unpremulMike Reed2017-11-161-0/+36
* Revert "Revert "Change image encode api to return sk_sp""Mike Reed2017-07-121-2/+1
* Revert "Change image encode api to return sk_sp"Mike Reed2017-07-111-1/+2
* Change image encode api to return sk_spMike Reed2017-07-111-2/+1
* add drawString helper to canvasCary Clark2017-04-281-11/+11
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon2017-03-221-1/+1
* removed unused code around scaled generatorsMike Reed2017-02-151-127/+0
* Fix new_texture_image in "preAbandonGpuContext" modeRobert Phillips2017-02-101-1/+1
* SkColorSpace: remove named API, add gamut APIMatt Sarett2017-02-071-3/+3
* Address feedback on makeTextureImageBrian Osman2017-02-071-9/+9
* 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
* Bring back SkImage::makeTextureImageBrian Osman2017-02-071-0/+81
* Specify bit depth and color space in SkImage::MakeFromPicture()Matt Sarett2017-01-091-1/+2
* Add color space to picture image as a creation parameterBrian Osman2016-12-161-2/+4
* Remove SkImage::makeTextureImageBrian Osman2016-12-091-83/+0
* SkImageEncoder: simplify APIHal Canary2016-11-231-3/+3
* Revert 248ff023 & 2cb6cb72Hal Canary2016-11-221-3/+3
* SkImageEncoder: simplify APIHal Canary2016-11-221-3/+3
* Revert "Delete SkImage::encode(Type)"Leon Scroggins2016-11-081-5/+2
* Delete SkImage::encode(Type)Matt Sarett2016-11-081-2/+5
* gm: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-071-1/+1
* Remove SkAutoTDelete.Ben Wagner2016-11-031-2/+2
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-13/+13
* Add alphaType() to SkImagebrianosman2016-08-171-2/+1
* Convert SkAutoTUnref<SkData> to sk_sp<SkData>.bungeman2016-08-031-4/+4
* GMs: fail gracefully for null surfacescroggo2016-05-131-0/+1
* Move SkGLContext and some GrGLInterface implementations to skgputest modulebsalomon2016-03-301-1/+1
* Revert of Move SkGLContext and some GrGLInterface implementations to skgputes...robertphillips2016-03-301-1/+1
* Move SkGLContext and some GrGLInterface implementations to skgputest modulebsalomon2016-03-301-1/+1
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTRreed2016-03-251-6/+6
* switch surface to sk_spreed2016-03-231-14/+13
* return pictures as sk_spreed2016-03-181-7/+6
* update callsites for Make image factoriesreed2016-03-171-43/+38
* Add SkSpecialImage::extractSubset & NewFromPixmaprobertphillips2016-03-171-0/+1
* Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:8...robertphillips2016-03-161-1/+0