aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* Add an option to create unpremultiplied bitmaps.Gravatar scroggo@google.com2013-06-14
* add SkIntToScalar and SkFloatToScalar to stop build errors on Mac10.6Gravatar commit-bot@chromium.org2013-06-12
* Another warning as error fix for r9554Gravatar robertphillips@google.com2013-06-12
* Warnings as errors fix for r9554Gravatar robertphillips@google.com2013-06-12
* Added tests for radial gradients with shader matricesGravatar commit-bot@chromium.org2013-06-12
* Fixed a bug with linear gradient PDF matrices and added test casesGravatar commit-bot@chromium.org2013-06-12
* test thick stroking of conicsGravatar reed@google.com2013-06-12
* Fixes to make the gm run when GrContext can't be created for ANGLE context.Gravatar bsalomon@google.com2013-06-11
* Remove the non-separable blur because it is no longer used.Gravatar commit-bot@chromium.org2013-06-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-11
* add conic support to hairlinesGravatar reed@google.com2013-06-10
* Disable msaa16 by defaultGravatar robertphillips@google.com2013-06-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-06
* call through to the device from SkDrawGravatar reed@google.com2013-06-05
* rebaseline.py: if --tests is not specified, get test list from actual-results...Gravatar epoger@google.com2013-06-05
* gm_json.py: add ability to load JSON file from a string, not just a local fileGravatar epoger@google.com2013-06-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-04
* if we can't load Times, use default fontGravatar reed@google.com2013-06-03
* Added megalooper GMGravatar robertphillips@google.com2013-06-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* fix another int -- float warningGravatar reed@google.com2013-05-31
* skip_picture in colortype gm for nowGravatar reed@google.com2013-05-31
* start a wrapper for color fontsGravatar reed@google.com2013-05-31
* Implement SkXfermode image filter. This required changing the signature of Sk...Gravatar senorblanco@chromium.org2013-05-31
* fix warnings on MacOS 10.6Gravatar humper@google.com2013-05-31
* More general GM for testing bitmap filtering, including checkerboards, images...Gravatar humper@google.com2013-05-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-30
* Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...Gravatar senorblanco@chromium.org2013-05-29
* Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf...Gravatar senorblanco@chromium.org2013-05-29
* Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...Gravatar senorblanco@chromium.org2013-05-29
* Fix cmykjpeg test to check if file was found.Gravatar bungeman@google.com2013-05-29
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-29
* Fix alpha computation in SkArithmeticMode.Gravatar senorblanco@chromium.org2013-05-28
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* Reland 'Add path utils, plus a test for it.'Gravatar scroggo@google.com2013-05-28
* don't unref() null (from typeface::create) you gunkyGravatar reed@google.com2013-05-28
* use inttoscalar to fix warningGravatar reed@google.com2013-05-28
* use explicit conversion for int->scalarGravatar reed@google.com2013-05-28
* add new gm for bicubic filteringGravatar reed@google.com2013-05-28
* Split GM json schema out of display_json_results.py, for sharing with other t...Gravatar epoger@google.com2013-05-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-25
* Fix degenerate and near-degenerate hairlines on the gpuGravatar commit-bot@chromium.org2013-05-24
* Revert "Add path utils, plus a test for it."Gravatar scroggo@google.com2013-05-24
* Add path utils, plus a test for it.Gravatar scroggo@google.com2013-05-24
* Add flag to gradients to interpolate colors in premul space. Experimental API...Gravatar reed@google.com2013-05-24
* GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") a...Gravatar epoger@google.com2013-05-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-24
* use SkScalar instead of int for loops, to avoid warning in canvas->translate(...Gravatar reed@google.com2013-05-23
* don't overclamp cubics (see skbug.com/1316)Gravatar reed@google.com2013-05-23