1. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  2. 5bb9700 render_pdfs cull rect output formated better by halcanary · 10 years ago
  3. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  4. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  5. 8b2cb33 clean up render_pdfs: by halcanary · 10 years ago
  6. 0d154ee Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  7. 619e076 Revert of Process Statistics header, add max RSS to render_pdfs (https://codereview.chromium.org/448993003/) by bungeman · 10 years ago
  8. 6274baa Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  9. 0bef17a render_pdfs implements --match by halcanary · 10 years ago
  10. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  11. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
  12. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  13. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  14. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
  15. d5f032d Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia. by commit-bot@chromium.org · 10 years ago
  16. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  17. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  18. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  19. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  20. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  21. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  22. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 11 years ago
  23. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 11 years ago
  24. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  25. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 4fa566b Add option to render PDFs to memory only. by edisonn@google.com · 12 years ago
  27. f286329 fix warning in render pdf tool by humper@google.com · 12 years ago
  28. 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 9cf5b28 Support render_pdfs in iOS too (add tool_main()). by edisonn@google.com · 12 years ago
  30. c319abe Add utility to convert skp files to pdf files. Code compatible with render_pictures_main.cpp. I could have refactored the code to avoid code duplication, but it does not seem right, and it will overcomplicate the code. by edisonn@google.com · 12 years ago