aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.cpp
Commit message (Expand)AuthorAge
* simplify gm matricesGravatar Mike Reed2017-08-08
* sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNCGravatar Mike Klein2017-07-24
* add drawString helper to canvasGravatar Cary Clark2017-04-28
* GM: some header cleanupGravatar Mike Klein2017-03-22
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar reed2016-10-05
* Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Gravatar Mike Reed2016-10-03
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Gravatar Mike Reed2016-10-03
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* GM: replace boilerplate with macrosGravatar halcanary2015-09-09
* make pixelsnap textblob* etc gm portableGravatar caryclark2015-07-28
* add SkAnimTimer, SPACE = pause/resume, ESP = stopGravatar reed2015-02-02
* allow GMs to animateGravatar reed2015-02-01
* Add standard way to indicate GM is GPU-only.Gravatar bsalomon2015-01-31
* SIMPLE_GM generates less codeGravatar halcanary2015-01-12
* Refactor how we handle resources path in Tests.Gravatar tfarina2014-06-18
* 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
* Make GMs aware of what tool they're being run in.Gravatar commit-bot@chromium.org2014-02-07
* 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
* add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initializationGravatar reed@google.com2012-11-27
* flag the GM if we're in deferred-canvas mode, to work-around bug trying toGravatar reed@google.com2012-11-16
* Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)Gravatar robertphillips@google.com2012-11-02
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* add helper drawSizeBounds to show the GM's sizeGravatar reed@google.com2012-01-03
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31