aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/samplerstress.cpp
Commit message (Expand)AuthorAge
* hide SkBlurMaskFilter and SkBlurQualityGravatar Mike Reed2018-03-14
* add drawString helper to canvasGravatar Cary Clark2017-04-28
* GM: some header cleanupGravatar Mike Klein2017-03-22
* allow clip calls w/o op param, remove unnecessary kReplace opsGravatar reed2016-09-21
* abstract name of clipping ops, to transtion to a more restricted setGravatar reed2016-09-20
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* switch maskfilters to sk_spGravatar reed2016-04-04
* move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTRGravatar reed2016-03-25
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...Gravatar reed2016-03-13
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...Gravatar reed2016-03-13
* more shader-->sp conversionsGravatar reed2016-03-13
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* gm fix missed portable gm text in samplerstressGravatar caryclark2015-07-28
* make pixelsnap textblob* etc gm portableGravatar caryclark2015-07-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* remove unused GM flagsGravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: Another round of override fixes.Gravatar tfarina2014-12-20
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* re-add samplerstress gm, but use blurmaskfilter instead (std filter)Gravatar reed2014-08-12
* remove SkStippleMaskFilter - no external clientsGravatar reed2014-08-12
* Add standard fonts to all GMs.Gravatar Cary Clark2014-07-31
* Add always-threaded SkRecord quilt tests.Gravatar mtklein2014-07-07
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* Factory methods for heap-allocated SkMaskFilter objects.Gravatar commit-bot@chromium.org2014-02-21
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Reenable running samplerstress GM in pipe mode.Gravatar scroggo@google.com2012-06-06
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* Make the GM tool run GMs through an SkGPipe.Gravatar scroggo@google.com2012-06-04
* converted "unsigned int" to "size_t" to address compiler failureGravatar robertphillips@google.com2012-05-02
* Added GM test to stress test the texture unit/sampler allocationGravatar robertphillips@google.com2012-05-02