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. 5b3e2b9 move skpdiff into tools by zachr@google.com · 11 years ago
  3. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
  4. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
  5. ac03d91 pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed) by edisonn@google.com · 11 years ago
  6. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  7. 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 11 years ago
  8. 904f86e Revert "migrate skpdiff to tools" by zachr@google.com · 11 years ago
  9. a54aaf7 migrate skpdiff to tools by zachr@google.com · 11 years ago
  10. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  11. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  12. 13388e7 Lie about views_animated dependencies until Android situation is resolved. by bungeman@google.com · 11 years ago
  13. 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
  14. 8ac834b bad line in gyp fie snuck into last commit, continuing the ARM breakage by humper@google.com · 11 years ago
  15. 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 11 years ago
  16. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  17. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
  18. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
  19. 6645cde Fix build problem with reverted issue 16948011 by commit-bot@chromium.org · 11 years ago
  20. fc70a4a Remove unneeded mention of SkThread_pthread.cpp in ports.gyp. by bungeman@google.com · 11 years ago
  21. 7ac13b7 Reverting r10173 due to compile problems by robertphillips@google.com · 11 years ago
  22. 0abc976 Measurement tool for Bounding-Box-Hierarchies. by commit-bot@chromium.org · 11 years ago
  23. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  24. a308883 Add bench for hairline paths. by egdaniel@google.com · 11 years ago
  25. d658568 make OpenCL optional for skpdiff by zachr@google.com · 11 years ago
  26. 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 11 years ago
  27. f2e7dbb Split TLS implementation into its own translation unit. by bungeman@google.com · 11 years ago
  28. 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 11 years ago
  29. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
  30. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  31. 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
  32. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  33. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  34. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  35. ebed410 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 11 years ago
  37. e2b9037 Disable soft floating point on ChromeOS by borenet@google.com · 11 years ago
  38. d1a874a (unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser) 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. 183f7f5 ARM Skia NEON patches - 10 - ARM build by commit-bot@chromium.org · 11 years ago
  41. a5aaa79 pdfviewer: measure mem usage, command line flags library. by edisonn@google.com · 11 years ago
  42. 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
  43. 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors by edisonn@google.com · 11 years ago
  44. 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
  45. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  46. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  47. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  48. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  49. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  50. 0d19309 Enable ASAN build by borenet@google.com · 11 years ago
  51. 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 11 years ago
  52. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  53. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  54. 5d41b36 refactor folders to make prepare for native pdf parser by edisonn@google.com · 11 years ago
  55. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  56. 131d4ee refactoring for pdf viewer lib by edisonn@google.com · 11 years ago
  57. ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
  58. b857a0c Basic support for Type3 Fonts in Pdf + various refactorings by edisonn@google.com · 11 years ago
  59. 5bbf1d5 Use a single cros_toolchain tarball for ChromeOS build by borenet@google.com · 11 years ago
  60. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  61. 06b3864 Add gyp define for optimization level by commit-bot@chromium.org · 11 years ago
  62. 6fd5317 Turn off conic GM for now by egdaniel@google.com · 11 years ago
  63. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  64. def9f6e Add GM to test conic path rendering by egdaniel@google.com · 11 years ago
  65. 5ec1305 Use "Simple Chrome for Chrome OS Workflow" to build Skia for ChromeOS by borenet@google.com · 11 years ago
  66. c41295d remove double including of libpng decoder by commit-bot@chromium.org · 11 years ago
  67. 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
  68. e63296e Fuse skgr & gr targets in gyp files by robertphillips@google.com · 11 years ago
  69. bb52288 SkHello for NaCl by borenet@google.com · 11 years ago
  70. 5a6c2d8 Add skia_exceptinos gyp define by commit-bot@chromium.org · 11 years ago
  71. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  72. 4df1673 Build fix after r9598. by fmalita@google.com · 11 years ago
  73. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago
  74. 5f87975 Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skia by commit-bot@chromium.org · 11 years ago
  75. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  76. 826ec81 Small change that eliminates Parse Errors with encoded skps. by commit-bot@chromium.org · 11 years ago
  77. 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 11 years ago
  78. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  79. 7fb5373 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. dc1d727 Compile pdf viewer manaully only, disable on build bots. by edisonn@google.com · 11 years ago
  81. 01cd4d5 simple podofo and skia based pdf viewer by edisonn@google.com · 11 years ago
  82. 110aff2 Add 2 missing neon files for the android build by djsollen@google.com · 11 years ago
  83. 42416ee Update DEPS to use only googlesource.com repositories. by djsollen@google.com · 11 years ago
  84. 73d9f1c more paint methods to lua by mike@reedtribe.org · 11 years ago
  85. fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 11 years ago
  86. 99ac02b SkDocument base for pdf, xps, etc. by reed@google.com · 11 years ago
  87. bbba784 Fix ninja/angle build with new gyp rev. by bsalomon@google.com · 11 years ago
  88. f51e125 Update gyp from 1563 to 1643 (take two). by bungeman@google.com · 11 years ago
  89. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  90. 37ab298 reenable colortype gm by reed@google.com · 11 years ago
  91. 4157085 Added megalooper GM by robertphillips@google.com · 11 years ago
  92. c117cba add bench for sk_memset16/32 by reed@google.com · 11 years ago
  93. f553d27 fix gm on android by djsollen@google.com · 11 years ago
  94. 2897931 Fix broken include path for directwrite backend by djsollen@google.com · 11 years ago
  95. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  96. ef7d98e Disable colortype GM due to crash by robertphillips@google.com · 11 years ago
  97. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  99. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  100. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago