1. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  2. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  3. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
  5. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  6. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  7. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  9. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  10. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  11. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  12. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  13. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  14. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  15. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  16. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  17. d6543e5 Improve null gpu's memory handling by robertphillips@google.com · 11 years ago
  18. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  19. 61822a2 svndiff.py: add ability to compare before-and-after JSON files, not just raw images by epoger@google.com · 11 years ago
  20. c3dc12d Reduce verylargebitmap GM's memory footprint by robertphillips@google.com · 11 years ago
  21. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  22. 7e4d99a More valgrind suppressions by robertphillips@google.com · 11 years ago
  23. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  24. 0408a34 More valgrind suppressions by robertphillips@google.com · 11 years ago
  25. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  26. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. f4db3a0 fix windows warning by humper@google.com · 11 years ago
  28. eaacb2c 64bitmac buildfix by humper@google.com · 11 years ago
  29. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  30. 400798a Fix valgrind suppressions file by robertphillips@google.com · 11 years ago
  31. cfe8aa6 More valgrind suppressions by robertphillips@google.com · 11 years ago
  32. c824c83 gm: since we don't record output of gpudebug test, don't record checksums either by epoger@google.com · 11 years ago
  33. 2cab8f7 More valgrind suppressions by robertphillips@google.com · 11 years ago
  34. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  35. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 31a40ef Win7/8 compiler warnings/errors fix for r9980 by robertphillips@google.com · 11 years ago
  37. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  38. 49c6b43 More valgrind suppressions by robertphillips@google.com · 11 years ago
  39. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  41. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  42. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  43. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  44. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  45. 5d367c4 More valgrind suppressions by robertphillips@google.com · 11 years ago
  46. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  47. a783f2b rebaseline.py: if expectations dir contains JSON format results, update those instead of image files by epoger@google.com · 11 years ago
  48. d7a1eea More valgrind suppressions by robertphillips@google.com · 11 years ago
  49. 9c4c3de valgrind suppressions for tests & gm by robertphillips@google.com · 11 years ago
  50. 53953b4 Create jsondiff tool to capture diffs between two JSON expectations files. by epoger@google.com · 11 years ago
  51. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  52. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  53. ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
  54. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  56. 5f99545 GM: add --missingExpectationsPath option, similar to --mismatchPath by epoger@google.com · 11 years ago
  57. 8ea6983 add (disabled) wrapper for javascript canvas by reed@google.com · 11 years ago
  58. 09ebe0b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. 45a3071 Change window size on GM to fit objects properly by egdaniel@google.com · 11 years ago
  60. c464cbd disable PDF for now, until it knows about conics by reed@google.com · 11 years ago
  61. def9f6e Add GM to test conic path rendering by egdaniel@google.com · 11 years ago
  62. 6f7f14d Reland r9682, using new SkString::appendU64() by epoger@google.com · 11 years ago
  63. 628de5f Reverting r9682, which broke on some compilers by epoger@google.com · 11 years ago
  64. 6324ac5 GM: add --writeChecksumBasedFilenames option by epoger@google.com · 11 years ago
  65. c41295d remove double including of libpng decoder by commit-bot@chromium.org · 11 years ago
  66. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  67. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  68. 4567209 add SkIntToScalar and SkFloatToScalar to stop build errors on Mac10.6 by commit-bot@chromium.org · 11 years ago
  69. 4f77c88 Another warning as error fix for r9554 by robertphillips@google.com · 11 years ago
  70. dd5d462 Warnings as errors fix for r9554 by robertphillips@google.com · 11 years ago
  71. 1ac1cf6 Added tests for radial gradients with shader matrices by commit-bot@chromium.org · 11 years ago
  72. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  73. 7de1e3f test thick stroking of conics by reed@google.com · 11 years ago
  74. 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 11 years ago
  75. 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 11 years ago
  76. 7fb5373 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  78. 7bb28a1 Disable msaa16 by default by robertphillips@google.com · 11 years ago
  79. c5fd093 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  81. 99ba65a rebaseline.py: if --tests is not specified, get test list from actual-results.json by epoger@google.com · 11 years ago
  82. 4075fd4 gm_json.py: add ability to load JSON file from a string, not just a local file by epoger@google.com · 11 years ago
  83. 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. 13e1540 if we can't load Times, use default font by reed@google.com · 11 years ago
  85. 4157085 Added megalooper GM by robertphillips@google.com · 11 years ago
  86. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. e1613d8 fix another int -- float warning by reed@google.com · 11 years ago
  88. 42e2cf7 skip_picture in colortype gm for now by reed@google.com · 11 years ago
  89. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  90. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  91. 6dce113 fix warnings on MacOS 10.6 by humper@google.com · 11 years ago
  92. 04db316 More general GM for testing bitmap filtering, including checkerboards, images, and text. by humper@google.com · 11 years ago
  93. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  94. 9a6eb0e Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  95. 06e7424 Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff()." by senorblanco@chromium.org · 11 years ago
  96. 6b6c1dc Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  97. dc8e6e8 Fix cmykjpeg test to check if file was found. by bungeman@google.com · 11 years ago
  98. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  99. 9e59a0e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 35c733c Fix alpha computation in SkArithmeticMode. by senorblanco@chromium.org · 11 years ago