1. b7fedac Fixed Skia compilation error with strict clang. by commit-bot@chromium.org · 11 years ago
  2. 050c0ae Remove misc. dead code. by commit-bot@chromium.org · 11 years ago
  3. dad009b Making SkDeferredCanvas::silentFlush trigger a skippedPendingDrawCommands callback by commit-bot@chromium.org · 11 years ago
  4. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. f20fc24 remove all references to legacy Config8888 by reed@google.com · 11 years ago
  6. 57f74e0 Debugger improvements by commit-bot@chromium.org · 11 years ago
  7. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 11 years ago
  8. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  9. 933e65d replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 11 years ago
  10. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 11 years ago
  11. 1301bf3 add initial scraper for dashing by commit-bot@chromium.org · 11 years ago
  12. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  13. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  14. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 11 years ago
  15. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  16. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  17. 0f03f43 Move SkNoSaveLayerCanvas.h to include/utils by robertphillips@google.com · 11 years ago
  18. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  19. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  20. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
  21. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  22. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  23. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  24. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  25. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  26. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  27. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  28. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  29. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  30. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  32. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 11 years ago
  33. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 11 years ago
  34. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 1643b2c This adds cull rect visualization to the debugger's "mega" visualization mode. by commit-bot@chromium.org · 11 years ago
  36. 768ac85 The new "mega" viz mode both adds visualization and forces all drawing to the visible canvas (by replacing the active saveLayers with saves). by commit-bot@chromium.org · 11 years ago
  37. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  39. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  40. 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
  41. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  42. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  43. c530208 Add point count to lua SkPath. by commit-bot@chromium.org · 11 years ago
  44. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  45. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  46. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  47. 90667ba Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. d85b822 Add some SkPath lua functions by commit-bot@chromium.org · 11 years ago
  49. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 11 years ago
  50. 3d30520 Add DRRect to debugger by commit-bot@chromium.org · 11 years ago
  51. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  52. ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
  53. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  54. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  55. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  56. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  57. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  58. 284a84d Revert "Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.chromium.org/165393006/)" by reed@google.com · 11 years ago
  59. 9756197 Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.chromium.org/165393006/) by commit-bot@chromium.org · 11 years ago
  60. bd246e2 have DeferredDevice inherit from SkBaseDevice by reed@google.com · 11 years ago
  61. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 11 years ago
  62. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  63. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  64. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  65. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 11 years ago
  66. da5c6d6 don't initialize the default Skia tracer if one has already been provided by commit-bot@chromium.org · 11 years ago
  67. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 11 years ago
  68. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  69. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  70. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  72. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
  73. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  74. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  75. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  76. bde4ba2 Revert of Use SkMScalar as intermediates in SkMatrix44::setConcat. (https://codereview.chromium.org/146823002/) by commit-bot@chromium.org · 11 years ago
  77. 94ecb66 Use SkMScalar as intermediates in SkMatrix44::setConcat. by commit-bot@chromium.org · 11 years ago
  78. d173b87 remove SkScalarMul macro by mike@reedtribe.org · 11 years ago
  79. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  80. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  82. f0a4013 Yet another patch for r13038 by robertphillips@google.com · 11 years ago
  83. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  84. 1066f08 If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp by commit-bot@chromium.org · 11 years ago
  85. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  86. ed9866c Expand GatherPixelRefs unit test by robertphillips@google.com · 11 years ago
  87. 8f7a108 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 81e8739 NoSaveLayerCanvas now its own file by robertphillips@google.com · 11 years ago
  89. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  90. 641bcc3 Add cast to fix Win* compile complaint/failure by commit-bot@chromium.org · 11 years ago
  91. 087b313 Add cast to fix Win* compile complaint/failure by robertphillips@google.com · 11 years ago
  92. 1cd71fb Expose more SkPaint fields in Lua API. by commit-bot@chromium.org · 11 years ago
  93. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  94. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  95. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  96. 77887af Prevent crash in Lua bindings. by commit-bot@chromium.org · 11 years ago
  97. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  98. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  99. 1735d66 Fix incremental visibility filter handling. by commit-bot@chromium.org · 11 years ago
  100. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago