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
*
Add the ability to specify config to GM.
scroggo@google.com
2012-06-07
*
Add tiled rendering as an option to GM.
scroggo@google.com
2012-06-06
*
fix warnings on Mac in gm
caryclark@google.com
2012-06-06
*
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
robertphillips@google.com
2012-06-05
*
Reverting r4162
robertphillips@google.com
2012-06-05
*
Added instance counting system for SkRefCnt-derived objects
robertphillips@google.com
2012-06-05
*
change gm to use concat instead of setMatrix, so we don't trash the caller if
reed@google.com
2012-06-04
*
Turn off pipe playback in GM by default.
scroggo@google.com
2012-06-04
*
Make the GM tool run GMs through an SkGPipe.
scroggo@google.com
2012-06-04
*
add -wp option to write serialized pictures to the specified directory
mike@reedtribe.org
2012-06-02
*
add options to enable/disable "FAILED to read ..." message
reed@google.com
2012-05-17
*
Fix early termination of GM when 16x msaa rt can't be created.
bsalomon@google.com
2012-04-20
*
Make GM able to run MSAA modes and multiple GPU configs in a single run.
bsalomon@google.com
2012-04-19
*
Make gm tool able to read and write image files in the same run
epoger@google.com
2012-04-18
*
change -d option to write out complete images (that differed from the baseline)
reed@google.com
2012-04-09
*
Fixing Windows compiler complaints
robertphillips@google.com
2012-04-06
*
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
robertphillips@google.com
2012-03-28
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
Added tracking of frame buffer objects to debug GL interface
robertphillips@google.com
2012-03-21
*
[PDF] Add GM and infrastructure to test drawing shaders with an initial trans...
vandebo@chromium.org
2012-03-21
*
Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi...
vandebo@chromium.org
2012-03-21
*
[PDF] Add GM and infrastructure to test drawing shaders with an initial trans...
vandebo@chromium.org
2012-03-21
*
Adding CMYK jpeg changes w/o .gyp alterations
robertphillips@google.com
2012-03-20
*
reverting to 3437
robertphillips@google.com
2012-03-20
*
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...
robertphillips@google.com
2012-03-20
*
Close an (incidental) memory leak in gmmain.
tomhudson@google.com
2012-03-15
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings
epoger@google.com
2012-02-14
*
Expose '--notexturecache' command line argument to gm.
twiz@google.com
2012-01-31
*
Adding a flush method to SkCanvas
junov@chromium.org
2012-01-30
*
Stop writing out XPS baselines until we resolve skia issue 455
epoger@google.com
2012-01-18
*
Updating gm's usage message
junov@google.com
2012-01-18
*
Adding class SkDeferredCanvas for deferred rendering.
junov@google.com
2012-01-18
*
The units used to setup XPS should be SkScalars.
bungeman@google.com
2012-01-05
*
add optional --forceBWtext to gm, forcing all text to BW to ease
mike@reedtribe.org
2011-12-30
*
Add number-of-missing-baseline-images report to gm
epoger@google.com
2011-12-28
*
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
[next]