Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
987de5b6b996ab19aac8e09fa030bbb35ed51a3b
/
gm
/
aaclip.cpp
5df4934
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
by Mike Reed
· 8 years ago
b613c26
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
by Heather Miller
· 8 years ago
8240750
Change SkCanvas to *not* inherit from SkRefCnt
by Mike Reed
· 8 years ago
cefc431
gm: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
374772b
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
by reed
· 8 years ago
c245574
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2b2fc7d
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
3ed485f
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
1834242
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2cbcd12
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"""
by Mike Reed
· 8 years ago
70cdb39
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
by Mike Reed
· 8 years ago
ce02e71
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
0591897
replace SkXfermode obj with SkBlendMode enum in paints
by Mike Reed
· 8 years ago
6699838
allow clip calls w/o op param, remove unnecessary kReplace ops
by reed
· 8 years ago
73603f3
abstract name of clipping ops, to transtion to a more restricted set
by reed
· 8 years ago
28d1ce5
reconfigure dont-clip-to-layer gm to not have transparent pixels in its final output
by reed
· 8 years ago
02f9ed7
test dont-clip-layer
by reed
· 8 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
6950de6
Comments Style: s/skbug.com/bug.skia.org/
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
1259601
make tests portable by using 565 compatible colors
by caryclark
· 9 years ago
8f76cb9
new GM to test clipping cubics
by reed
· 10 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
1c40292
remove unused GM flags
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
aa458fb
Cleanup: More override fixes - another round.
by tfarina
· 10 years ago
2a9e3ad
Disable cgimage GM
by bsalomon@google.com
· 11 years ago
ede0c5c
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
60b5dce
expose CGImage -> SkBitmap
by commit-bot@chromium.org
· 11 years ago
5d0b150
resize canvas for GM + typo
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
eb9a46c
add legacy/helper allocN32Pixels, and convert gm to use it
by reed@google.com
· 11 years ago
c9917c0
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
439df28
fine-tune tolerance for pinchy quads in stroker
by reed@google.com
· 11 years ago
7de1e3f
test thick stroking of conics
by reed@google.com
· 11 years ago
7fb5373
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
4e05fd2
add conic support to hairlines
by reed@google.com
· 11 years ago
ff26b7e
use SK_OVERRIDE and DEF_GM
by reed@google.com
· 11 years ago
83f7c65
add new gms for shallow_gradient, in preparation for improving their quality
by reed@google.com
· 12 years ago
cdcb2ce
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
b6399a7
add (disabled) test for big dashing
by reed@google.com
· 12 years ago
0e51577
fix warning from scalar --> int32 conversion
by humper@google.com
· 12 years ago
dbfac8a
Defining new color constat for transparent color
by junov@google.com
· 12 years ago
e2f8c7c
capture repro case for gradient bug (inside if-false for now)
by reed@google.com
· 12 years ago
7112173
re-re-land 5578
by reed@google.com
· 12 years ago
10f9f4a
revert 5580
by reed@google.com
· 12 years ago
eab16de
re-land 5578 w/ pipe fix
by reed@google.com
· 12 years ago
c75c36a
revert 5578 -- broke pipe
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
b4e7043
Add flag to skip pipe on select GMs
by borenet@google.com
· 12 years ago
1313086
fix warnings on Mac in gm
by caryclark@google.com
· 12 years ago
5aff0ef
commented-out test for exact aa coverage
by reed@google.com
· 13 years ago
abfa8d1
Fix fixed-point antialiased clipping GM; upload baselines.
by tomhudson@google.com
· 13 years ago
ef279d3
New gm to test anti-aliased clipping.
by tomhudson@google.com
· 13 years ago