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