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