1. 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
  2. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  3. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  4. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  5. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  6. f4cc187 use SkTRefArray to share readonly data between pictures by reed@google.com · 12 years ago
  7. ddf98a8 use SkData to share between record and playback by reed@google.com · 12 years ago
  8. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  9. 9fa4d0c Adding sanity checks on restore offsets in SkPicturePlayback::draw by junov@chromium.org · 12 years ago
  10. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  11. 6756209 Expand header in serialized pictures by reed@google.com · 12 years ago
  12. ed38495 add PictInfo chunk to serialized pictures by reed@google.com · 12 years ago
  13. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  14. 2d8c757 Remove unecessary virtual calls by having SkPicture use SkReader32 directly. by djsollen@google.com · 12 years ago
  15. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  16. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 12 years ago
  17. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  18. 83ab495 record doAA param for clipRect and clipPath in pictures by reed@google.com · 13 years ago
  19. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  20. a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 13 years ago
  21. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  22. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  23. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  24. 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 13 years ago
  25. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  26. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  27. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  28. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  29. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  30. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  31. e18f9df initialize fShapeCount in init() by reed@android.com · 15 years ago
  32. 8433b5d more checks for null shapes in pictures by reed@android.com · 15 years ago
  33. 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
  34. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  35. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  36. ae814c8 add picture-record option to speedup complex clips by reed@android.com · 16 years ago
  37. 6e073b9 remove defines for strcasecmp (issue #5) support setMatrix in pictures by reed@android.com · 16 years ago
  38. 8a1c16f grab from latest android by reed@android.com · 16 years ago