1. 321fa70 remove stray printf by reed · 9 years ago
  2. d26c9fa Fixing leaky handling of SkImage in SkDeferredCanvas. by junov · 9 years ago
  3. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  4. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  5. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  6. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  7. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  8. d96fd0c Update {virtual,override} to follow C++11 style in src/pipe. by tfarina · 9 years ago
  9. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  10. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  11. b041efe Remove clear function from SkGPipe by derekf · 10 years ago
  12. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  13. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  14. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  15. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  16. c4fda92 remove unused drawData by reed · 10 years ago
  17. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  18. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  19. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  20. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  21. 3729469 Change clear() to respect the clip by reed · 10 years ago
  22. 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
  23. 9bb7539 Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  24. 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
  25. 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  26. acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
  27. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  28. 228a6f2 SkTextBlob GPipe serialization. by fmalita · 10 years ago
  29. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  30. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  31. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  32. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  33. 6d88e6c Fix way-over-allocation in pipe. by mtklein · 10 years ago
  34. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  35. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  36. e56e840 Reland the 4x -> 1x allocation from "4x allocation in PipeController is probably overkill." by commit-bot@chromium.org · 10 years ago
  37. 44803fb Reland one more bug fix from "4x allocation in PipeController is probably overkill.". by commit-bot@chromium.org · 10 years ago
  38. d049017 Reland bug fixes from "4x allocation in PipeController is probably overkill." by commit-bot@chromium.org · 10 years ago
  39. f700fb2 Manually revert "4x allocation in PipeController is probably overkill." by commit-bot@chromium.org · 10 years ago
  40. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  41. 30602ab if SK_DEBUG -> ifdef SK_DEBUG by commit-bot@chromium.org · 10 years ago
  42. 2d91eff 4x allocation in PipeController is probably overkill. by commit-bot@chromium.org · 10 years ago
  43. 1f64a21 Fix build: these asserts are always now true, which GCC warns about by commit-bot@chromium.org · 10 years ago
  44. b45bd1f fix int/size_t warnings in pipe by commit-bot@chromium.org · 10 years ago
  45. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  46. 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
  47. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  48. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  49. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  50. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  51. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  52. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  53. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  54. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  55. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  56. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  57. 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 · 11 years ago
  58. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  59. d957984 Factory methods for heap-allocated SkAnnotation objects. by commit-bot@chromium.org · 11 years ago
  60. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  61. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 11 years ago
  62. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
  63. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  64. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  65. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  66. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  67. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  68. 59c3ab6 Fix a memory leak in SkGPipeCanvas. by scroggo@google.com · 11 years ago
  69. 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
  70. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  71. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  72. 89ff3dd Little changes to SkAnnotation in pipe: by commit-bot@chromium.org · 11 years ago
  73. 40258a5 Fix pipe/annotation. by commit-bot@chromium.org · 11 years ago
  74. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  75. 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
  76. 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
  77. 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
  78. 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
  79. 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  81. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  82. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  84. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  85. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  86. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  87. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  88. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 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
  90. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  91. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  92. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  93. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  94. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  95. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  96. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  98. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  99. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  100. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago