Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / image.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2017-03-22 Brian SalomonMark overridden destructors with 'override' and remove...
2017-02-15 Mike Reedremoved unused code around scaled generators
2017-02-10 Robert PhillipsFix new_texture_image in "preAbandonGpuContext" mode
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Brian OsmanAddress feedback on makeTextureImage
2017-02-07 Matt SarettRevert "SkColorSpace: remove named API, add gamut API"
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Brian OsmanBring back SkImage::makeTextureImage
2017-01-09 Matt SarettSpecify bit depth and color space in SkImage::MakeFromP...
2016-12-16 Brian OsmanAdd color space to picture image as a creation parameter
2016-12-09 Brian OsmanRemove SkImage::makeTextureImage
2016-11-23 Hal CanarySkImageEncoder: simplify API
2016-11-22 Hal CanaryRevert 248ff023 & 2cb6cb72
2016-11-22 Hal CanarySkImageEncoder: simplify API
2016-11-08 Leon ScrogginsRevert "Delete SkImage::encode(Type)"
2016-11-08 Matt SarettDelete SkImage::encode(Type)
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-05-13 scroggoGMs: fail gracefully for null surface
2016-03-31 bsalomonMove SkGLContext and some GrGLInterface implementations...
2016-03-30 robertphillipsRevert of Move SkGLContext and some GrGLInterface imple...
2016-03-30 bsalomonMove SkGLContext and some GrGLInterface implementations...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-25 reedmove setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CRE...
2016-03-24 reedswitch surface to sk_sp
2016-03-18 reedreturn pictures as sk_sp
2016-03-17 reedupdate callsites for Make image factories
2016-03-17 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-16 robertphillipsRevert of Add SkSpecialImage::extractSubset & NewFromPi...
2016-03-16 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-01-30 bsalomonAdd SkImage factory method that forces image to be...
2015-12-09 halcanarySkBitmap::installPixels(const SkPixmap&);
2015-12-02 reedAPI to support native scaling by image-generator
2015-11-24 reedoptimize the disable-caching case for SkImage::readPixels
2015-11-23 reedscaling API on SkPixmap
2015-09-24 reedremove unused (by the outside) SkImage::newSurface...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-06 reedflag to use const& instead of const* for src-rect
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-15 caryclarkmake *imagefilter morphology iamge bitmapsource gm...
2015-06-22 reedchange old picture serialization to really handle images
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-23 reedadd newImage API
2015-01-16 reedfix labels on image-surface gm
2015-01-16 bsalomonRequire budget decision when creating a RenderTarget...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-08 reedadd ImageGenerator::NewFromData to porting layer
2014-09-24 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-24 borenetRevert of SkCanvas::drawImage is the new way for drawin...
2014-09-23 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-22 reedIntroduce Props to surface (patchset #27 id:520001...
2014-09-21 reedRevert of introduce Props to surface (patchset #27...
2014-09-21 reedintroduce Props to surface (work in progress)
2014-09-18 reedcheck for failed file->data (fails on mac)
2014-09-18 piotaixrBis: Use SkImage::NewFromGenerator() instead of SkImage...
2014-09-05 bsalomon"NULL !=" = NULL
2014-07-31 Cary ClarkAdd standard fonts to all GMs.
2014-04-11 commit-bot@chromiu... remove picture-backed surfaces
2014-01-15 commit-bot@chromiu... use some helper Make functions to initialize SkImageInfo
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
2013-11-01 reed@google.commove SkImage::ColorType into SkColorType
2013-09-20 reed@google.compromote SkImage::AlphaType to SkAlphaType
2013-09-16 mtklein@google.comHave GMs read the GrContext via a setter/getter rather...
2013-07-24 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-07-23 commit-bot@chromiu... Add SkImage->draw() call with src and dst rects.
2013-07-22 fmalita@google.comRevert "Add SkImage->draw() call with src and dst rects."
2013-07-22 commit-bot@chromiu... Add SkImage->draw() call with src and dst rects.
2013-05-28 scroggo@google.comReland 'Add path utils, plus a test for it.'
2013-05-24 scroggo@google.comRevert "Add path utils, plus a test for it."
2013-05-24 scroggo@google.comAdd path utils, plus a test for it.
2013-04-12 junov@chromium.orgFixing viral copy/paste typo Shapshot -> Snapshot
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-15 mike@reedtribe.orgremove unused (and undefined) SkColorSpace parameter.
2012-10-31 robertphillips@goo... Fleshed out GPU portion of image/surface feature
2012-09-07 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-06 robertphillips@goo... Fixed Windows compiler complaints (esp. in debugger)
2012-08-28 reed@google.comdisable pipe for now
2012-08-28 reed@google.comAdd caching of the snapshot image form a surface
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-07-31 mike@reedtribe.orgadd SkImage from encoded data
2012-07-31 mike@reedtribe.orgupdate to surface.getCanvas()
2012-07-30 reed@google.comexpand internal subclasses into separate files
2012-07-29 mike@reedtribe.orgcheck-point for image/surface work