aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
Commit message (Expand)AuthorAge
* SkMacros split from SkTypes.hGravatar Hal Canary2018-06-12
* Allow slides/gms to extend the UIGravatar Mike Reed2018-05-15
* simplify gm matricesGravatar Mike Reed2017-08-08
* GM: some header cleanupGravatar Mike Klein2017-03-22
* move SkTRegister.h into toolsGravatar Mike Reed2017-01-11
* change SkClipOp to a class enumGravatar Mike Reed2016-12-12
* Add GM/slide to simulate Android-style reveal clipGravatar robertphillips2016-09-08
* Revert of Disable tail calls inside Simple GM functions. (patchset #1 id:1 of...Gravatar mtklein2016-06-09
* Disable tail calls inside Simple GM functions.Gravatar mtklein2016-06-09
* GM: replace boilerplate with macrosGravatar halcanary2015-09-09
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Add caps overrides to GMsGravatar bsalomon2015-05-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* add SkAnimTimer, SPACE = pause/resume, ESP = stopGravatar reed2015-02-02
* allow GMs to animateGravatar reed2015-02-01
* Remove extraneous newline.Gravatar Brian Salomon2015-01-31
* Add standard way to indicate GM is GPU-only.Gravatar bsalomon2015-01-31
* Revert of DM::SKPSrc::size() reports correct size. (patchset #3 id:40001 of h...Gravatar mtklein2015-01-28
* DM::SKPSrc::size() reports correct size.Gravatar mtklein2015-01-28
* remove unused GM flagsGravatar mtklein2015-01-23
* Spin off GM::runAsBench() from flags.Gravatar mtklein2015-01-23
* SIMPLE_GM generates less codeGravatar halcanary2015-01-12
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* add gm: colorwheelGravatar halcanary2014-10-26
* Merge Replay and Quilt tasks, adding in all BBH implementations.Gravatar mtklein2014-07-09
* use platform-independent font for gmGravatar caryclark2014-06-23
* Refactor how we handle resources path in Tests.Gravatar tfarina2014-06-18
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Reland "Clean up Test's resourcePath code."Gravatar tfarina2014-06-09
* Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org...Gravatar mtklein2014-06-08
* Clean up resourcePath code.Gravatar tfarina2014-06-07
* DM: also run benches once.Gravatar commit-bot@chromium.org2014-02-26
* add peekPixels to SkCanvas and SkSurfaceGravatar commit-bot@chromium.org2014-02-13
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...Gravatar commit-bot@chromium.org2014-02-13
* add peekPixels to SkCanvas and SkSurfaceGravatar mike@reedtribe.org2014-02-13
* Make GMs aware of what tool they're being run in.Gravatar commit-bot@chromium.org2014-02-07
* Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.Gravatar commit-bot@chromium.org2014-02-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* GM: Allow ignored-tests.txt to list configs as well as tests (and combination...Gravatar epoger@google.com2013-10-07
* gm: add a flag to force perspective usage in all gmsGravatar commit-bot@chromium.org2013-09-26
* gm: add --ignoreTests flagGravatar epoger@google.com2013-09-19
* Have GMs read the GrContext via a setter/getter rather than a global.Gravatar mtklein@google.com2013-09-16
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Create new target to hold gpu test code, enable direct testing of GrEffects i...Gravatar commit-bot@chromium.org2013-08-21
* Support multiple PDF rendering backends in the GMGravatar vandebo@chromium.org2013-08-20
* Fixes for factory GM.Gravatar commit-bot@chromium.org2013-08-16
* Add an option to create unpremultiplied bitmaps.Gravatar scroggo@google.com2013-06-14
* GM::height() now returns the height, not the width.Gravatar scroggo@google.com2013-04-12
* gm: write all messages to stdout/stderr with "GM:" preamble to distinguish fr...Gravatar epoger@google.com2013-03-13