Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
57c8d833cdb9552cba64c4040201cdeee7bc073b
/
gm
0a09eef
Change true and false to 1 and 0 in macros that are used to conditionally compile code.
by bsalomon@google.com
· 13 years ago
46cce91
create bitmaps from pdf output for comparison purposes (mac only at the moment)
by reed@google.com
· 13 years ago
213c42b
Create new lcdtext page within gm http://codereview.appspot.com/4654071
by epoger@google.com
· 13 years ago
ac864a9
add test for degenerate 2point gradients (needs pdf and gpu fixes)
by reed@google.com
· 13 years ago
5667afc
remove drawShape from canvas api
by reed@google.com
· 13 years ago
4eed340
roll back r1705
by epoger@google.com
· 13 years ago
8a85d0c
replace detach/getStream apis on dynamicwstream with SkData
by reed@google.com
· 13 years ago
1c18ca3
Add additional source types to xfer mode test.
by vandebo@chromium.org
· 13 years ago
1a7e946
disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm
by reed@google.com
· 13 years ago
f2c21cd
add
by mike@reedtribe.org
· 13 years ago
cae6b3f
-replay tests are only run if forward rendering succeeded.
by tomhudson@google.com
· 13 years ago
af951c9
make SkDevice constructors explicit between offscreen and on/direct
by reed@google.com
· 13 years ago
a87cd2a
Increase compatibility with clang, mostly around SK_RESTRICT.
by tomhudson@google.com
· 13 years ago
baa677b
delete all old (non-Gyp) buildfiles
by epoger@google.com
· 13 years ago
137c428
Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed.
by bsalomon@google.com
· 13 years ago
3914958
Fix text-as-path with skshader on gpu
by bsalomon@google.com
· 13 years ago
ea32543
When user specifies an output path with -w, only output files from main
by tomhudson@google.com
· 13 years ago
b8b0983
make --replay be the default. Now --noreplay will disable testing through a picture
by reed@google.com
· 13 years ago
e3605d0
retool without shapes, which are broken/experimental
by reed@google.com
· 13 years ago
4c9a815
remove self-modifying matrix code, which can't work with pictures, and will be removed from shapes api soon
by reed@google.com
· 13 years ago
64f340c
dynamically allocate the pixels, so they can be referened when drawn into a picture
by reed@google.com
· 13 years ago
8f09672
Rebase GM tool for SKIA_SCALAR=fixed http://codereview.appspot.com/4559041
by epoger@google.com
· 13 years ago
b28b5e4
Warn when an SkScalar is passed into SkIntToScalar() (converted twice)
by epoger@google.com
· 13 years ago
3c14d0f
Fix gm tests for fixed point.
by bungeman@google.com
· 13 years ago
0368d06
Fix clipping in StrokeRectGM test for fixed point.
by bungeman@google.com
· 13 years ago
65245ad
fix assertion failure in Skia_Linux_Fixed_Debug build
by epoger@google.com
· 13 years ago
2ed67e8
Fix tests with incorrect swizzle. http://codereview.appspot.com/4552046/
by bungeman@google.com
· 13 years ago
6acc9b3
Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled.
by junov@google.com
· 13 years ago
1526129
PDF Device should report non-transformed size for width and height.
by ctguil@chromium.org
· 14 years ago
8e728d7
Propagate return values from compare() up to main() so we can return 0 if all
by tomhudson@google.com
· 14 years ago
86bf5c9
Allocate a bitmap on the stack in xfermodes.cpp to work around a limitation
by tomhudson@google.com
· 14 years ago
6abfa49
Fix default value of doSerialize parameter (oops!).
by tomhudson@google.com
· 14 years ago
73fb042
Add command-line parameters to control execution of SkPicture tests; default
by tomhudson@google.com
· 14 years ago
9875dd1
Extends gm to test SkPicture replay and serialization.
by tomhudson@google.com
· 14 years ago
75f97e4
Generalize the flip origin argument to the PDF device constructor.
by vandebo@chromium.org
· 14 years ago
c280700
add pathfill gm sample
by reed@google.com
· 14 years ago
3b14dc1
add strokerects to gm output current bench settings
by reed@google.com
· 14 years ago
807cec4
Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip
by bsalomon@google.com
· 14 years ago
11a5ff3
use new high-quality blur in samples
by reed@google.com
· 14 years ago
4868e6b
[Committed on behalf of junov@chromium.org]
by senorblanco@chromium.org
· 14 years ago
a965a15
add test for points
by reed@google.com
· 14 years ago
67981c5
add test for poly2poly
by reed@google.com
· 14 years ago
c96e5c2
add new test for blurs
by reed@google.com
· 14 years ago
686abdf
[PDF] Improve PDF support in gm.
by vandebo@chromium.org
· 14 years ago
3869007
fix warnings, including using GrTCast<> to go from &Obj -> uint32_t*
by reed@google.com
· 14 years ago
0fdaa22
Add shaded text sample and gm test.
by bsalomon@google.com
· 14 years ago
d4dfd10
add new 2nd argument for rendertarget to SkGpuCanvas
by reed@google.com
· 14 years ago
0e4a885
fix refcount bug - as picture gets referenced by canvas when canvas is a
by reed@google.com
· 14 years ago
37df17d
fix build for linux
by reed@google.com
· 14 years ago
51df9e3
add gpu to gm tool add pass-through read/write pixels API to canvas
by reed@google.com
· 14 years ago
f3c1cc9
update baselines to add 2point-radial gradients, and use gpu-friendly xfermode code
by reed@google.com
· 14 years ago
873cb1e
add gpu to the default makefile move skia-gpu files into skia/src/gpu
by reed@google.com
· 14 years ago
3d3f092
-d dir will write out a difference-bitmap for each compare that failes
by reed@google.com
· 14 years ago
0770044
add option to write PDFs from gm
by reed@google.com
· 14 years ago
00f883e
dump message confirming read or write directory
by reed@android.com
· 14 years ago
b9b9a18
use genericRGB space to ensure that we decode exactly the pixels we encode
by reed@android.com
· 15 years ago
0ad336f
add shape flatten so they work properly in pictures
by reed@android.com
· 15 years ago
0bfffc5
add golden master code for shapes
by reed@android.com
· 15 years ago
09b84a0
add shape recording to pictuures (sans serialization)
by reed@android.com
· 15 years ago
048522d
remove remaining references to porterduff
by reed@android.com
· 15 years ago
c9c6422
update to use new xfermodes
by reed@android.com
· 15 years ago
1a2fec5
add gm for shader tilemodes
by reed@android.com
· 15 years ago
42309d4
add gm for gradients
by reed@android.com
· 15 years ago
25b0434
gm -w 'directory' now works for recording the master images
by reed@android.com
· 15 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