index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
Commit message (
Expand
)
Author
Age
*
make --replay be the default. Now --noreplay will disable testing through a p...
reed@google.com
2011-05-26
*
retool without shapes, which are broken/experimental
reed@google.com
2011-05-26
*
remove self-modifying matrix code, which can't work with pictures, and will b...
reed@google.com
2011-05-26
*
dynamically allocate the pixels, so they can be referened when drawn into a p...
reed@google.com
2011-05-26
*
Rebase GM tool for SKIA_SCALAR=fixed
epoger@google.com
2011-05-24
*
Warn when an SkScalar is passed into SkIntToScalar() (converted twice)
epoger@google.com
2011-05-24
*
Fix gm tests for fixed point.
bungeman@google.com
2011-05-20
*
Fix clipping in StrokeRectGM test for fixed point.
bungeman@google.com
2011-05-19
*
fix assertion failure in Skia_Linux_Fixed_Debug build
epoger@google.com
2011-05-19
*
Fix tests with incorrect swizzle.
bungeman@google.com
2011-05-18
*
Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...
junov@google.com
2011-05-16
*
PDF Device should report non-transformed size for width and height.
ctguil@chromium.org
2011-04-29
*
Propagate return values from compare() up to main() so we can return 0 if all
tomhudson@google.com
2011-04-26
*
Allocate a bitmap on the stack in xfermodes.cpp to work around a limitation
tomhudson@google.com
2011-04-26
*
Fix default value of doSerialize parameter (oops!).
tomhudson@google.com
2011-04-26
*
Add command-line parameters to control execution of SkPicture tests; default
tomhudson@google.com
2011-04-25
*
Extends gm to test SkPicture replay and serialization.
tomhudson@google.com
2011-04-25
*
Generalize the flip origin argument to the PDF device constructor.
vandebo@chromium.org
2011-04-11
*
add pathfill gm sample
reed@google.com
2011-04-11
*
add strokerects to gm
reed@google.com
2011-04-04
*
Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip
bsalomon@google.com
2011-03-10
*
use new high-quality blur in samples
reed@google.com
2011-02-18
*
[Committed on behalf of junov@chromium.org]
senorblanco@chromium.org
2011-02-18
*
add test for points
reed@google.com
2011-02-17
*
add test for poly2poly
reed@google.com
2011-02-17
*
add new test for blurs
reed@google.com
2011-02-16
*
[PDF] Improve PDF support in gm.
vandebo@chromium.org
2011-02-03
*
fix warnings, including using GrTCast<> to go from &Obj -> uint32_t*
reed@google.com
2011-01-26
*
Add shaded text sample and gm test.
bsalomon@google.com
2011-01-25
*
add new 2nd argument for rendertarget to SkGpuCanvas
reed@google.com
2011-01-18
*
fix refcount bug - as picture gets referenced by canvas when canvas is a
reed@google.com
2011-01-12
*
fix build for linux
reed@google.com
2010-12-23
*
add gpu to gm tool
reed@google.com
2010-12-23
*
update baselines to add 2point-radial gradients, and use gpu-friendly xfermod...
reed@google.com
2010-12-23
*
add gpu to the default makefile
reed@google.com
2010-12-23
*
-d dir will write out a difference-bitmap for each compare that failes
reed@google.com
2010-12-20
*
add option to write PDFs from gm
reed@google.com
2010-12-20
*
dump message confirming read or write directory
reed@android.com
2010-12-14
*
use genericRGB space to ensure that we decode exactly the pixels we encode
reed@android.com
2009-07-08
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add golden master code for shapes
reed@android.com
2009-06-26
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
remove remaining references to porterduff
reed@android.com
2009-06-23
*
update to use new xfermodes
reed@android.com
2009-06-23
*
add gm for shader tilemodes
reed@android.com
2009-06-22
*
add gm for gradients
reed@android.com
2009-06-22
*
gm -w 'directory' now works for recording the master images
reed@android.com
2009-06-21
*
almost there on gm (need to fix image writes/reads/compares)
reed@android.com
2009-06-21
*
more progress on golden-master test suite (not finished yet)
reed@android.com
2009-06-20
*
checkpoint for golden master suite (gm)
reed@android.com
2009-06-10