1. 7e6e80a blurroundrect gm: disable one set of tests in attempt to fix bug by epoger@google.com · 11 years ago
  2. 4ef88a2 Fix overzealous IntToScalar. by scroggo@google.com · 11 years ago
  3. 8610d2c Fixes for blurroundrect gm/bench. by scroggo@google.com · 11 years ago
  4. 1e698af rebaseline_server was not allowing tests to be marked ignore-failure by epoger@google.com · 11 years ago
  5. 9d3c422 Int to scalar (again) by scroggo@google.com · 11 years ago
  6. 770269d More IntToScalars by scroggo@google.com · 11 years ago
  7. 5fdef98 Build fix number 2. by scroggo@google.com · 11 years ago
  8. 28f43db Fix build. by scroggo@google.com · 11 years ago
  9. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  10. 045c3d3 rebaseline_server: make default landing page list supported query URLs by epoger@google.com · 11 years ago
  11. 7b1c2c1 rebaseline_server: right-align "select/clear/toggle all tests" buttons with results table by epoger@google.com · 11 years ago
  12. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  13. a0fd1b3 add some GM tests for rects by commit-bot@chromium.org · 11 years ago
  14. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  15. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  16. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  17. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. f5747da Fix int/SkScalar mismatch in gm. by vandebo@chromium.org · 11 years ago
  19. 3b41621 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 11 years ago
  20. 537e26a Exclude verylargebitmap test from replay modes on windows. by commit-bot@chromium.org · 11 years ago
  21. 35fe737 prototype for kerning api by reed@google.com · 11 years ago
  22. b08c707 rebaseline_server: report proper URL upon launch by epoger@google.com · 11 years ago
  23. af94d9a GM is passing the wrong flag to beginRecording() for --rtree. by commit-bot@chromium.org · 11 years ago
  24. 40258a5 Fix pipe/annotation. by commit-bot@chromium.org · 11 years ago
  25. 4259ef3 rebaseline_server: replace TODOs section with link to documentation/roadmap by epoger@google.com · 11 years ago
  26. f4394d5 rebaseline_server: allow substring filtering for builder and test by epoger@google.com · 11 years ago
  27. 745f248 skip android_paint GM in pipe mode by mtklein@google.com · 11 years ago
  28. 377ebc5 gm/internal_links test: add kSkipPipe_Flag until we fix bug 1761 by epoger@google.com · 11 years ago
  29. 92165bc rebaseline_server: tiny fix to un-break UI when ng-repeate (key, value) has duplicate values by epoger@google.com · 11 years ago
  30. 055e3b5 rebaseline_server: UI improvements + set reviewed-by-human on commit by epoger@google.com · 11 years ago
  31. b662e0a Revert unwanted change to verttext.cpp. by bungeman@google.com · 11 years ago
  32. fb1663a Fix non-bmp in generateCharToGlyph on Mac. by bungeman@google.com · 11 years ago
  33. edf00c7 Reduce bitmap sizes in verylargebitmap GM to not crash on windows by bsalomon@google.com · 11 years ago
  34. af562b4 Tile large bitmaps that are clipped. by bsalomon@google.com · 11 years ago
  35. 34a849d Fix drawBitmap() of scratch texture. by senorblanco@chromium.org · 11 years ago
  36. ad0e552 rebaseline_server: cleanup of HTML/Javascript by epoger@google.com · 11 years ago
  37. ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 11 years ago
  38. 583b18a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  40. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  41. ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
  42. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  43. e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
  44. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  45. 759befb use the supplied matrix instead of the texture w/h div for the bicubic GPU effect by commit-bot@chromium.org · 11 years ago
  46. eb83259 rebaseline_server: add tabs, and ability to submit new baselines to the server by epoger@google.com · 11 years ago
  47. 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
  48. 00434ec GM: remove deprecated --ignoreTests flag BUG=skia:1730 R=borenet@google.com by epoger@google.com · 11 years ago
  49. f642f8c Magnifier gpu path fix by commit-bot@chromium.org · 11 years ago
  50. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  51. 2a4223c Fix for cropped matrix convolution for BottomLeft render targets. by senorblanco@chromium.org · 11 years ago
  52. 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 11 years ago
  53. 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 11 years ago
  54. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  55. cce4e09 Revert r11860, which was supposed to just be a whitespace change (argh) by epoger@google.com · 11 years ago
  56. 94041c6 Whitespace change to trigger buildbots after https://code.google.com/p/skia/source/detail?r=11859 by epoger@google.com · 11 years ago
  57. ce60c1f Revert "[PDF] Add unpremultiply support and a GM." by vandebo@chromium.org · 11 years ago
  58. c4d1771 [PDF] Add unpremultiply support and a GM. by vandebo@chromium.org · 11 years ago
  59. f711f32 GM: add --ignoreFailuresFile as an alternative to --ignoreTests by epoger@google.com · 11 years ago
  60. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  61. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  62. 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
  63. beede90 texdata gm: allocate gTextureData on the heap. by commit-bot@chromium.org · 11 years ago
  64. 542b65f rebaseline_server: add --editable and --reload flags by epoger@google.com · 11 years ago
  65. bc386ce Fix Win warning-as-error. by senorblanco@chromium.org · 11 years ago
  66. 01bdf3c Add crop rect support for SkDisplacementMapEffect (raster and GPU paths). by senorblanco@chromium.org · 11 years ago
  67. 9eef56b Update Housekeeper-PerCommit after adding a new type of gm result. by edisonn@google.com · 11 years ago
  68. 1d5bbb2 Spin off incidental changes from DM CL (22839016). by commit-bot@chromium.org · 11 years ago
  69. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  70. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  71. dcb4e65 rebaseline_server: allow client to pull all results, or just failures by epoger@google.com · 11 years ago
  72. 8ec502b Add valgrind suppressions for driver bugs by robertphillips@google.com · 11 years ago
  73. d23e683 Add ability to rebaseline skimage to rebaseline.py by scroggo@google.com · 11 years ago
  74. d048a3c Fix a minor regex bug. by scroggo@google.com · 11 years ago
  75. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  76. 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
  77. 1b440d1 Add leak to valgrind.supp by robertphillips@google.com · 11 years ago
  78. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  79. 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
  80. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 73d13d7 Give the new font cache GM a name by jvanverth@google.com · 11 years ago
  82. 338a49f Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  83. 9fb6c8a rebaseline_server: extend returned JSON dict to allow for result-editing in coming CL by epoger@google.com · 11 years ago
  84. 5466b0e Revert "Add new GM to stress test the GPU font cache" by jvanverth@google.com · 11 years ago
  85. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  86. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  87. b6aec05 Fix font cache GM on Windows by jvanverth@google.com · 11 years ago
  88. 7d14cef Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  89. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  90. 6ec1abf Remove --pdf option as it can now be controlled by --config by commit-bot@chromium.org · 11 years ago
  91. 6187abe Update valgrind suppressions by robertphillips@google.com · 11 years ago
  92. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  93. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  94. 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
  95. 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
  96. f7f5b7c update GM to use #ifdef instead of just #if by djsollen@google.com · 11 years ago
  97. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  98. cb55f11 HTTP GM baseline viewer: server should serve files from gm/rebaseline_server dir by epoger@google.com · 11 years ago
  99. 5f2bb00 More improvements to HTTP baseline viewer (for GM results) (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  100. afaad3d HTTP GM results viewer: server now returns category summaries along with testData by epoger@google.com · 11 years ago