1. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  2. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  3. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  4. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  5. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  6. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  7. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  8. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  9. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  10. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  11. ffacd3c peephole optimize save/restore brackets that contain no draw calls. by reed@google.com · 12 years ago
  12. 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
  13. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  14. 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
  15. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  16. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  17. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  18. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  19. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  20. f4cc187 use SkTRefArray to share readonly data between pictures by reed@google.com · 12 years ago
  21. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  22. 83ca337 check a hashtable before using a bsearch by reed@google.com · 12 years ago
  23. e2589ae Change SkFlatData to have a sentinel value, allowing the Compare function to by reed@google.com · 12 years ago
  24. b4ed017 bug fix: take the fAllocSize into account when we perform the compare, otherwise by reed@google.com · 12 years ago
  25. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  26. fc8581b revert 4478 by reed@google.com · 12 years ago
  27. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  28. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
  29. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  30. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  31. 8661bae Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening large bitmaps. by junov@chromium.org · 12 years ago
  32. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  33. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  34. 83ab495 record doAA param for clipRect and clipPath in pictures by reed@google.com · 13 years ago
  35. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  36. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  37. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  38. eebb4a2 balance the call to matrix::flatten from r1414. Formerly both of these were by reed@google.com · 13 years ago
  39. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  40. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  41. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  42. 0c1cda7 remove unneeded (empty) virtual destructor by reed@android.com · 15 years ago
  43. 95dbb9c fixes wacky build on android. no other explanation received by reed@android.com · 15 years ago
  44. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  45. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  46. 6e073b9 remove defines for strcasecmp (issue #5) support setMatrix in pictures by reed@android.com · 16 years ago
  47. 8a1c16f grab from latest android by reed@android.com · 16 years ago