C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / gm / image.cpp
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