index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
gm.h
Commit message (
Expand
)
Author
Age
*
GM: some header cleanup
Mike Klein
2017-03-22
*
move SkTRegister.h into tools
Mike Reed
2017-01-11
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
*
Add GM/slide to simulate Android-style reveal clip
robertphillips
2016-09-08
*
Revert of Disable tail calls inside Simple GM functions. (patchset #1 id:1 of...
mtklein
2016-06-09
*
Disable tail calls inside Simple GM functions.
mtklein
2016-06-09
*
GM: replace boilerplate with macros
halcanary
2015-09-09
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Add caps overrides to GMs
bsalomon
2015-05-27
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
add SkAnimTimer, SPACE = pause/resume, ESP = stop
reed
2015-02-02
*
allow GMs to animate
reed
2015-02-01
*
Remove extraneous newline.
Brian Salomon
2015-01-31
*
Add standard way to indicate GM is GPU-only.
bsalomon
2015-01-31
*
Revert of DM::SKPSrc::size() reports correct size. (patchset #3 id:40001 of h...
mtklein
2015-01-28
*
DM::SKPSrc::size() reports correct size.
mtklein
2015-01-28
*
remove unused GM flags
mtklein
2015-01-23
*
Spin off GM::runAsBench() from flags.
mtklein
2015-01-23
*
SIMPLE_GM generates less code
halcanary
2015-01-12
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
add gm: colorwheel
halcanary
2014-10-26
*
Merge Replay and Quilt tasks, adding in all BBH implementations.
mtklein
2014-07-09
*
use platform-independent font for gm
caryclark
2014-06-23
*
Refactor how we handle resources path in Tests.
tfarina
2014-06-18
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
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
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
Make GMs aware of what tool they're being run in.
commit-bot@chromium.org
2014-02-07
*
Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.
commit-bot@chromium.org
2014-02-03
*
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
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Create new target to hold gpu test code, enable direct testing of GrEffects i...
commit-bot@chromium.org
2013-08-21
*
Support multiple PDF rendering backends in the GM
vandebo@chromium.org
2013-08-20
*
Fixes for factory GM.
commit-bot@chromium.org
2013-08-16
*
Add an option to create unpremultiplied bitmaps.
scroggo@google.com
2013-06-14
*
GM::height() now returns the height, not the width.
scroggo@google.com
2013-04-12
*
gm: write all messages to stdout/stderr with "GM:" preamble to distinguish fr...
epoger@google.com
2013-03-13
*
add flag to skip gpu test
reed@google.com
2013-03-08
*
GM : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
add width() and height() helpers
reed@google.com
2013-02-01
[next]