1. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  2. 440ddf4 Add NVPR configs to GM by commit-bot@chromium.org · 11 years ago
  3. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  4. d1630e8 new tool: download all GM images for a given builder, ready for skdiff by commit-bot@chromium.org · 11 years ago
  5. dd10e0e make GM self-test run gm/rebaseline_server unittests by commit-bot@chromium.org · 11 years ago
  6. 6dda827 add leaks flag to show unref'd insts by commit-bot@chromium.org · 11 years ago
  7. 7873333 Remove GetGr() hack. by commit-bot@chromium.org · 11 years ago
  8. 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
  9. 2ab1ba0 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  10. 04747a5 rebaseline_server: ignore TSAN, ASAN, Valgrind bots by commit-bot@chromium.org · 11 years ago
  11. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  12. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  13. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  14. 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  15. 8844f99 Revert "Make leak counters thread-safe and turn them on by default for Debug" by djsollen@google.com · 11 years ago
  16. 46de153 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  17. 3e62ebf make ignored-tests.txt specify full test name, not partial name by commit-bot@chromium.org · 11 years ago
  18. 8519548 GM: run mode comparisons for all raster configs. by commit-bot@chromium.org · 11 years ago
  19. c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
  20. 7cced56 merge multiple blurrect GMs into one GM and add versions by commit-bot@chromium.org · 11 years ago
  21. 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
  22. 96ab95f Disable optimizations GM for 565 targets. by commit-bot@chromium.org · 11 years ago
  23. e48ef2a Remove GPU-only flag for vertices GM by commit-bot@chromium.org · 11 years ago
  24. 711ebb9 fix gm self-test by commit-bot@chromium.org · 11 years ago
  25. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  26. 7bdc759 suppress on gpu for now by reed@google.com · 11 years ago
  27. 8f7a108 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 69ac6de rebaseline_server: allow spaces within test/config names by commit-bot@chromium.org · 11 years ago
  29. a19818a Make imagealphathreshold GM skip replay modes until it is fixed. by bsalomon@google.com · 11 years ago
  30. 9109e18 Fix build warnings in SkAlphaThresholdFilter by commit-bot@chromium.org · 11 years ago
  31. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  32. 2a78e82 create gm/rebaseline_server/test_all.py by commit-bot@chromium.org · 11 years ago
  33. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  34. 758b7a4 rebaseline gm self-tests after https://code.google.com/p/skia/source/detail?r=12850 by commit-bot@chromium.org · 11 years ago
  35. 0bf919c make results_test.py work better within python unittest framework by commit-bot@chromium.org · 11 years ago
  36. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  37. 725a64c Add default resource path for skia test cases in gm and bench tools. by tfarina@chromium.org · 11 years ago
  38. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  39. 4c91286 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 5f14dfd really disable replay by mike@reedtribe.org · 11 years ago
  41. 2c326b7 suppress pictures for vertices for now by mike@reedtribe.org · 11 years ago
  42. 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
  43. 7b06c8e create unittest for gm/rebaseline_server/results.py by commit-bot@chromium.org · 11 years ago
  44. 5861e52 Adding additional optional parameters to imagediffdb to make calling from Cluster Telemetry possible. by rmistry@google.com · 11 years ago
  45. a47e7ac rebaseline_server: stop catching KeyboardInterrupt (ctrl-C) by commit-bot@chromium.org · 11 years ago
  46. a6ecbb8 rebaseline_server: add more timing and progress info to server-side log by commit-bot@chromium.org · 11 years ago
  47. 6d7296a Accept displacement with no displacement input by commit-bot@chromium.org · 11 years ago
  48. 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
  49. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  50. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  51. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  52. 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
  53. 83aaf88 rebaseline_server: write JSON files using Unix line endings, even on Windows by commit-bot@chromium.org · 11 years ago
  54. 4e8f1e5 [PDF] Fix clipping in xfermode improvement. by commit-bot@chromium.org · 11 years ago
  55. 50ad8e4 rebaseline_server: return rebaseline results faster, and reload UI page automatically after by commit-bot@chromium.org · 11 years ago
  56. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  57. 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
  58. f012187 Don't run the GM in serialization modes. by senorblanco@chromium.org · 11 years ago
  59. 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
  60. 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
  61. 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
  62. 5e79c2b Fixed a displacement issue by commit-bot@chromium.org · 11 years ago
  63. 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
  64. 469a973 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  65. 7dd5d6e Tiny, urgent fix for rebaseline_server to accept new baselines. by commit-bot@chromium.org · 11 years ago
  66. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  67. 969967e [PDF] PDF rasterizers fed garbage data in release mode. by vandebo@chromium.org · 11 years ago
  68. 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
  69. aad7e0b Add more valgrind suppressions by robertphillips@google.com · 11 years ago
  70. 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
  71. 56710d1 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. 7842c81 Add GM to test bitmap shaders with basic geometry and bitmap masks. by commit-bot@chromium.org · 11 years ago
  73. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  74. 86b8276 Fix Windows compiler warnings/errors by robertphillips@google.com · 11 years ago
  75. ffb68f6 Generalize valgrind suppressions & a 2 more by robertphillips@google.com · 11 years ago
  76. 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
  77. 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
  78. 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
  79. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  80. 62a5ef0 rebaseline_server: add "deep linking" to allow bookmarking of particular views by epoger@google.com · 11 years ago
  81. 28ea0b2 Update valgrind suppressions for new driver by robertphillips@google.com · 11 years ago
  82. 2682c90 rebaseline_server: start HTTP server immediately, auto-reload once results are available by epoger@google.com · 11 years ago
  83. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  84. 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
  85. e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
  86. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  87. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 09800bc Fix warning as error on Mac for implicit narrowing conversion from r12413. by bungeman@google.com · 11 years ago
  89. 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
  90. 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
  91. d7255b6 rebaseline_server: make --reload work in git checkout (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  92. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  93. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  94. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  95. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  96. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  97. b063e13 rebaseline_server: remove deprecated-expectations-dir option by epoger@google.com · 11 years ago
  98. 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
  99. 214a024 rebaseline_server: improve pixel diff reporting by epoger@google.com · 11 years ago
  100. cc64e7d rebaseline_server: deprecate --expectations-dir option in advance of git transition by epoger@google.com · 11 years ago