1. 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 12 years ago
  2. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
  3. bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 12 years ago
  4. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 12 years ago
  5. 07947d9 GM: signal error if the total number of tests run was less than expected by epoger@google.com · 12 years ago
  6. b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 12 years ago
  7. aef2d3b Run mixedxfermodes GM through the pipe. by scroggo@google.com · 12 years ago
  8. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 12 years ago
  9. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 12 years ago
  10. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 12 years ago
  11. cff0243 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  13. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 12 years ago
  14. 67caaf8 Revert r8535 by epoger@google.com · 12 years ago
  15. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 12 years ago
  16. 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 12 years ago
  17. 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 12 years ago
  18. f60494b gm: display summary of all results by ErrorType by epoger@google.com · 12 years ago
  19. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 5a7d029 Add tile rendering to GM by robertphillips@google.com · 12 years ago
  21. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 12 years ago
  23. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
  25. 6acd09e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
  27. 6518daf disable tests that exercise serialization of fonts here, since we are experimentally by reed@google.com · 12 years ago
  28. af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
  29. b62ce70 Fix minor memory leaks by robertphillips@google.com · 12 years ago
  30. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  31. 33179c8 Unreviewed build fix by sugoi@google.com · 12 years ago
  32. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  33. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 12 years ago
  34. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  35. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  36. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
  37. 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 12 years ago
  38. b8210f2 Revert r8269 to fix BuildGM. Warnings-as-errors problem, dunno why I didn't see it locally. by epoger@google.com · 12 years ago
  39. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 12 years ago
  40. 0f567c6 Write the config options in place in the help string. by scroggo@google.com · 12 years ago
  41. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
  42. 4c75f24 Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around. by bsalomon@google.com · 12 years ago
  43. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  44. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  45. f315451 Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures. by bsalomon@google.com · 12 years ago
  46. a83d3d8 fix angle gmmain build by bsalomon@google.com · 12 years ago
  47. 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
  48. 56a2e0d fix double->float warnings by reed@google.com · 12 years ago
  49. 1468781 Fix build break in gmmain.cpp by bsalomon@google.com · 12 years ago
  50. 40deead Add config msaa4 to gm (not run by default) and make MSAA configs not run unless by bsalomon@google.com · 12 years ago
  51. 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
  52. 5159153 In gm, install drawFilter for pipe and tiledPipe. by scroggo@google.com · 12 years ago
  53. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  54. 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 12 years ago
  55. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 12 years ago
  56. 8a8fcba Make GPU cache size cmd line configurable in GM. by bsalomon@google.com · 12 years ago
  57. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 27b90fa update to use DEF_GM by reed@google.com · 12 years ago
  59. 9cd1ef5 speculative fix for broken android bots : disable gm/fontscaler by reed@google.com · 12 years ago
  60. 1f19b7f add flag to skip gpu test by reed@google.com · 12 years ago
  61. eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 12 years ago
  62. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  63. 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 12 years ago
  64. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  65. f7dba02 cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not an enum) by epoger@google.com · 12 years ago
  66. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  67. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  68. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
  69. a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 12 years ago
  70. b9ba1ea gm self-test: make all test cases exercise transparency by epoger@google.com · 12 years ago
  71. c5d71e2 gm self-test: disable spuriously-failing aaclip tests by epoger@google.com · 12 years ago
  72. 44a18d5 gm self-test: fix results that break housekeeping bot by epoger@google.com · 12 years ago
  73. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  74. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
  75. 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 12 years ago
  76. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 098b7ff by reed@google.com · 12 years ago
  78. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 12 years ago
  79. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  80. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  81. 3934200 use DEF_GM by reed@google.com · 12 years ago
  82. 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 12 years ago
  83. 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 12 years ago
  84. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 12 years ago
  85. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 12 years ago
  87. 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 · 12 years ago
  88. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  89. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  90. e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 12 years ago
  91. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  92. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  93. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
  94. 487b560 add width() and height() helpers by reed@google.com · 12 years ago
  95. ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 12 years ago
  96. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
  97. 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 12 years ago
  98. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  99. 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 12 years ago
  100. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago