index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
gm.cpp
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
GM: replace boilerplate with macros
halcanary
2015-09-09
*
make pixelsnap textblob* etc gm portable
caryclark
2015-07-28
*
add SkAnimTimer, SPACE = pause/resume, ESP = stop
reed
2015-02-02
*
allow GMs to animate
reed
2015-02-01
*
Add standard way to indicate GM is GPU-only.
bsalomon
2015-01-31
*
SIMPLE_GM generates less code
halcanary
2015-01-12
*
Refactor how we handle resources path in Tests.
tfarina
2014-06-18
*
Reland "Clean up Test's resourcePath code."
tfarina
2014-06-09
*
Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org...
mtklein
2014-06-08
*
Clean up resourcePath code.
tfarina
2014-06-07
*
DM: also run benches once.
commit-bot@chromium.org
2014-02-26
*
Make GMs aware of what tool they're being run in.
commit-bot@chromium.org
2014-02-07
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
GM: Allow ignored-tests.txt to list configs as well as tests (and combination...
epoger@google.com
2013-10-07
*
gm: add a flag to force perspective usage in all gms
commit-bot@chromium.org
2013-09-26
*
gm: add --ignoreTests flag
epoger@google.com
2013-09-19
*
Have GMs read the GrContext via a setter/getter rather than a global.
mtklein@google.com
2013-09-16
*
Rewrite SkTRegistry to take any trivially-copyable type.
mtklein@google.com
2013-09-04
*
add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization
reed@google.com
2012-11-27
*
flag the GM if we're in deferred-canvas mode, to work-around bug trying to
reed@google.com
2012-11-16
*
Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)
robertphillips@google.com
2012-11-02
*
Adding CMYK jpeg changes w/o .gyp alterations
robertphillips@google.com
2012-03-20
*
reverting to 3437
robertphillips@google.com
2012-03-20
*
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...
robertphillips@google.com
2012-03-20
*
add helper drawSizeBounds to show the GM's size
reed@google.com
2012-01-03
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31