Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
10e23caea3106be125acea10a637789e5a15c728
/
gm
/
gm.h
30b83d4
add gm: colorwheel
by halcanary
· 10 years ago
e4636aa
Merge Replay and Quilt tasks, adding in all BBH implementations.
by mtklein
· 10 years ago
5fb6bd4
use platform-independent font for gm
by caryclark
· 10 years ago
bcbc178
Refactor how we handle resources path in Tests.
by tfarina
· 10 years ago
f539318
Cleanup: Get rid of make_isize() function from gm.h.
by tfarina
· 10 years ago
880914c
Reland "Clean up Test's resourcePath code."
by tfarina
· 10 years ago
91359be
Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/)
by mtklein
· 10 years ago
52e4f41
Clean up resourcePath code.
by tfarina
· 10 years ago
38aeb0f
DM: also run benches once.
by commit-bot@chromium.org
· 11 years ago
c3bd8af
add peekPixels to SkCanvas and SkSurface
by commit-bot@chromium.org
· 11 years ago
bda591c
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/)
by commit-bot@chromium.org
· 11 years ago
b2d93a9
add peekPixels to SkCanvas and SkSurface
by mike@reedtribe.org
· 11 years ago
b21fac1
Make GMs aware of what tool they're being run in.
by commit-bot@chromium.org
· 11 years ago
6adce67
Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.
by commit-bot@chromium.org
· 11 years ago
644629c
Implement a benchmark for GrResourceCache
by commit-bot@chromium.org
· 11 years ago
3a882dd
GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too)
by epoger@google.com
· 11 years ago
f4f9df4
gm: add a flag to force perspective usage in all gms
by commit-bot@chromium.org
· 11 years ago
defc487
gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com
by epoger@google.com
· 11 years ago
62b50b7
Have GMs read the GrContext via a setter/getter rather than a global.
by mtklein@google.com
· 11 years ago
bd6343b
Rewrite SkTRegistry to take any trivially-copyable type.
by mtklein@google.com
· 11 years ago
1f2f338
Split SkDevice into SkBaseDevice and SkBitmapDevice
by robertphillips@google.com
· 11 years ago
78a1078
Create new target to hold gpu test code, enable direct testing of GrEffects in GM.
by commit-bot@chromium.org
· 11 years ago
0dcbece
Support multiple PDF rendering backends in the GM
by vandebo@chromium.org
· 11 years ago
805df1a
Fixes for factory GM.
by commit-bot@chromium.org
· 11 years ago
2bbc2c9
Add an option to create unpremultiplied bitmaps.
by scroggo@google.com
· 11 years ago
ab02627
GM::height() now returns the height, not the width.
by scroggo@google.com
· 12 years ago
5efdd0c
gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere
by epoger@google.com
· 12 years ago
1f19b7f
add flag to skip gpu test
by reed@google.com
· 12 years ago
0f0d9b7
GM : Unused parameters cleanup
by sugoi@google.com
· 12 years ago
487b560
add width() and height() helpers
by reed@google.com
· 12 years ago
ff06af2
Changing imageFilter GM tests to use drawBitmap instead of drawSprite
by junov@chromium.org
· 12 years ago
58be101
Adding gm test steps for rtree and tileGrid
by junov@chromium.org
· 12 years ago
3cb834b
Modifying SkTileGrid to support arbitrary query rectangles.
by junov@chromium.org
· 12 years ago
7775d66
add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization
by reed@google.com
· 12 years ago
aef7361
flag the GM if we're in deferred-canvas mode, to work-around bug trying to
by reed@google.com
· 12 years ago
4117a24
add test for bug in line drawing. fix is pending a way to handle all of the
by reed@google.com
· 12 years ago
1b6c73d
add ability to skip 565 test in gm (until I can fix an assert in debug build)
by reed@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
6325886
Skip tiled drawing in GM for magnifier image filter.
by scroggo@google.com
· 12 years ago
5af9b20
Make the GM tool run GMs through an SkGPipe.
by scroggo@google.com
· 12 years ago
09042b8
Fixing Windows compiler complaints
by robertphillips@google.com
· 13 years ago
79d3cb4
[PDF] Add GM and infrastructure to test drawing shaders with an initial transform.
by vandebo@chromium.org
· 13 years ago
a43a532
Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform."
by vandebo@chromium.org
· 13 years ago
b0ccdec
[PDF] Add GM and infrastructure to test drawing shaders with an initial transform.
by vandebo@chromium.org
· 13 years ago
8570b5c
Adding CMYK jpeg changes w/o .gyp alterations
by robertphillips@google.com
· 13 years ago
0a89c90
reverting to 3437
by robertphillips@google.com
· 13 years ago
d5c9e99
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android)
by robertphillips@google.com
· 13 years ago
2d6ef52
add helper drawSizeBounds to show the GM's size
by reed@google.com
· 13 years ago
b4b49cc
add getBGColor() getter
by reed@google.com
· 13 years ago
48dd1a2
Import all GMs as Samples.
by bsalomon@google.com
· 13 years ago
fbc2117
add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes
by reed@google.com
· 13 years ago
30db599
add new test for complex clips
by reed@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
d4af56c
Exit SkBitmap::scrollRect() early if width <= 0
by epoger@google.com
· 13 years ago
8015dd8
almost there on gm (need to fix image writes/reads/compares)
by reed@android.com
· 15 years ago
dd0ac28
more progress on golden-master test suite (not finished yet)
by reed@android.com
· 15 years ago
00dae86
checkpoint for golden master suite (gm)
by reed@android.com
· 15 years ago