aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Set LCD font smoothing to "medium" for gm on Mac, regardless of system settingsGravatar epoger@google.com2012-02-14
* Expose '--notexturecache' command line argument to gm.Gravatar twiz@google.com2012-01-31
* Adding a flush method to SkCanvasGravatar junov@chromium.org2012-01-30
* Stop writing out XPS baselines until we resolve skia issue 455Gravatar epoger@google.com2012-01-18
* Updating gm's usage messageGravatar junov@google.com2012-01-18
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* The units used to setup XPS should be SkScalars.Gravatar bungeman@google.com2012-01-05
* add optional --forceBWtext to gm, forcing all text to BW to easeGravatar mike@reedtribe.org2011-12-30
* Add number-of-missing-baseline-images report to gmGravatar epoger@google.com2011-12-28
* Fix issue where bumping the max gm width/height affects gpu imagesGravatar bsalomon@google.com2011-11-30
* suppress font-purge messagesGravatar reed@google.com2011-11-08
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Recommit r2611 with fix for gmGravatar bsalomon@google.com2011-11-07
* Revert r2611 until windows gm can be debuggedGravatar bsalomon@google.com2011-11-07
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* all for multiple --match foo args, which will be logically OR'd togetherGravatar reed@google.com2011-10-31
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Mac does not like empty projects.Gravatar bungeman@google.com2011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* Fix pdf suppression test for gm.Gravatar bungeman@google.com2011-09-19
* add getFlags() to gm baseclassGravatar reed@google.com2011-09-19
* add gm test for drawing hairlines (and varying thin lines) in xfermodesGravatar reed@google.com2011-09-19
* add new test for complex clipsGravatar reed@google.com2011-08-29
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add --match to the help textGravatar reed@google.com2011-07-25
* reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...Gravatar reed@google.com2011-07-25
* flip Y in uploads to bottom-up textures (and add gm test)Gravatar bsalomon@google.com2011-07-18
* Change true and false to 1 and 0 in macros that are used to conditionally com...Gravatar bsalomon@google.com2011-06-29
* create bitmaps from pdf output for comparison purposes (mac only at the moment)Gravatar reed@google.com2011-06-29
* add test for degenerate 2point gradients (needs pdf and gpu fixes)Gravatar reed@google.com2011-06-27
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* disable gpu tests when scalar==fixed,Gravatar reed@google.com2011-06-20
* -replay tests are only run if forward rendering succeeded.Gravatar tomhudson@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* Fix text-as-path with skshader on gpuGravatar bsalomon@google.com2011-06-13
* When user specifies an output path with -w, only output files from mainGravatar tomhudson@google.com2011-06-09
* make --replay be the default. Now --noreplay will disable testing through a p...Gravatar reed@google.com2011-05-26
* PDF Device should report non-transformed size for width and height.Gravatar ctguil@chromium.org2011-04-29
* Propagate return values from compare() up to main() so we can return 0 if allGravatar tomhudson@google.com2011-04-26
* Fix default value of doSerialize parameter (oops!).Gravatar tomhudson@google.com2011-04-26
* Add command-line parameters to control execution of SkPicture tests; defaultGravatar tomhudson@google.com2011-04-25
* Extends gm to test SkPicture replay and serialization.Gravatar tomhudson@google.com2011-04-25