1. acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
  2. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  3. 228a6f2 SkTextBlob GPipe serialization. by fmalita · 10 years ago
  4. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  5. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  6. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  7. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  8. 6d88e6c Fix way-over-allocation in pipe. by mtklein · 10 years ago
  9. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  10. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  11. 44803fb Reland one more bug fix from "4x allocation in PipeController is probably overkill.". by commit-bot@chromium.org · 10 years ago
  12. d049017 Reland bug fixes from "4x allocation in PipeController is probably overkill." by commit-bot@chromium.org · 10 years ago
  13. f700fb2 Manually revert "4x allocation in PipeController is probably overkill." by commit-bot@chromium.org · 10 years ago
  14. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  15. 30602ab if SK_DEBUG -> ifdef SK_DEBUG by commit-bot@chromium.org · 10 years ago
  16. 2d91eff 4x allocation in PipeController is probably overkill. by commit-bot@chromium.org · 10 years ago
  17. b45bd1f fix int/size_t warnings in pipe by commit-bot@chromium.org · 10 years ago
  18. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  19. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  20. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  21. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  22. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  23. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  24. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  25. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  26. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  27. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  28. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  29. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  30. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 10 years ago
  31. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  32. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 10 years ago
  33. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 10 years ago
  34. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 10 years ago
  35. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 10 years ago
  36. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  37. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  38. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  39. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  40. 59c3ab6 Fix a memory leak in SkGPipeCanvas. by scroggo@google.com · 11 years ago
  41. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  42. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  43. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  44. 89ff3dd Little changes to SkAnnotation in pipe: by commit-bot@chromium.org · 11 years ago
  45. 40258a5 Fix pipe/annotation. by commit-bot@chromium.org · 11 years ago
  46. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  47. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  48. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  49. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  50. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  51. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  52. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  53. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  54. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  55. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  56. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 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
  58. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  59. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  60. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  61. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  62. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  63. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  64. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  65. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  66. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  67. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  68. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  69. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  70. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  71. 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
  72. 460a23e Fix a parenthesis bug. by scroggo@google.com · 12 years ago
  73. a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 12 years ago
  74. d5d158b Ensure that Pipe does not crash when attempting to draw after endRecording. by scroggo@google.com · 12 years ago
  75. 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
  76. d9d2967 In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap by scroggo@google.com · 12 years ago
  77. 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 12 years ago
  78. 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 12 years ago
  79. fdb9b21 Revert r5063 until unit tests can be fixed. by tomhudson@google.com · 12 years ago
  80. 92967e9 Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process. by scroggo@google.com · 12 years ago
  81. 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
  82. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  83. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  84. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  85. 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 12 years ago
  86. 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 12 years ago
  87. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  88. fbe9c8f Adding virtual overload of isDrawingToLayer() to SkGPipe by junov@chromium.org · 12 years ago
  89. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago
  90. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  91. 284bf50 Purge bitmaps from SkGPipe's shared heap. by scroggo@google.com · 12 years ago
  92. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  93. d3ba5cc In SkGPipe, set a limit on the amount of flattenables cached. by scroggo@google.com · 12 years ago
  94. 6ea165d Another fix for drawing bitmaps through an SkGPipe that share pixelrefs. by scroggo@google.com · 12 years ago
  95. 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
  96. d33819a Fix a warning on linux when compiling SkGPipeWrite.cpp by scroggo@google.com · 12 years ago
  97. 565254b Fix SkGPipe drawing, and turn it on by default. by scroggo@google.com · 12 years ago
  98. 8ae3c7f For SkGPipe, store bitmaps in a common location. by scroggo@google.com · 12 years ago
  99. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  100. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 12 years ago