1. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  2. 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
  3. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  4. 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
  5. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  6. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  7. 8e910ab gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect new behavior by epoger@google.com · 12 years ago
  8. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  9. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  10. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  11. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  12. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  13. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 697c1e1 disable some new tests until we debug an rtree failure by reed@google.com · 12 years ago
  15. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  16. fb2cd42 add --exclude-config to opt out of 1 or more configs. This always is respected, by reed@google.com · 12 years ago
  17. 57cf9a6 ran gm/tests/rebaseline.sh 5-6 times to update the self-test after 6984 by reed@google.com · 12 years ago
  18. 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
  19. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  20. 4427aa6 revert 6938, as running rebaseline.sh did not seem to work. by mike@reedtribe.org · 12 years ago
  21. 0f3aabe rebaseline self-test images after stroke change by mike@reedtribe.org · 12 years ago
  22. 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
  23. d8b2799 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 706ff2f Fixing picture recording scale bug in gm by junov@chromium.org · 12 years ago
  25. c938c48 Adding tileGrid scaled playback capability to gm. by junov@chromium.org · 12 years ago
  26. 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
  27. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  28. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 5683d42 Fix compiler warning-as-error issue by robertphillips@google.com · 12 years ago
  30. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  31. 57850b9 we do not correctly handle inner-style in blurmaskfilter w/ the 9patch by reed@google.com · 12 years ago
  32. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  33. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  34. ec93bf9 add 4th test by reed@google.com · 12 years ago
  35. 5138638 change delta to 5, to better show the inset trend by mike@reedtribe.org · 12 years ago
  36. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  37. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  38. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. de1fc47 use DEF_GM by reed@google.com · 12 years ago
  40. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  41. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  43. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  44. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
  46. dbbca9a Delete no-longer-expected 4444 output images from gm self-test by epoger@google.com · 12 years ago
  47. b959a9c Delete no-longer-used 4444 gm-selftest input images by epoger@google.com · 12 years ago
  48. 3b8f472 add test for adding outer contour first and second by reed@google.com · 12 years ago
  49. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  51. 8c685c5 Expand dashing3 GM to include additional dashing cases by robertphillips@google.com · 12 years ago
  52. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  53. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  55. 69dc4ff remove 4444 support (for now) form gm -- not used (afaik) and slows us down by reed@google.com · 12 years ago
  56. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  57. 570aafe Update gm self-test to pass again after r6585 by epoger@google.com · 12 years ago
  58. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  59. e2f8c7c capture repro case for gradient bug (inside if-false for now) by reed@google.com · 12 years ago
  60. 7775d66 add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization by reed@google.com · 12 years ago
  61. 8ccf590 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  63. 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
  64. 9903395 test for StrokeAndFill as well in this GM by reed@google.com · 12 years ago
  65. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  66. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 808b70f modify gm to have a non-uniform donut for testing by reed@google.com · 12 years ago
  68. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  69. 1588974 use #if SK_SUPPORT_GPU to guard references to gpudevice by mike@reedtribe.org · 12 years ago
  70. 92aa756 use gpu surface to match canvas by mike@reedtribe.org · 12 years ago
  71. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. 86eca47 draw offscreen so we can see the alpha-channel we are writing by reed@google.com · 12 years ago
  73. a4f8137 update srcmode GM to include aa/bw and gradients by reed@google.com · 12 years ago
  74. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  75. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  76. 454008a comment-only change to gm/tests/run.sh by epoger@google.com · 12 years ago
  77. 57f7abc Maintain failedTests list within GMMain object by epoger@google.com · 12 years ago
  78. a413a53 Add a self-test for gm, similar to our self-test for skdiff. by epoger@google.com · 12 years ago
  79. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  80. ce7ffac report max pixel error on failure, rather than the hex of the first mismatched pixel by reed@google.com · 12 years ago
  81. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  82. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. db87c96 add blurrect gm by reed@google.com · 12 years ago
  84. ea5d8af Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) by robertphillips@google.com · 12 years ago
  85. c7a24d2 Check modulo values passed to GM. by bsalomon@google.com · 12 years ago
  86. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  87. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  88. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  89. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  90. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  91. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  92. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  93. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  94. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 4117a24 add test for bug in line drawing. fix is pending a way to handle all of the by reed@google.com · 12 years ago
  96. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 12 years ago
  97. 82cb65b Alphabetize gm options (in usage message and option parser). by epoger@google.com · 12 years ago
  98. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
  99. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 12 years ago
  100. de96163 object-ify gmmain.cpp (no functional change) to ease planned changes later by epoger@google.com · 12 years ago