skia2/src/images
reed 05dd251e5e take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats
Prime motivator:
- we always call refEncoded on the generator when trying to upload
   - we call it *before* we ask for raster or YUV
- for blink, this call can be very slow, as they have to cons-up their SkData the first time (and grab a mutex to do it)
- this parameter will indicate to them that we're only interested in gpu formats, which they will know if they have.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1556333004

Review URL: https://codereview.chromium.org/1556333004
2016-01-05 09:16:19 -08:00
..
bmpdecoderhelper.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
bmpdecoderhelper.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDecodingImageGenerator.cpp take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats 2016-01-05 09:16:19 -08:00
SkForceLinking.cpp
SkImageDecoder_astc.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageDecoder_FactoryDefault.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageDecoder_FactoryRegistrar.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageDecoder_ktx.cpp Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) 2015-09-28 09:58:41 -07:00
SkImageDecoder_libbmp.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageDecoder_libgif.cpp Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 10:44:13 -08:00
SkImageDecoder_libico.cpp ubsan shift fixes 2015-12-09 12:02:30 -08:00
SkImageDecoder_libjpeg.cpp Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 10:44:13 -08:00
SkImageDecoder_libpng.cpp Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 10:44:13 -08:00
SkImageDecoder_libwebp.cpp Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 10:44:13 -08:00
SkImageDecoder_pkm.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageDecoder_wbmp.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageDecoder.cpp Add SkPngChunkReader. 2015-11-23 08:14:40 -08:00
SkImageEncoder_argb.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageEncoder_Factory.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageEncoder.cpp default SkPixelSerializer 2015-12-10 12:40:23 -08:00
SkJpegUtility.cpp Remove dependencies on Android's forked decoder libraries 2015-11-06 11:15:49 -08:00
SkJpegUtility.h Revert "Remove ambiguity of SkJpegUtility name." 2015-06-15 09:10:03 -07:00
SkMovie_gif.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMovie.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPageFlipper.cpp
SkScaledBitmapSampler.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScaledBitmapSampler.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
transform_scanline.h