1. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 11 years ago
  2. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  3. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  4. 3934200 use DEF_GM by reed@google.com · 11 years ago
  5. 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 11 years ago
  6. 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 11 years ago
  7. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 11 years ago
  8. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 11 years ago
  10. a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 11 years ago
  11. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  12. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  13. e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 12 years ago
  14. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  15. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  16. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
  17. 487b560 add width() and height() helpers by reed@google.com · 12 years ago
  18. ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 12 years ago
  19. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
  20. 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 12 years ago
  21. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  22. 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 12 years ago
  23. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 7312a18 Remove a workaround in gm/xfermodes.cpp by scroggo@google.com · 12 years ago
  25. b6399a7 add (disabled) test for big dashing by reed@google.com · 12 years ago
  26. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  28. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  29. 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
  30. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  31. 80d4478 gm self-test: followup to r7284 by epoger@google.com · 12 years ago
  32. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  33. 407f8da make gm self-test more robust by epoger@google.com · 12 years ago
  34. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  35. a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
  36. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  37. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 914a2f2 Compiler warning fixes for r7235 by robertphillips@google.com · 12 years ago
  39. 1c711ca fix int->scalar warnings by reed@google.com · 12 years ago
  40. 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
  41. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  42. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  43. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 98204f9 better quick fix for GM self-test: ignore instance-counting lines in Debug output by epoger@google.com · 12 years ago
  45. 6008e60 quick fix for GM self-test failures after r7206 by epoger@google.com · 12 years ago
  46. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  47. bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
  48. 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
  49. b4a870b Update gm self-test results to expect new runtime config debug message by epoger@google.com · 12 years ago
  50. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  51. 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
  52. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  53. 95146eb Adding commandline option to gm to make it write image results for tests that fails due to pixel mismatches. by junov@chromium.org · 12 years ago
  54. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  55. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  56. 8e910ab gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect new behavior by epoger@google.com · 12 years ago
  57. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  58. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  59. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  60. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  61. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  62. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 697c1e1 disable some new tests until we debug an rtree failure by reed@google.com · 12 years ago
  64. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  65. fb2cd42 add --exclude-config to opt out of 1 or more configs. This always is respected, by reed@google.com · 12 years ago
  66. 57cf9a6 ran gm/tests/rebaseline.sh 5-6 times to update the self-test after 6984 by reed@google.com · 12 years ago
  67. 3aa3358 Add more warnings about https://code.google.com/p/skia/issues/detail?id=677 ('make tools/tests/run.sh work cross-platform') by epoger@google.com · 12 years ago
  68. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  69. 4427aa6 revert 6938, as running rebaseline.sh did not seem to work. by mike@reedtribe.org · 12 years ago
  70. 0f3aabe rebaseline self-test images after stroke change by mike@reedtribe.org · 12 years ago
  71. 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
  72. d8b2799 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 706ff2f Fixing picture recording scale bug in gm by junov@chromium.org · 12 years ago
  74. c938c48 Adding tileGrid scaled playback capability to gm. by junov@chromium.org · 12 years ago
  75. 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
  76. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  77. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. 5683d42 Fix compiler warning-as-error issue by robertphillips@google.com · 12 years ago
  79. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  80. 57850b9 we do not correctly handle inner-style in blurmaskfilter w/ the 9patch by reed@google.com · 12 years ago
  81. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  82. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  83. ec93bf9 add 4th test by reed@google.com · 12 years ago
  84. 5138638 change delta to 5, to better show the inset trend by mike@reedtribe.org · 12 years ago
  85. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  86. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  87. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. de1fc47 use DEF_GM by reed@google.com · 12 years ago
  89. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  90. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  92. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  93. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
  95. dbbca9a Delete no-longer-expected 4444 output images from gm self-test by epoger@google.com · 12 years ago
  96. b959a9c Delete no-longer-used 4444 gm-selftest input images by epoger@google.com · 12 years ago
  97. 3b8f472 add test for adding outer contour first and second by reed@google.com · 12 years ago
  98. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  100. 8c685c5 Expand dashing3 GM to include additional dashing cases by robertphillips@google.com · 12 years ago