1. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  2. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 73d13d7 Give the new font cache GM a name by jvanverth@google.com · 11 years ago
  4. 338a49f Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  5. 9fb6c8a rebaseline_server: extend returned JSON dict to allow for result-editing in coming CL by epoger@google.com · 11 years ago
  6. 5466b0e Revert "Add new GM to stress test the GPU font cache" by jvanverth@google.com · 11 years ago
  7. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  8. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  9. b6aec05 Fix font cache GM on Windows by jvanverth@google.com · 11 years ago
  10. 7d14cef Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  11. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  12. 6ec1abf Remove --pdf option as it can now be controlled by --config by commit-bot@chromium.org · 11 years ago
  13. 6187abe Update valgrind suppressions by robertphillips@google.com · 11 years ago
  14. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  15. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  16. ac8f3a4 Add GM option to allow the GPU context to be reset prior to each GM being run by djsollen@google.com · 11 years ago
  17. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  18. f7f5b7c update GM to use #ifdef instead of just #if by djsollen@google.com · 11 years ago
  19. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  20. cb55f11 HTTP GM baseline viewer: server should serve files from gm/rebaseline_server dir by epoger@google.com · 11 years ago
  21. 5f2bb00 More improvements to HTTP baseline viewer (for GM results) (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  22. afaad3d HTTP GM results viewer: server now returns category summaries along with testData by epoger@google.com · 11 years ago
  23. 5e49738 revert temporary r11517 by epoger@google.com · 11 years ago
  24. 19fcd8e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
  25. f9d134d Create HTTP-based GM results viewer. by epoger@google.com · 11 years ago
  26. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. f4f9df4 gm: add a flag to force perspective usage in all gms by commit-bot@chromium.org · 11 years ago
  28. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  29. 6c00032 Add GM case for arc truncation error bug by robertphillips@google.com · 11 years ago
  30. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  31. 1da3a80 make gradients gm view size larger, as it is choping from the pained canvas. by edisonn@google.com · 11 years ago
  32. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  33. eb95d6a One more try at fixing warnings by jvanverth@google.com · 11 years ago
  34. 417446a Type warning fix for: Add string art GM and sample. by jvanverth@google.com · 11 years ago
  35. 4ea2878 Add string art GM and sample. by jvanverth@google.com · 11 years ago
  36. defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
  37. 33aa55a revert temporary r11371 BUG=skia:1641 by epoger@google.com · 11 years ago
  38. 1a7e09e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
  39. ada90da "Fix" for hairline corner bugs by robertphillips@google.com · 11 years ago
  40. d880797 fix broken build due to coloremoji gm. by djsollen@google.com · 11 years ago
  41. 6def2a2 Add a test for color bitmap fonts. by djsollen@google.com · 11 years ago
  42. 8fcad98 Implement crop rect for the dilate and erode (morphology) filters. This provoked some cleanup on the GPU side: apply_morphology() now deals with SkBitmaps, rather than GrTextures. There's still a clear opportunity for more refactoring between the two filters. by senorblanco@chromium.org · 11 years ago
  43. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
  44. 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
  45. 26c6d58 text size is an SkScalar, Windows reminds me. by mtklein@google.com · 11 years ago
  46. cfa7ba7 srand() + rand() -> SkRandom by mtklein@google.com · 11 years ago
  47. 3ef7eea Split radial_gradients2 GM into two to reproduce its bug. by mtklein@google.com · 11 years ago
  48. 3ad5dd0 Speed up GM ~50% by NOT running most renderModes by default by epoger@google.com · 11 years ago
  49. 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  51. 4121f95 Reduce number of glyphs drawn by fontscaler GM to avoid N4 MSAA4 crash by bsalomon@google.com · 11 years ago
  52. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  53. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  54. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  56. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  57. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  58. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  59. c3723db Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  61. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  62. 06e626d rebaseline.py: add --bugs and --unreviewed flags by epoger@google.com · 11 years ago
  63. b8bd6cb Fix bounds computation in GrAAHairlineRenderer by commit-bot@chromium.org · 11 years ago
  64. 5852c8b gm: add self-test to confirm that ignore-failure field is respected by epoger@google.com · 11 years ago
  65. a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
  66. 6db2ae2 Remove blur from text labels in tilemodes* GMs by robertphillips@google.com · 11 years ago
  67. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  68. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  69. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  70. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  71. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  72. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  73. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  74. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  75. 3334648 Fix _GDI::generateCharToGlyph to properly handle missing glyphs. by bungeman@google.com · 11 years ago
  76. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  77. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago
  78. 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 11 years ago
  79. a17093f Updated SkLumaXfermode GM (take two). by fmalita@google.com · 11 years ago
  80. cbddc11 Revert "Updated SkLumaXfermode GM." by fmalita@google.com · 11 years ago
  81. f9a0a66 Updated SkLumaXfermode GM. by fmalita@google.com · 11 years ago
  82. 53a0b6c Add GMs for gpu Bezier shaders by commit-bot@chromium.org · 11 years ago
  83. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  84. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 11 years ago
  85. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  86. 8fc3766 Update expectations for Mac PDF by vandebo@chromium.org · 11 years ago
  87. 3c3c462 Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) by robertphillips@google.com · 11 years ago
  88. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  89. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 11 years ago
  91. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  92. 9615fed Add a GM to test the clipping of canvas layers. by djsollen@google.com · 11 years ago
  93. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  94. 2cc0b47 Third (and hopefully final) change to support bleed flag in Ganesh by robertphillips@google.com · 11 years ago
  95. 70ed38b Re-enable fontscaler GM for Android by commit-bot@chromium.org · 11 years ago
  96. bcb88e5 Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures by robertphillips@google.com · 11 years ago
  97. 4146413 Fix merge problem between r10805 and 10803 by robertphillips@google.com · 11 years ago
  98. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 11 years ago
  99. d7ca661 Update tiled bitmap path to respect bleed flag by robertphillips@google.com · 11 years ago
  100. 361a72f add new GM to try to reproduce a bug by mtklein@google.com · 11 years ago