1. 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
  2. 0408a34 More valgrind suppressions by robertphillips@google.com · 11 years ago
  3. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  4. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. f4db3a0 fix windows warning by humper@google.com · 11 years ago
  6. eaacb2c 64bitmac buildfix by humper@google.com · 11 years ago
  7. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  8. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  9. 400798a Fix valgrind suppressions file by robertphillips@google.com · 11 years ago
  10. 4d37673 Fix leak in SkAutoSTArray by robertphillips@google.com · 11 years ago
  11. f37f2cc clean up extra printfs in count_effects.lua by reed@google.com · 11 years ago
  12. 4b3ef5a Add newline for r10050. by bungeman@google.com · 11 years ago
  13. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  14. 6fb7756 If a user requests a try on "all" builders, ask for confirmation by borenet@google.com · 11 years ago
  15. cfe8aa6 More valgrind suppressions by robertphillips@google.com · 11 years ago
  16. c824c83 gm: since we don't record output of gpudebug test, don't record checksums either by epoger@google.com · 11 years ago
  17. 1bc995e modularize the display of diffs for skpdiff by zachr@google.com · 11 years ago
  18. cfe3c11 Revert "switch all the arm7 devices to build with thumb for a while" by djsollen@google.com · 11 years ago
  19. 585f89a rebaseline.py: until we fix bug 1410, keep going if we can't download an actual GM result by epoger@google.com · 11 years ago
  20. ebed410 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. 2cab8f7 More valgrind suppressions by robertphillips@google.com · 11 years ago
  22. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  23. 40ea172 Initialize the matrix used when recursing from a GPU image filter -> raster image filter. by senorblanco@chromium.org · 11 years ago
  24. d411681 switch all the arm7 devices to build with thumb for a while by commit-bot@chromium.org · 11 years ago
  25. 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 11 years ago
  26. 0a5699e ARM Skia NEON patches - 13 - S32A_Opaque by commit-bot@chromium.org · 11 years ago
  27. 66ba9f9 rebaseline.py: skip any platforms we don't have actual results for, with warning message by epoger@google.com · 11 years ago
  28. e2b9037 Disable soft floating point on ChromeOS by borenet@google.com · 11 years ago
  29. fa05719 Make ChromeOS build exit nonzero on failure by borenet@google.com · 11 years ago
  30. 6dd1545 Add script to verify that image files exist for every actual_result checksum by borenet@google.com · 11 years ago
  31. c28732b check JSON-format expectations into experimental/ for manual testing by epoger@google.com · 11 years ago
  32. d3ae1d6 SkObjectParser::SaveFlagsToString() should handle SaveFlags as a bitmask. by fmalita@google.com · 11 years ago
  33. 6a9d436 pdfviewer: add option to run the load or render multiple times, --benchLoad, --benchRender by edisonn@google.com · 11 years ago
  34. de36b69 fix build break on sample app by edisonn@google.com · 11 years ago
  35. 444e25a add ability to specify the DPI at which to render the page by edisonn@google.com · 11 years ago
  36. 1310238 pdfviewer: render in the same way regadless if we write the result to a file or not. by edisonn@google.com · 11 years ago
  37. d1a874a (unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser) by edisonn@google.com · 11 years ago
  38. 15b1118 pdfviewer: some code cleanup in renderer by edisonn@google.com · 11 years ago
  39. f8b6b01 Add an option to have a PdfViewer in SampleApp. Add a parameter --pdfDir to pass the dir with pdfs. Add flag --sort to sort samples acording to title, so foo.skp follows foo.pdf and we can quickly compare diffs. by edisonn@google.com · 11 years ago
  40. 0c4e21d Streamline picture_record_recurring_ bench. by commit-bot@chromium.org · 11 years ago
  41. ab4098b add _thumb variants for arm devices by commit-bot@chromium.org · 11 years ago
  42. 9d5fedc add newline to bitmap rotation script output by humper@google.com · 11 years ago
  43. 7b328fd pdfviewer: add --pages arg: render a certain page (all, all in desceding order, firsl, last and by page number) by edisonn@google.com · 11 years ago
  44. 183f7f5 ARM Skia NEON patches - 10 - ARM build by commit-bot@chromium.org · 11 years ago
  45. a5aaa79 pdfviewer: measure mem usage, command line flags library. by edisonn@google.com · 11 years ago
  46. 76d1192 Add safesync_url to build-tot-chromium.sh by rmistry@google.com · 11 years ago
  47. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. 31a40ef Win7/8 compiler warnings/errors fix for r9980 by robertphillips@google.com · 11 years ago
  49. 8bad737 pdfviewer: ignore more bad stauff in pdfs by edisonn@google.com · 11 years ago
  50. c8b3037 pdfviewer: don't delete variables, they are managed by the doc now by edisonn@google.com · 11 years ago
  51. 951d653 pdfviewer: more load references dinamically plumming by edisonn@google.com · 11 years ago
  52. 432640a pdfviewer: don't crash when trailer is missing by edisonn@google.com · 11 years ago
  53. 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
  54. cdad30b pdfviewer: fix bug, page -1 means render page 0 with no page extension by edisonn@google.com · 11 years ago
  55. a8fc268 fix 64 bit warnings by humper@google.com · 11 years ago
  56. 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
  57. 5857e03 remove unused variables by humper@google.com · 11 years ago
  58. c1a8684 use SkIntToScalar by reed@google.com · 11 years ago
  59. 87fbf4f fix bug with awesome filtered images sometimes being slightly offset. by humper@google.com · 11 years ago
  60. 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
  61. 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
  62. b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 11 years ago
  63. e81d1bc don't leak the bitmap filter by commit-bot@chromium.org · 11 years ago
  64. 072ee7d Allow use of SKIA_OUT on Windows by borenet@google.com · 11 years ago
  65. e4dbe21 pdfviewer: remove assert by edisonn@google.com · 11 years ago
  66. a3356fc pdfviewer: fix warnings on mac by edisonn@google.com · 11 years ago
  67. 6e1e785 make svndiff.py executable by epoger@google.com · 11 years ago
  68. 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors by edisonn@google.com · 11 years ago
  69. 3e7399f Fix Housekeeper bot after r9961 by epoger@google.com · 11 years ago
  70. dfa1ebc RIP podofo by edisonn@google.com · 11 years ago
  71. 2854e24 remove podofo from deps by edisonn@google.com · 11 years ago
  72. 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
  73. 89fa4b9 rebaseline.py: error out early if --expectations-root not pointing at gm-expected dir by epoger@google.com · 11 years ago
  74. 5396a04 Added a high-color (50 colors) gradient for each gradient type. by commit-bot@chromium.org · 11 years ago
  75. 262ff95 restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc542cc61a11fab2487 by reed@google.com · 11 years ago
  76. 5a867c7 fix swapped bitmap channels on Mac for debugger by humper@google.com · 11 years ago
  77. 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
  78. 9de25e3 rebaseline.py: use specified configs/tests as a FILTER over actually-run tests by epoger@google.com · 11 years ago
  79. 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 11 years ago
  80. 89c43e8 ARM Skia NEON patches - 05 - Cleaning by commit-bot@chromium.org · 11 years ago
  81. 939fffe ARM Skia NEON patches - 02 - Tune filter clobber list by commit-bot@chromium.org · 11 years ago
  82. 49c6b43 More valgrind suppressions by robertphillips@google.com · 11 years ago
  83. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  84. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  85. ead3b83 Fix Win7 compiler errors/warnings for r9945 by robertphillips@google.com · 11 years ago
  86. b178591 Make 'rotate' animate in SampleApp. by bungeman@google.com · 11 years ago
  87. 8078638 avoid introducing duplicate const in release builds by humper@google.com · 11 years ago
  88. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  89. 6e8b7dd use typedef to name our ID type in SkImageCache by reed@google.com · 11 years ago
  90. 9432c0c add diff viewer website by zachr@google.com · 11 years ago
  91. dc7919f Remove old and unused Android font host code by djsollen@google.com · 11 years ago
  92. 13b3aa1 Export SkPathOps.h functions for external use. by commit-bot@chromium.org · 11 years ago
  93. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  94. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  95. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  96. 64527e9 Fix Win7 compiler warnings/errors in r9934 by robertphillips@google.com · 11 years ago
  97. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  98. 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
  99. 468142b Allow ico decoder to decode PNG sub-images. by scroggo@google.com · 11 years ago
  100. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago