aboutsummaryrefslogtreecommitdiff
path: root/gm
AgeCommit message (Expand)Author
2013-06-11Fixes to make the gm run when GrContext can't be created for ANGLE context.bsalomon@google.com
2013-06-11Remove the non-separable blur because it is no longer used.commit-bot@chromium.org
2013-06-11Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-10add conic support to hairlinesreed@google.com
2013-06-06Disable msaa16 by defaultrobertphillips@google.com
2013-06-06Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-05call through to the device from SkDrawreed@google.com
2013-06-05rebaseline.py: if --tests is not specified, get test list from actual-results...epoger@google.com
2013-06-04gm_json.py: add ability to load JSON file from a string, not just a local fileepoger@google.com
2013-06-04Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-03if we can't load Times, use default fontreed@google.com
2013-06-03Added megalooper GMrobertphillips@google.com
2013-06-01Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-31fix another int -- float warningreed@google.com
2013-05-31skip_picture in colortype gm for nowreed@google.com
2013-05-31start a wrapper for color fontsreed@google.com
2013-05-31Implement SkXfermode image filter. This required changing the signature of Sk...senorblanco@chromium.org
2013-05-31fix warnings on MacOS 10.6humper@google.com
2013-05-31More general GM for testing bitmap filtering, including checkerboards, images...humper@google.com
2013-05-30Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-29Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...senorblanco@chromium.org
2013-05-29Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf...senorblanco@chromium.org
2013-05-29Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...senorblanco@chromium.org
2013-05-29Fix cmykjpeg test to check if file was found.bungeman@google.com
2013-05-29First pass at Comment APIrobertphillips@google.com
2013-05-29Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-28Fix alpha computation in SkArithmeticMode.senorblanco@chromium.org
2013-05-28Changing SkDeferredCanvas to use factories for creationjunov@chromium.org
2013-05-28Reland 'Add path utils, plus a test for it.'scroggo@google.com
2013-05-28don't unref() null (from typeface::create) you gunkyreed@google.com
2013-05-28use inttoscalar to fix warningreed@google.com
2013-05-28use explicit conversion for int->scalarreed@google.com
2013-05-28add new gm for bicubic filteringreed@google.com
2013-05-28Split GM json schema out of display_json_results.py, for sharing with other t...epoger@google.com
2013-05-25Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-24Fix degenerate and near-degenerate hairlines on the gpucommit-bot@chromium.org
2013-05-24Revert "Add path utils, plus a test for it."scroggo@google.com
2013-05-24Add path utils, plus a test for it.scroggo@google.com
2013-05-24Add flag to gradients to interpolate colors in premul space. Experimental API...reed@google.com
2013-05-24GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") a...epoger@google.com
2013-05-24Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-23use SkScalar instead of int for loops, to avoid warning in canvas->translate(...reed@google.com
2013-05-23don't overclamp cubics (see skbug.com/1316)reed@google.com
2013-05-23add commentreed@google.com
2013-05-23use SK_OVERRIDE and DEF_GMreed@google.com
2013-05-22Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-21add SkLerpXfermodereed@google.com
2013-05-21Improve tool that analyzes gm JSON summaryepoger@google.com
2013-05-21GM: make behavior of make_filename() more late-bindingepoger@google.com
2013-05-21GM self-tests: add testing for non --hierarchy caseepoger@google.com