Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / samplerstress.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2016-09-21 reedallow clip calls w/o op param, remove unnecessary kRepl...
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-04-04 reedswitch maskfilters to sk_sp
2016-03-25 reedmove setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CRE...
2016-03-13 reedReland of "more shader-->sp conversions (patchset ...
2016-03-13 reedRevert of more shader-->sp conversions (patchset #5...
2016-03-13 reedmore shader-->sp conversions
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-05 bungemanIWYU: 'core' target, files starting A-C.
2015-08-05 reedRevert of IWYU: 'core' target, files starting A-C....
2015-08-04 bungemanIWYU: 'core' target, files starting A-C.
2015-07-28 caryclarkgm fix missed portable gm text in samplerstress
2015-07-28 caryclarkmake pixelsnap textblob* etc gm portable
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-20 tfarinaCleanup: Another round of override fixes.
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-12 reedre-add samplerstress gm, but use blurmaskfilter instead...
2014-08-12 reedremove SkStippleMaskFilter - no external clients
2014-07-31 Cary ClarkAdd standard fonts to all GMs.
2014-07-07 mtkleinAdd always-threaded SkRecord quilt tests.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-02-21 commit-bot@chromiu... Factory methods for heap-allocated SkMaskFilter objects.
2014-01-25 reed@google.comadd legacy/helper allocN32Pixels, and convert gm to...
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-06-06 scroggo@google.comReenable running samplerstress GM in pipe mode.
2012-06-05 robertphillips@goo... Fixed flattening of SkStippleMaskFilter
2012-06-04 scroggo@google.comMake the GM tool run GMs through an SkGPipe.
2012-05-02 robertphillips@goo... converted "unsigned int" to "size_t" to address compile...
2012-05-02 robertphillips@goo... Added GM test to stress test the texture unit/sampler...