1. 76d1192 Add safesync_url to build-tot-chromium.sh by rmistry@google.com · 11 years ago
  2. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 31a40ef Win7/8 compiler warnings/errors fix for r9980 by robertphillips@google.com · 11 years ago
  4. 8bad737 pdfviewer: ignore more bad stauff in pdfs by edisonn@google.com · 11 years ago
  5. c8b3037 pdfviewer: don't delete variables, they are managed by the doc now by edisonn@google.com · 11 years ago
  6. 951d653 pdfviewer: more load references dinamically plumming by edisonn@google.com · 11 years ago
  7. 432640a pdfviewer: don't crash when trailer is missing by edisonn@google.com · 11 years ago
  8. 2815c19 add matrix objects to the lua bindings, as well as a lua script to find the proportion of image draw commands with different kinds of matrices by humper@google.com · 11 years ago
  9. cdad30b pdfviewer: fix bug, page -1 means render page 0 with no page extension by edisonn@google.com · 11 years ago
  10. a8fc268 fix 64 bit warnings by humper@google.com · 11 years ago
  11. 222382b pdf viewer: refactor, add -w parameter to pdfviewer, add -n to remove extenassion page when there is a single page (so skdiff can be run easily) and fix a bug (SkPdfobject should not reset on destruct) by edisonn@google.com · 11 years ago
  12. 5857e03 remove unused variables by humper@google.com · 11 years ago
  13. c1a8684 use SkIntToScalar by reed@google.com · 11 years ago
  14. 87fbf4f fix bug with awesome filtered images sometimes being slightly offset. by humper@google.com · 11 years ago
  15. 2956387 add paint:getEffects to return table of bools of a given effect is present on the paint by reed@google.com · 11 years ago
  16. 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
  17. b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 11 years ago
  18. e81d1bc don't leak the bitmap filter by commit-bot@chromium.org · 11 years ago
  19. 072ee7d Allow use of SKIA_OUT on Windows by borenet@google.com · 11 years ago
  20. e4dbe21 pdfviewer: remove assert by edisonn@google.com · 11 years ago
  21. a3356fc pdfviewer: fix warnings on mac by edisonn@google.com · 11 years ago
  22. 6e1e785 make svndiff.py executable by epoger@google.com · 11 years ago
  23. 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors by edisonn@google.com · 11 years ago
  24. 3e7399f Fix Housekeeper bot after r9961 by epoger@google.com · 11 years ago
  25. dfa1ebc RIP podofo by edisonn@google.com · 11 years ago
  26. 2854e24 remove podofo from deps by edisonn@google.com · 11 years ago
  27. 571c70b Native PDF parser implementation - don't try it on pdfs that are not generated by skia, Crome Print Preview or Chrome Save As Pdf - it will crash as mising xref, pdfs with updates, and other features are not supported yer. by edisonn@google.com · 11 years ago
  28. 89fa4b9 rebaseline.py: error out early if --expectations-root not pointing at gm-expected dir by epoger@google.com · 11 years ago
  29. 5396a04 Added a high-color (50 colors) gradient for each gradient type. by commit-bot@chromium.org · 11 years ago
  30. 262ff95 restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc542cc61a11fab2487 by reed@google.com · 11 years ago
  31. 5a867c7 fix swapped bitmap channels on Mac for debugger by humper@google.com · 11 years ago
  32. 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 11 years ago
  33. 9de25e3 rebaseline.py: use specified configs/tests as a FILTER over actually-run tests by epoger@google.com · 11 years ago
  34. 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 11 years ago
  35. 89c43e8 ARM Skia NEON patches - 05 - Cleaning by commit-bot@chromium.org · 11 years ago
  36. 939fffe ARM Skia NEON patches - 02 - Tune filter clobber list by commit-bot@chromium.org · 11 years ago
  37. 49c6b43 More valgrind suppressions by robertphillips@google.com · 11 years ago
  38. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  39. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. ead3b83 Fix Win7 compiler errors/warnings for r9945 by robertphillips@google.com · 11 years ago
  41. b178591 Make 'rotate' animate in SampleApp. by bungeman@google.com · 11 years ago
  42. 8078638 avoid introducing duplicate const in release builds by humper@google.com · 11 years ago
  43. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  44. 6e8b7dd use typedef to name our ID type in SkImageCache by reed@google.com · 11 years ago
  45. 9432c0c add diff viewer website by zachr@google.com · 11 years ago
  46. dc7919f Remove old and unused Android font host code by djsollen@google.com · 11 years ago
  47. 13b3aa1 Export SkPathOps.h functions for external use. by commit-bot@chromium.org · 11 years ago
  48. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  49. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  50. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  51. 64527e9 Fix Win7 compiler warnings/errors in r9934 by robertphillips@google.com · 11 years ago
  52. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  53. fe433c1 When gather pixel refs was broken, REPORTER_ASSERT(data) realized that data was NULL, but subsequent lines dereferenced it anyway, and so segfaulted. by commit-bot@chromium.org · 11 years ago
  54. 468142b Allow ico decoder to decode PNG sub-images. by scroggo@google.com · 11 years ago
  55. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
  56. 4b60dbe move failable work outside of constructors for SkGlyphCache and SkScalerContextGDI. If we fail, try to purge everything and try again, in case the failure was from memory/os-resource exhaustion (e.g. out of HDC handles in windows) by reed@google.com · 11 years ago
  57. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  58. 387db0a add extra flag (currently unused) for high quality downsampling by humper@google.com · 11 years ago
  59. cb6d97c Revert of r9902 (Consider conical shader opaque if it covers by robertphillips@google.com · 11 years ago
  60. 592dee9 Remove unused private fields from PathUtilsBench. by tfarina@chromium.org · 11 years ago
  61. 5d367c4 More valgrind suppressions by robertphillips@google.com · 11 years ago
  62. 5f63fdf Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  63. a4aced4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. d8d976e Added SkPDFStream::setData(SkData*) in preparation for move from SkStream to SkData by commit-bot@chromium.org · 11 years ago
  65. a7df698 Add expectations files covering new image files. by scroggo@google.com · 11 years ago
  66. c6e5fcb Debugging statements to investigate a bug. by scroggo@google.com · 11 years ago
  67. ba7ef37 rebaseline.py: look in gm-expected directory to see whether it's using git or svn by epoger@google.com · 11 years ago
  68. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  69. 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 11 years ago
  70. a783f2b rebaseline.py: if expectations dir contains JSON format results, update those instead of image files by epoger@google.com · 11 years ago
  71. d7a1eea More valgrind suppressions by robertphillips@google.com · 11 years ago
  72. 07e97fc path ops work in progress by caryclark@google.com · 11 years ago
  73. a95959c add JSONP option to output of skpdiff by zachr@google.com · 11 years ago
  74. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  75. 561b713 Performance trigger rebaselines for r9888 (Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter - https://codereview.chromium.org/18110012/) by robertphillips@google.com · 11 years ago
  76. 9839320 Removing highp variables from perlin noise shader by commit-bot@chromium.org · 11 years ago
  77. 5e6c355 Consider conical shader opaque if it covers entire plane. by commit-bot@chromium.org · 11 years ago
  78. e7db8d6 Fix for DEPS roll failure (a patch to r9898) by robertphillips@google.com · 11 years ago
  79. 1842adf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 3cc820c Fix for r9888 bug by robertphillips@google.com · 11 years ago
  81. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  82. 34b73a2 rebaseline.py self-tests: prepare to add tests of JSON-format rebaselining by epoger@google.com · 11 years ago
  83. 1d65e87 Delete empty test subdir by epoger@google.com · 11 years ago
  84. 0d19309 Enable ASAN build by borenet@google.com · 11 years ago
  85. 0b82852 GPU-less build fix for r9888 by robertphillips@google.com · 11 years ago
  86. 9c4c3de valgrind suppressions for tests & gm by robertphillips@google.com · 11 years ago
  87. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
  88. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 11 years ago
  89. 2c82ed3 Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due to Chromium assert failure (https://code.google.com/p/chromium/issues/detail?id=256476) by robertphillips@google.com · 11 years ago
  90. e63c46c Make SK_OVERRIDE expand to OVERRIDE on iOS by commit-bot@chromium.org · 11 years ago
  91. 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. c631b79 pdf viewer: remove const for int scalar types by edisonn@google.com · 11 years ago
  93. 2e498f1 remove now all the files fro depot for PDF API since we generate them at build time by edisonn@google.com · 11 years ago
  94. 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 11 years ago
  95. 53953b4 Create jsondiff tool to capture diffs between two JSON expectations files. by epoger@google.com · 11 years ago
  96. 2d903ae make sure we pass legal utf8 by reed@google.com · 11 years ago
  97. 929c98d speculative fix for signed-unsinged compare warning by reed@google.com · 11 years ago
  98. 945708a add diff recording and output code by zachr@google.com · 11 years ago
  99. 8575b4d Fix rebaseline.py self-test to account for r9859 by epoger@google.com · 11 years ago
  100. 738e02c Update tests valgrind suppressions by commit-bot@chromium.org · 11 years ago