1. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  2. 3e33e6f Fix pessimizing move in SamplePictFile by fmalita · 8 years ago
  3. ca2622b return pictures as sk_sp by reed · 8 years ago
  4. 18300a3 detach -> release by mtklein · 8 years ago
  5. 9ae14ff remove xmlparser includes from samples by caryclark · 8 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. 093b4e8 - allow for stepping through a picture with 'n' and 'p' by reed · 9 years ago
  9. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  10. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  13. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  14. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  15. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  16. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  17. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  18. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  19. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  20. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  21. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  22. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  23. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  24. 8c6f4b3 Adding int cast to prevent warning by commit-bot@chromium.org · 11 years ago
  25. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  26. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  27. 9a65e2c More signed/unsigned comparison warnings. by fmalita@google.com · 11 years ago
  28. e6a98d4 Fix warning after bbe43a9ce051. by fmalita@google.com · 11 years ago
  29. bbe43a9 Add SkTileGridPicture SampleApp playback support. by commit-bot@chromium.org · 11 years ago
  30. 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
  31. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  32. b8b830e dump strokeWidth in SkDumpCanvas by reed@google.com · 11 years ago
  33. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  34. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 796763e Reapply (r6718) with fix for compiler error on linux. by djsollen@google.com · 12 years ago
  36. 570a48c revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  37. 57c29f7 Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  38. f97593c Revert "Added the following 3 features to sample app." by djsollen@google.com · 12 years ago
  39. bcedc22 Added the following 3 features to sample app. by djsollen@google.com · 12 years ago
  40. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 9eb9697 Update SampleApp to handle PNG encoded skps by robertphillips@google.com · 12 years ago
  42. 11f8692 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 0a5c18b (disabled) option to re-record a picture when loading by reed@google.com · 12 years ago
  44. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  45. b196374 --picture foo now works if foo is an image (.png, .jpeg) or a picture (.skp) by reed@google.com · 12 years ago
  46. 1830c7a --pictureDir foo will load serialized pictures <>.skp from the foo directory by reed@google.com · 12 years ago