1. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  2. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  3. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  4. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  5. 5d367c4 More valgrind suppressions by robertphillips@google.com · 11 years ago
  6. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  7. a783f2b rebaseline.py: if expectations dir contains JSON format results, update those instead of image files by epoger@google.com · 11 years ago
  8. d7a1eea More valgrind suppressions by robertphillips@google.com · 11 years ago
  9. 9c4c3de valgrind suppressions for tests & gm by robertphillips@google.com · 11 years ago
  10. 53953b4 Create jsondiff tool to capture diffs between two JSON expectations files. by epoger@google.com · 11 years ago
  11. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  12. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  13. ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
  14. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  16. 5f99545 GM: add --missingExpectationsPath option, similar to --mismatchPath by epoger@google.com · 11 years ago
  17. 8ea6983 add (disabled) wrapper for javascript canvas by reed@google.com · 11 years ago
  18. 09ebe0b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 45a3071 Change window size on GM to fit objects properly by egdaniel@google.com · 11 years ago
  20. c464cbd disable PDF for now, until it knows about conics by reed@google.com · 11 years ago
  21. def9f6e Add GM to test conic path rendering by egdaniel@google.com · 11 years ago
  22. 6f7f14d Reland r9682, using new SkString::appendU64() by epoger@google.com · 11 years ago
  23. 628de5f Reverting r9682, which broke on some compilers by epoger@google.com · 11 years ago
  24. 6324ac5 GM: add --writeChecksumBasedFilenames option by epoger@google.com · 11 years ago
  25. c41295d remove double including of libpng decoder by commit-bot@chromium.org · 11 years ago
  26. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  27. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  28. 4567209 add SkIntToScalar and SkFloatToScalar to stop build errors on Mac10.6 by commit-bot@chromium.org · 11 years ago
  29. 4f77c88 Another warning as error fix for r9554 by robertphillips@google.com · 11 years ago
  30. dd5d462 Warnings as errors fix for r9554 by robertphillips@google.com · 11 years ago
  31. 1ac1cf6 Added tests for radial gradients with shader matrices by commit-bot@chromium.org · 11 years ago
  32. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  33. 7de1e3f test thick stroking of conics by reed@google.com · 11 years ago
  34. 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 11 years ago
  35. 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 11 years ago
  36. 7fb5373 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  38. 7bb28a1 Disable msaa16 by default by robertphillips@google.com · 11 years ago
  39. c5fd093 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  41. 99ba65a rebaseline.py: if --tests is not specified, get test list from actual-results.json by epoger@google.com · 11 years ago
  42. 4075fd4 gm_json.py: add ability to load JSON file from a string, not just a local file by epoger@google.com · 11 years ago
  43. 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. 13e1540 if we can't load Times, use default font by reed@google.com · 11 years ago
  45. 4157085 Added megalooper GM by robertphillips@google.com · 11 years ago
  46. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  47. e1613d8 fix another int -- float warning by reed@google.com · 11 years ago
  48. 42e2cf7 skip_picture in colortype gm for now by reed@google.com · 11 years ago
  49. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  50. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  51. 6dce113 fix warnings on MacOS 10.6 by humper@google.com · 11 years ago
  52. 04db316 More general GM for testing bitmap filtering, including checkerboards, images, and text. by humper@google.com · 11 years ago
  53. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 9a6eb0e Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  55. 06e7424 Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff()." by senorblanco@chromium.org · 11 years ago
  56. 6b6c1dc Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  57. dc8e6e8 Fix cmykjpeg test to check if file was found. by bungeman@google.com · 11 years ago
  58. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  59. 9e59a0e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 35c733c Fix alpha computation in SkArithmeticMode. by senorblanco@chromium.org · 11 years ago
  61. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  62. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  63. 7b06ba4 don't unref() null (from typeface::create) you gunky by reed@google.com · 11 years ago
  64. 98447b0 use inttoscalar to fix warning by reed@google.com · 11 years ago
  65. 2f51ae0 use explicit conversion for int->scalar by reed@google.com · 11 years ago
  66. f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago
  67. 9d33154 Split GM json schema out of display_json_results.py, for sharing with other tools by epoger@google.com · 11 years ago
  68. 454ae46 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  70. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  71. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  72. 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
  73. d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 11 years ago
  74. 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. 0f8990c use SkScalar instead of int for loops, to avoid warning in canvas->translate() calls by reed@google.com · 11 years ago
  76. 03ca64b don't overclamp cubics (see skbug.com/1316) by reed@google.com · 11 years ago
  77. 22999c6 add comment by reed@google.com · 11 years ago
  78. ff26b7e use SK_OVERRIDE and DEF_GM by reed@google.com · 11 years ago
  79. b148aca Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
  81. a55e48d Improve tool that analyzes gm JSON summary by epoger@google.com · 11 years ago
  82. 659c8c0 GM: make behavior of make_filename() more late-binding by epoger@google.com · 11 years ago
  83. 37d747d GM self-tests: add testing for non --hierarchy case by epoger@google.com · 11 years ago
  84. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 11 years ago
  85. 6db9626 Finish mixed_xfermodes GM. by bsalomon@google.com · 11 years ago
  86. eafdf12 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 26515ba Add gm/confirm_no_failures_in_json.py by epoger@google.com · 11 years ago
  88. 1a09519 Compiler warning/error fix for r9120 by robertphillips@google.com · 11 years ago
  89. dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
  90. ce057fe GM: include filename extension (.png) of each output file in JSON summary by epoger@google.com · 11 years ago
  91. 7d9ffc8 Make GrAAConvexPathRender support paths with > 64K verts. by bsalomon@google.com · 11 years ago
  92. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 11 years ago
  93. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 11 years ago
  94. ee2c3b9 GM self-test: add --writePath and --mismatchPath , but in a way that works cross-platform by epoger@google.com · 11 years ago
  95. 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 11 years ago
  96. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 11 years ago
  97. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 11 years ago
  98. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 11 years ago
  99. fed9db6 GM self-test: add option to exercise --writePath and --mismatchPath, but not on bots by epoger@google.com · 11 years ago
  100. 366a770 GM: now that we use MD5 instead of CityHash, the JSON should say so by epoger@google.com · 11 years ago