1. 35c733c Fix alpha computation in SkArithmeticMode. by senorblanco@chromium.org · 11 years ago
  2. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  3. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  4. 7b06ba4 don't unref() null (from typeface::create) you gunky by reed@google.com · 11 years ago
  5. 98447b0 use inttoscalar to fix warning by reed@google.com · 11 years ago
  6. 2f51ae0 use explicit conversion for int->scalar by reed@google.com · 11 years ago
  7. f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago
  8. 9d33154 Split GM json schema out of display_json_results.py, for sharing with other tools by epoger@google.com · 11 years ago
  9. 454ae46 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  10. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  11. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  12. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  13. 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
  14. d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 11 years ago
  15. 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. 0f8990c use SkScalar instead of int for loops, to avoid warning in canvas->translate() calls by reed@google.com · 11 years ago
  17. 03ca64b don't overclamp cubics (see skbug.com/1316) by reed@google.com · 11 years ago
  18. 22999c6 add comment by reed@google.com · 11 years ago
  19. ff26b7e use SK_OVERRIDE and DEF_GM by reed@google.com · 11 years ago
  20. b148aca Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
  22. a55e48d Improve tool that analyzes gm JSON summary by epoger@google.com · 11 years ago
  23. 659c8c0 GM: make behavior of make_filename() more late-binding by epoger@google.com · 11 years ago
  24. 37d747d GM self-tests: add testing for non --hierarchy case by epoger@google.com · 11 years ago
  25. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 11 years ago
  26. 6db9626 Finish mixed_xfermodes GM. by bsalomon@google.com · 11 years ago
  27. eafdf12 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 26515ba Add gm/confirm_no_failures_in_json.py by epoger@google.com · 11 years ago
  29. 1a09519 Compiler warning/error fix for r9120 by robertphillips@google.com · 11 years ago
  30. dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
  31. ce057fe GM: include filename extension (.png) of each output file in JSON summary by epoger@google.com · 11 years ago
  32. 7d9ffc8 Make GrAAConvexPathRender support paths with > 64K verts. by bsalomon@google.com · 11 years ago
  33. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 11 years ago
  34. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 11 years ago
  35. ee2c3b9 GM self-test: add --writePath and --mismatchPath , but in a way that works cross-platform by epoger@google.com · 11 years ago
  36. 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 11 years ago
  37. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 11 years ago
  38. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 11 years ago
  39. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 11 years ago
  40. fed9db6 GM self-test: add option to exercise --writePath and --mismatchPath, but not on bots by epoger@google.com · 11 years ago
  41. 366a770 GM: now that we use MD5 instead of CityHash, the JSON should say so by epoger@google.com · 11 years ago
  42. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  43. 1ca36ec Don't use writeData to write the document in GM. by bungeman@google.com · 11 years ago
  44. b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 11 years ago
  45. fdea325 GM: fix --mismatchPath option (currently, it doesn't actually write any files!) by epoger@google.com · 11 years ago
  46. c4ebdb0 Force linking with image decoders for images project. by scroggo@google.com · 11 years ago
  47. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  48. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  49. 6f5abdd add 90 degree test case to rects GM by robertphillips@google.com · 11 years ago
  50. 0cc99cf GM self-tests: always run all tests (don't stop at first failure) by epoger@google.com · 11 years ago
  51. 76c913d GM: specify that currently used checksums are CityHashes of SkBitmaps by epoger@google.com · 11 years ago
  52. 45a75fb path ops : make it real by caryclark@google.com · 11 years ago
  53. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 11 years ago
  54. 58104a9 Treat default command line argument properly. by scroggo@google.com · 11 years ago
  55. 5111648 show fontstyle values for each style by reed@google.com · 11 years ago
  56. dd8e353 Add option to specify defaults configs to --config flag in gm. This makes it easier to run gm defaults configs with a delta. Also make ~ exclude a config. by bsalomon@google.com · 11 years ago
  57. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 11 years ago
  58. b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 11 years ago
  59. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  60. 4eedae6 path ops -- crap, I checked in the wrong file by caryclark@google.com · 11 years ago
  61. a534b84 Add new roundrect GM by commit-bot@chromium.org · 11 years ago
  62. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 11 years ago
  63. 051be8e Fix for segmentation fault in xfermodes2 GM. by jvanverth@google.com · 11 years ago
  64. cb6dc75 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. f707adc augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect by reed@google.com · 11 years ago
  66. cabd0ed Reset shader in ovals GM by jvanverth@google.com · 11 years ago
  67. 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 11 years ago
  68. cbbdab5 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  69. 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 11 years ago
  70. 4775cba Perlin noise adjustments by sugoi@google.com · 11 years ago
  71. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  72. 7fd2d70 Delete gm after use. by scroggo@google.com · 11 years ago
  73. 8f6f67e change shortName to match filename by reed@google.com · 11 years ago
  74. 0a64659 fix new gm to actually trigger the bug by reed@google.com · 11 years ago
  75. d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 11 years ago
  76. d2ef088 Move resource dir from gm to trunk by borenet@google.com · 11 years ago
  77. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  78. ab02627 GM::height() now returns the height, not the width. by scroggo@google.com · 11 years ago
  79. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  80. 318a059 GM: add self-test that sets --readPath to a nonexistent directory path by epoger@google.com · 11 years ago
  81. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  82. 07a8ea0 Reverting r8654 by robertphillips@google.com · 11 years ago
  83. c10531b Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  84. 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 11 years ago
  85. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  86. bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 11 years ago
  87. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 11 years ago
  88. 07947d9 GM: signal error if the total number of tests run was less than expected by epoger@google.com · 11 years ago
  89. b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 11 years ago
  90. aef2d3b Run mixedxfermodes GM through the pipe. by scroggo@google.com · 11 years ago
  91. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 11 years ago
  92. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 11 years ago
  93. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 11 years ago
  94. cff0243 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  95. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  96. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 11 years ago
  97. 67caaf8 Revert r8535 by epoger@google.com · 11 years ago
  98. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 11 years ago
  99. 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 11 years ago
  100. 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 11 years ago