1. 9903395 test for StrokeAndFill as well in this GM by reed@google.com · 12 years ago
  2. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  3. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 808b70f modify gm to have a non-uniform donut for testing by reed@google.com · 12 years ago
  5. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  6. 1588974 use #if SK_SUPPORT_GPU to guard references to gpudevice by mike@reedtribe.org · 12 years ago
  7. 92aa756 use gpu surface to match canvas by mike@reedtribe.org · 12 years ago
  8. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. 86eca47 draw offscreen so we can see the alpha-channel we are writing by reed@google.com · 12 years ago
  10. a4f8137 update srcmode GM to include aa/bw and gradients by reed@google.com · 12 years ago
  11. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  12. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  13. 454008a comment-only change to gm/tests/run.sh by epoger@google.com · 12 years ago
  14. 57f7abc Maintain failedTests list within GMMain object by epoger@google.com · 12 years ago
  15. a413a53 Add a self-test for gm, similar to our self-test for skdiff. by epoger@google.com · 12 years ago
  16. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. ce7ffac report max pixel error on failure, rather than the hex of the first mismatched pixel by reed@google.com · 12 years ago
  18. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  19. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. db87c96 add blurrect gm by reed@google.com · 12 years ago
  21. ea5d8af Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) by robertphillips@google.com · 12 years ago
  22. c7a24d2 Check modulo values passed to GM. by bsalomon@google.com · 12 years ago
  23. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  24. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  25. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  26. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  27. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  28. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  29. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  30. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  31. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 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
  33. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 12 years ago
  34. 82cb65b Alphabetize gm options (in usage message and option parser). by epoger@google.com · 12 years ago
  35. 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
  36. 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
  37. de96163 object-ify gmmain.cpp (no functional change) to ease planned changes later by epoger@google.com · 12 years ago
  38. ebce16d Refactor gm to minimize wasted passes through picture and pipe code paths. by djsollen@google.com · 12 years ago
  39. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  40. b5a5a9d don't send % by itself to printf by reed@google.com · 12 years ago
  41. f28dd8a clarify code/comments in gmmain.cpp (no functional change) by epoger@google.com · 12 years ago
  42. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  43. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 12 years ago
  44. 24c29d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
  46. 9cb9c20 Enable gm/aarectmodes with pdf config. Does not crash in mac (nor windows) according to comment. I am working to improve pdf, first step to have all gms export to pdf. by edisonn@google.com · 12 years ago
  47. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. ae7b8f3 add --modulo A B option to gm, so we can only execute 1/B of the tests in a by reed@google.com · 12 years ago
  49. a059169 add two more tilemode gms, in advance of experimenting w/ decal by mike@reedtribe.org · 12 years ago
  50. 1282009 Add transparent source bitmap to colormatrix GM. by bsalomon@google.com · 12 years ago
  51. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  52. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  53. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  54. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 4231609 Add new GM, shadertext3. It would have revealed a bug in the GPU draw-large-text-as-path code path that was recently fixed. by bsalomon@google.com · 12 years ago
  56. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  57. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  59. 1b6c73d add ability to skip 565 test in gm (until I can fix an assert in debug build) by reed@google.com · 12 years ago
  60. 41fe45b Add a new GM: shadertext2. by bsalomon@google.com · 12 years ago
  61. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  62. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  63. 30efb8a Do not do PNG encoding/decoding when testing picture serialization. by scroggo@google.com · 12 years ago
  64. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  65. 3bc16c8 Implement GPU path for matrix convolution. Note that when not convolving alpha, by senorblanco@chromium.org · 12 years ago
  66. 1ba274d revert 5794 by reed@google.com · 12 years ago
  67. 4837724 add test for rotated saveLayer, to see that we clip against the specified bounds by reed@google.com · 12 years ago
  68. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  69. 8fdb4c1 Fixed memory leak in bitmaprect GM by robertphillips@google.com · 12 years ago
  70. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  71. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  72. ffad46b Fixed bug in drawing of large bitmaps by robertphillips@google.com · 12 years ago
  73. 67d91be Added additional case to GM:drawbitmapmatrix by robertphillips@google.com · 12 years ago
  74. 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 7b3b26e gm: Include system_preferences.h in mac file. by tfarina@chromium.org · 12 years ago
  76. 653b0d6 Disable memory intensive drawBitmapRectToRect tests on Android by robertphillips@google.com · 12 years ago
  77. 21a95f1 Added more drawBitmapRectToRect tests by robertphillips@google.com · 12 years ago
  78. 3bd2173 SkCanvas::setDevice() must die, and so we begin by removing our own by mike@reedtribe.org · 12 years ago
  79. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  80. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  81. 977e662 When recording a GM to a picture, pass the GM's size to beginRecording. by scroggo@google.com · 12 years ago
  82. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  83. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  84. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  85. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  86. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  87. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  88. 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
  90. 3936252 Turn serialization back on in GM. by scroggo@google.com · 12 years ago
  91. 71e21ba Fix picture refcnt bug in distantclip gm. Unreviewed. by rileya@google.com · 12 years ago
  92. ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
  93. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  94. ef752fe disable replay for now by reed@google.com · 12 years ago
  95. 4bbec45 cache decoded bitmap in global for now by reed@google.com · 12 years ago
  96. ad6aa5c enable lcdtext by mike@reedtribe.org · 12 years ago
  97. 396948b update by mike@reedtribe.org · 12 years ago
  98. 3590a24 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. b567178 update by reed@google.com · 12 years ago
  100. 9f72d54 experimental by reed@google.com · 12 years ago