1. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  2. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 9 years ago
  3. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  4. c1b11f1 Handle paths that do not report empty, but have no edges. by reed · 9 years ago
  5. 3d32d50 PDF: Switch some unit tests to higher level API. by halcanary · 9 years ago
  6. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 9 years ago
  7. 648238c Remove SkProxyCanvas. by scroggo · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  10. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  11. 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
  12. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  13. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  14. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  15. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  16. 5ae89d1 Removing dead code from CanvasTest by piotaixr · 10 years ago
  17. 76993ed Reenable assertions that were reported failing in tests/CanvasTest.cpp by piotaixr · 10 years ago
  18. ec6e670 Removed simple tests steps from CanvasTest. by piotaixr · 10 years ago
  19. f05f5a7 Remove globals from tests/CanvasTest.cpp by piotaixr · 10 years ago
  20. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  21. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  22. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  23. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  24. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  25. 2a8ca93 don't create explicit bitmapdevice when not needed by reed · 10 years ago
  26. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  27. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  28. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  29. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  30. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  31. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  32. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  33. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  34. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  35. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  36. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  37. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  38. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  39. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 10 years ago
  40. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  41. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 10 years ago
  42. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  43. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  44. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 10 years ago
  45. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  46. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  47. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  48. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  49. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  50. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  51. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  52. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  53. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  54. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  55. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  56. 7790912 Update CanvasTest to do elementary tests for PDF too. by edisonn@google.com · 12 years ago
  57. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  58. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  60. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  61. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  62. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  63. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  64. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  65. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  66. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  67. cd62ecf Fixing leak of SkPixelRef object in CanvasTest by junov@chromium.org · 12 years ago
  68. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  69. 426aebc Adding new steps to Canvas unit test to validate that the deferred by junov@chromium.org · 12 years ago
  70. cff01c5 Improving CanvasTest to verify that the destination canvas of an SkDeferredCanvas has the same state as a plain SkCanvas that received the same draw commands. by junov@chromium.org · 12 years ago
  71. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  72. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  73. e2589ae Change SkFlatData to have a sentinel value, allowing the Compare function to by reed@google.com · 12 years ago
  74. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  75. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  76. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  77. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  78. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 12 years ago
  79. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 12 years ago
  80. 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 12 years ago
  81. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  82. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  83. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  84. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  85. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 12 years ago
  86. dadcfdc Fixing Canvas unit test to correctly verify object flattening in SkPicture by junov@chromium.org · 12 years ago
  87. 76b9c4b Disabling failing unit test on linux by junov@chromium.org · 12 years ago
  88. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  89. 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
  90. 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago