Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / gm.h
2017-03-22 Mike KleinGM: some header cleanup
2017-01-11 Mike Reedmove SkTRegister.h into tools
2016-12-12 Mike Reedchange SkClipOp to a class enum
2016-09-08 robertphillipsAdd GM/slide to simulate Android-style reveal clip
2016-06-09 mtkleinRevert of Disable tail calls inside Simple GM functions...
2016-06-09 mtkleinDisable tail calls inside Simple GM functions.
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-05-27 bsalomonAdd caps overrides to GMs
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-02 reedadd SkAnimTimer, SPACE = pause/resume, ESP = stop
2015-02-02 reedallow GMs to animate
2015-01-31 Brian SalomonRemove extraneous newline.
2015-01-31 bsalomonAdd standard way to indicate GM is GPU-only.
2015-01-28 mtkleinRevert of DM::SKPSrc::size() reports correct size....
2015-01-28 mtkleinDM::SKPSrc::size() reports correct size.
2015-01-23 mtkleinremove unused GM flags
2015-01-23 mtkleinSpin off GM::runAsBench() from flags.
2015-01-12 halcanarySIMPLE_GM generates less code
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-26 halcanaryadd gm: colorwheel
2014-07-09 mtkleinMerge Replay and Quilt tasks, adding in all BBH impleme...
2014-06-23 caryclarkuse platform-independent font for gm
2014-06-18 tfarinaRefactor how we handle resources path in Tests.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-06-09 tfarinaReland "Clean up Test's resourcePath code."
2014-06-08 mtkleinRevert of Clean up Test's resourcePath code. (https...
2014-06-08 tfarinaClean up resourcePath code.
2014-02-26 commit-bot@chromiu... DM: also run benches once.
2014-02-13 commit-bot@chromiu... add peekPixels to SkCanvas and SkSurface
2014-02-13 commit-bot@chromiu... Revert of add peekPixels to SkCanvas and SkSurface...
2014-02-13 mike@reedtribe.orgadd peekPixels to SkCanvas and SkSurface
2014-02-07 commit-bot@chromiu... Make GMs aware of what tool they're being run in.
2014-02-03 commit-bot@chromiu... Allow GMs to be used as benchmarks. Make convex_poly_cl...
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
2013-10-07 epoger@google.comGM: Allow ignored-tests.txt to list configs as well...
2013-09-26 commit-bot@chromiu... gm: add a flag to force perspective usage in all gms
2013-09-19 epoger@google.comgm: add --ignoreTests flag
2013-09-16 mtklein@google.comHave GMs read the GrContext via a setter/getter rather...
2013-09-04 mtklein@google.comRewrite SkTRegistry to take any trivially-copyable...
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-21 commit-bot@chromiu... Create new target to hold gpu test code, enable direct...
2013-08-20 vandebo@chromium.orgSupport multiple PDF rendering backends in the GM
2013-08-16 commit-bot@chromiu... Fixes for factory GM.
2013-06-14 scroggo@google.comAdd an option to create unpremultiplied bitmaps.
2013-04-12 scroggo@google.comGM::height() now returns the height, not the width.
2013-03-13 epoger@google.comgm: write all messages to stdout/stderr with "GM:"...
2013-03-08 reed@google.comadd flag to skip gpu test
2013-02-27 sugoi@google.comGM : Unused parameters cleanup
2013-02-01 reed@google.comadd width() and height() helpers
2013-01-14 junov@chromium.orgChanging imageFilter GM tests to use drawBitmap instead...
2012-12-18 junov@chromium.orgAdding gm test steps for rtree and tileGrid
2012-12-13 junov@chromium.orgModifying SkTileGrid to support arbitrary query rectangles.
2012-11-27 reed@google.comadd onOnceBeforeDraw() virtual, so gm's can easily...
2012-11-16 reed@google.comflag the GM if we're in deferred-canvas mode, to work...
2012-10-30 reed@google.comadd test for bug in line drawing. fix is pending a...
2012-10-10 reed@google.comadd ability to skip 565 test in gm (until I can fix...
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-15 scroggo@google.comSkip tiled drawing in GM for magnifier image filter.
2012-06-04 scroggo@google.comMake the GM tool run GMs through an SkGPipe.
2012-04-06 robertphillips@goo... Fixing Windows compiler complaints
2012-03-21 vandebo@chromium.org[PDF] Add GM and infrastructure to test drawing shaders...
2012-03-21 vandebo@chromium.orgRevert "[PDF] Add GM and infrastructure to test drawing...
2012-03-21 vandebo@chromium.org[PDF] Add GM and infrastructure to test drawing shaders...
2012-03-20 robertphillips@goo... Adding CMYK jpeg changes w/o .gyp alterations
2012-03-20 robertphillips@goo... reverting to 3437
2012-03-20 robertphillips@goo... Fix for CMYK jpeg decoding issue (69 - unable to read...
2012-01-03 reed@google.comadd helper drawSizeBounds to show the GM's size
2011-12-06 reed@google.comadd getBGColor() getter
2011-10-31 bsalomon@google.comImport all GMs as Samples.
2011-09-19 reed@google.comadd getFlags() to gm baseclass
2011-08-29 reed@google.comadd new test for complex clips
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-07-25 epoger@google.comExit SkBitmap::scrollRect() early if width <= 0
2009-06-21 reed@android.comalmost there on gm (need to fix image writes/reads...
2009-06-20 reed@android.commore progress on golden-master test suite (not finished...
2009-06-10 reed@android.comcheckpoint for golden master suite (gm)