1. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  2. cf7be95 Remove the call to getFontMetrics from SkBBoxRecord by commit-bot@chromium.org · 11 years ago
  3. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  4. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  5. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. 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
  7. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  8. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  9. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  10. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  11. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 12 years ago
  13. 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
  14. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  15. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  16. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  17. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  18. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  19. 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 12 years ago
  20. d86e7ab remove call to setBitmapDevice (deprecated). by reed@google.com · 12 years ago
  21. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  22. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  23. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  24. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  25. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  26. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  27. ffacd3c peephole optimize save/restore brackets that contain no draw calls. by reed@google.com · 12 years ago
  28. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  29. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  30. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  31. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  32. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  33. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  34. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  35. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  36. e3dbedb Refactoring code in SkPictureRecord that touches fRestoreOffsetStack by junov@chromium.org · 12 years ago
  37. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  38. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  39. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
  40. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  41. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  42. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  43. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  44. 2d4297c use SK_OVERRIDE by reed@google.com · 13 years ago
  45. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  46. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  47. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  48. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  49. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  50. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  51. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  52. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  53. ae814c8 add picture-record option to speedup complex clips by reed@android.com · 16 years ago
  54. 6e073b9 remove defines for strcasecmp (issue #5) support setMatrix in pictures by reed@android.com · 16 years ago
  55. 8a1c16f grab from latest android by reed@android.com · 16 years ago