1. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  2. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  3. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  4. 1270532 Allow creating a picture from skp to fail. by scroggo@google.com · 11 years ago
  5. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  6. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  7. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  8. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  9. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  10. 6d9c92b Remove offsetcanvas from debugger by robertphillips@google.com · 11 years ago
  11. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  12. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  13. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  14. 73c0abc Catch failures to SkTypeface::Deserialize() and use the default in that case. by reed@google.com · 11 years ago
  15. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 12 years ago
  16. 12d588a Remove bogus ability for creating an SkPicturePlayback to fail. by scroggo@google.com · 12 years ago
  17. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  18. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  19. c4dc831 Fix a warning on Android. by scroggo@google.com · 12 years ago
  20. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 87fbbd3 non-SK_DEVELOPER-mode patch for r7752 by robertphillips@google.com · 12 years ago
  22. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 12 years ago
  23. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 12 years ago
  24. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago
  25. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
  26. 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 12 years ago
  27. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  28. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  29. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  30. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  31. 6f92862 When cloning picture, use a bitmap heap to avoid flattening bitmaps. by scroggo@google.com · 12 years ago
  32. dee54be optimize for paints that don't require deep copy during clone by reed@google.com · 12 years ago
  33. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 12 years ago
  34. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 12 years ago
  35. 6f6dfb4 Added profiling stubs to SkPicturePlayback by robertphillips@google.com · 12 years ago
  36. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  37. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  38. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  39. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  40. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  41. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  42. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
  43. 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
  44. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
  46. b4c2819 Record the initial matrix when we begin picture-playback, and concat with by reed@google.com · 12 years ago
  47. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  49. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  50. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  51. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  52. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  53. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  54. f4cc187 use SkTRefArray to share readonly data between pictures by reed@google.com · 12 years ago
  55. ddf98a8 use SkData to share between record and playback by reed@google.com · 12 years ago
  56. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  57. 9fa4d0c Adding sanity checks on restore offsets in SkPicturePlayback::draw by junov@chromium.org · 12 years ago
  58. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  59. 6756209 Expand header in serialized pictures by reed@google.com · 12 years ago
  60. ed38495 add PictInfo chunk to serialized pictures by reed@google.com · 12 years ago
  61. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  62. 2d8c757 Remove unecessary virtual calls by having SkPicture use SkReader32 directly. by djsollen@google.com · 12 years ago
  63. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  64. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 12 years ago
  65. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  66. 83ab495 record doAA param for clipRect and clipPath in pictures by reed@google.com · 13 years ago
  67. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  68. a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 13 years ago
  69. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  70. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  71. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  72. 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 13 years ago
  73. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  74. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  75. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  76. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  77. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  78. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  79. e18f9df initialize fShapeCount in init() by reed@android.com · 15 years ago
  80. 8433b5d more checks for null shapes in pictures by reed@android.com · 15 years ago
  81. 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
  82. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  83. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  84. ae814c8 add picture-record option to speedup complex clips by reed@android.com · 16 years ago
  85. 6e073b9 remove defines for strcasecmp (issue #5) support setMatrix in pictures by reed@android.com · 16 years ago
  86. 8a1c16f grab from latest android by reed@android.com · 16 years ago