1. 0bf919c make results_test.py work better within python unittest framework by commit-bot@chromium.org · 11 years ago
  2. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  3. 725a64c Add default resource path for skia test cases in gm and bench tools. by tfarina@chromium.org · 11 years ago
  4. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  5. 4c91286 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. 5f14dfd really disable replay by mike@reedtribe.org · 11 years ago
  7. 2c326b7 suppress pictures for vertices for now by mike@reedtribe.org · 11 years ago
  8. 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
  9. 7b06c8e create unittest for gm/rebaseline_server/results.py by commit-bot@chromium.org · 11 years ago
  10. 5861e52 Adding additional optional parameters to imagediffdb to make calling from Cluster Telemetry possible. by rmistry@google.com · 11 years ago
  11. a47e7ac rebaseline_server: stop catching KeyboardInterrupt (ctrl-C) by commit-bot@chromium.org · 11 years ago
  12. a6ecbb8 rebaseline_server: add more timing and progress info to server-side log by commit-bot@chromium.org · 11 years ago
  13. 6d7296a Accept displacement with no displacement input by commit-bot@chromium.org · 11 years ago
  14. 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
  15. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  16. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  17. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  18. 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
  19. 83aaf88 rebaseline_server: write JSON files using Unix line endings, even on Windows by commit-bot@chromium.org · 11 years ago
  20. 4e8f1e5 [PDF] Fix clipping in xfermode improvement. by commit-bot@chromium.org · 11 years ago
  21. 50ad8e4 rebaseline_server: return rebaseline results faster, and reload UI page automatically after by commit-bot@chromium.org · 11 years ago
  22. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  23. 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
  24. f012187 Don't run the GM in serialization modes. by senorblanco@chromium.org · 11 years ago
  25. 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  26. 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
  27. 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  28. 5e79c2b Fixed a displacement issue by commit-bot@chromium.org · 11 years ago
  29. 3886951 Reverting r12635 (Make leak counters thread-safe - https://codereview.chromium.org/99483003) due to compile errors on Mac 10.6 & in Chrome by robertphillips@google.com · 11 years ago
  30. 469a973 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  31. 7dd5d6e Tiny, urgent fix for rebaseline_server to accept new baselines. by commit-bot@chromium.org · 11 years ago
  32. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  33. 969967e [PDF] PDF rasterizers fed garbage data in release mode. by vandebo@chromium.org · 11 years ago
  34. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  35. aad7e0b Add more valgrind suppressions by robertphillips@google.com · 11 years ago
  36. bc451d2 Just a typo. Rename StrokeRect to StrokeRects in strokerects.cpp, making it different from the class name in strokerect.cpp for debugging. by commit-bot@chromium.org · 11 years ago
  37. 56710d1 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 7842c81 Add GM to test bitmap shaders with basic geometry and bitmap masks. by commit-bot@chromium.org · 11 years ago
  39. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  40. 86b8276 Fix Windows compiler warnings/errors by robertphillips@google.com · 11 years ago
  41. ffb68f6 Generalize valgrind suppressions & a 2 more by robertphillips@google.com · 11 years ago
  42. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  43. 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
  44. af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  45. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  46. 62a5ef0 rebaseline_server: add "deep linking" to allow bookmarking of particular views by epoger@google.com · 11 years ago
  47. 28ea0b2 Update valgrind suppressions for new driver by robertphillips@google.com · 11 years ago
  48. 2682c90 rebaseline_server: start HTTP server immediately, auto-reload once results are available by epoger@google.com · 11 years ago
  49. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  50. 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
  51. e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
  52. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  53. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 09800bc Fix warning as error on Mac for implicit narrowing conversion from r12413. by bungeman@google.com · 11 years ago
  55. c09df2c Non-rect polygons are not covered in GM cases, such as triangle, trapezoid, diamond, polygons with lots of edges, concave polygons, etc, especially for stroke-style and stroke-and-fill style painters. So add a GM case to avoid potential rendering errors. by commit-bot@chromium.org · 11 years ago
  56. d8f82a4 Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. This required a new flavour of the constructor. by senorblanco@chromium.org · 11 years ago
  57. d7255b6 rebaseline_server: make --reload work in git checkout (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  58. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  59. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  60. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  61. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  62. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  63. b063e13 rebaseline_server: remove deprecated-expectations-dir option by epoger@google.com · 11 years ago
  64. d6ca4ac [GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and bleed. by commit-bot@chromium.org · 11 years ago
  65. 214a024 rebaseline_server: improve pixel diff reporting by epoger@google.com · 11 years ago
  66. cc64e7d rebaseline_server: deprecate --expectations-dir option in advance of git transition by epoger@google.com · 11 years ago
  67. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  68. 6c4e71a Remove unnamed namespace usage from 'gm'. by commit-bot@chromium.org · 11 years ago
  69. 591469b rebaseline_server: clean up thread locks by epoger@google.com · 11 years ago
  70. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  71. 9fc5c68 Fix leak detected in FontMgrMatchGM::onDraw by Valgrind. by bungeman@google.com · 11 years ago
  72. d6bea60 Silence another valgrind leak by robertphillips@google.com · 11 years ago
  73. 73a7ea3 Implement DPI for perspective bitmaps in PDF - we save the bitmap at the resolution requested. by edisonn@google.com · 11 years ago
  74. 6acc8f4 Add another FontConfig suppression to valgrind suppressions by robertphillips@google.com · 11 years ago
  75. ffd178c Initial draft code to run pdfviewer withg gms by commit-bot@chromium.org · 11 years ago
  76. 6c1e49a Removed deprecated API calls that have crept in by robertphillips@google.com · 11 years ago
  77. ed00084 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  78. 5916705 add GM case nonclosedpaths. The 2 bugs below showed some non-closed paths which are easy to get wrong rendering results. So add a GM case for this kind paths to avoid potential bugs to be introduced. by commit-bot@chromium.org · 11 years ago
  79. 6195290 rebaseline_server: improve thread locks to allow read access during updates by epoger@google.com · 11 years ago
  80. 9dddf6f rebaseline_server: add pixel diffs, and sorting by diff metrics by epoger@google.com · 11 years ago
  81. ec39b50 Update bleed GM to use HQ filtering. by commit-bot@chromium.org · 11 years ago
  82. ab7442c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. f3db546 Can't be leaving that crucial newline off the end of a file by robertphillips@google.com · 11 years ago
  84. 96ac2f6 Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNine is okay by robertphillips@google.com · 11 years ago
  85. f8afb2b Update gm flags so that it can be run without a pdf rasterizer. by vandebo@chromium.org · 11 years ago
  86. c2a0ea6 Perlin issue fixed by commit-bot@chromium.org · 11 years ago
  87. 7e6e80a blurroundrect gm: disable one set of tests in attempt to fix bug by epoger@google.com · 11 years ago
  88. 4ef88a2 Fix overzealous IntToScalar. by scroggo@google.com · 11 years ago
  89. 8610d2c Fixes for blurroundrect gm/bench. by scroggo@google.com · 11 years ago
  90. 1e698af rebaseline_server was not allowing tests to be marked ignore-failure by epoger@google.com · 11 years ago
  91. 9d3c422 Int to scalar (again) by scroggo@google.com · 11 years ago
  92. 770269d More IntToScalars by scroggo@google.com · 11 years ago
  93. 5fdef98 Build fix number 2. by scroggo@google.com · 11 years ago
  94. 28f43db Fix build. by scroggo@google.com · 11 years ago
  95. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  96. 045c3d3 rebaseline_server: make default landing page list supported query URLs by epoger@google.com · 11 years ago
  97. 7b1c2c1 rebaseline_server: right-align "select/clear/toggle all tests" buttons with results table by epoger@google.com · 11 years ago
  98. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  99. a0fd1b3 add some GM tests for rects by commit-bot@chromium.org · 11 years ago
  100. 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