index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
gmmain.cpp
Commit message (
Expand
)
Author
Age
*
Fix issue where bumping the max gm width/height affects gpu images
bsalomon@google.com
2011-11-30
*
suppress font-purge messages
reed@google.com
2011-11-08
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Recommit r2611 with fix for gm
bsalomon@google.com
2011-11-07
*
Revert r2611 until windows gm can be debugged
bsalomon@google.com
2011-11-07
*
Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...
bsalomon@google.com
2011-11-07
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
all for multiple --match foo args, which will be logically OR'd together
reed@google.com
2011-10-31
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
*
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...
bsalomon@google.com
2011-10-13
*
Mac does not like empty projects.
bungeman@google.com
2011-10-10
*
Add xps device to skia.
bungeman@google.com
2011-10-10
*
Fix pdf suppression test for gm.
bungeman@google.com
2011-09-19
*
add getFlags() to gm baseclass
reed@google.com
2011-09-19
*
add gm test for drawing hairlines (and varying thin lines) in xfermodes
reed@google.com
2011-09-19
*
add new test for complex clips
reed@google.com
2011-08-29
*
Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...
bsalomon@google.com
2011-08-19
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add --match to the help text
reed@google.com
2011-07-25
*
reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...
reed@google.com
2011-07-25
*
flip Y in uploads to bottom-up textures (and add gm test)
bsalomon@google.com
2011-07-18
*
Change true and false to 1 and 0 in macros that are used to conditionally com...
bsalomon@google.com
2011-06-29
*
create bitmaps from pdf output for comparison purposes (mac only at the moment)
reed@google.com
2011-06-29
*
add test for degenerate 2point gradients (needs pdf and gpu fixes)
reed@google.com
2011-06-27
*
replace detach/getStream apis on dynamicwstream with SkData
reed@google.com
2011-06-24
*
disable gpu tests when scalar==fixed,
reed@google.com
2011-06-20
*
-replay tests are only run if forward rendering succeeded.
tomhudson@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
Increase compatibility with clang, mostly around SK_RESTRICT.
tomhudson@google.com
2011-06-15
*
Fix text-as-path with skshader on gpu
bsalomon@google.com
2011-06-13
*
When user specifies an output path with -w, only output files from main
tomhudson@google.com
2011-06-09
*
make --replay be the default. Now --noreplay will disable testing through a p...
reed@google.com
2011-05-26
*
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
*
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
*
[PDF] Improve PDF support in gm.
vandebo@chromium.org
2011-02-03
*
add new 2nd argument for rendertarget to SkGpuCanvas
reed@google.com
2011-01-18
*
fix build for linux
reed@google.com
2010-12-23
*
add gpu to gm tool
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
[next]