1. 4d803a9 Add asADash to Lua for scraping by commit-bot@chromium.org · 10 years ago
  2. ab885be Comment out call broken call to pushMatrix in LuaCanvas by commit-bot@chromium.org · 10 years ago
  3. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
  4. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
  5. 08bf86c Partially restore small-T optimization for very small (empty) T. by commit-bot@chromium.org · 10 years ago
  6. 73fffeb Add pattern matchers for SkRecord by commit-bot@chromium.org · 10 years ago
  7. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  8. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  9. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  10. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  11. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  12. 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
  13. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  14. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  15. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  16. e9e62d5 Ashmem functions compile when size_t != __u32 by commit-bot@chromium.org · 10 years ago
  17. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  18. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  19. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  20. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  21. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  22. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  23. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  24. b7fedac Fixed Skia compilation error with strict clang. by commit-bot@chromium.org · 10 years ago
  25. 050c0ae Remove misc. dead code. by commit-bot@chromium.org · 10 years ago
  26. dad009b Making SkDeferredCanvas::silentFlush trigger a skippedPendingDrawCommands callback by commit-bot@chromium.org · 10 years ago
  27. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  28. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  29. 57f74e0 Debugger improvements by commit-bot@chromium.org · 10 years ago
  30. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  31. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  32. 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
  33. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 11 years ago
  34. 1301bf3 add initial scraper for dashing by commit-bot@chromium.org · 11 years ago
  35. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  36. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  37. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 11 years ago
  38. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  39. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  40. 0f03f43 Move SkNoSaveLayerCanvas.h to include/utils by robertphillips@google.com · 11 years ago
  41. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  42. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  43. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
  44. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  45. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  46. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  47. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  48. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  49. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  50. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  51. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  52. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  53. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  55. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 11 years ago
  56. 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
  57. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. 1643b2c This adds cull rect visualization to the debugger's "mega" visualization mode. by commit-bot@chromium.org · 11 years ago
  59. 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
  60. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  62. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  63. 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
  64. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  65. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  66. c530208 Add point count to lua SkPath. by commit-bot@chromium.org · 11 years ago
  67. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  68. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  69. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  70. 90667ba Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. d85b822 Add some SkPath lua functions by commit-bot@chromium.org · 11 years ago
  72. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 11 years ago
  73. 3d30520 Add DRRect to debugger by commit-bot@chromium.org · 11 years ago
  74. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  75. ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
  76. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  77. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  78. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  79. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  80. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  81. 284a84d Revert "Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.chromium.org/165393006/)" by reed@google.com · 11 years ago
  82. 9756197 Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.chromium.org/165393006/) by commit-bot@chromium.org · 11 years ago
  83. bd246e2 have DeferredDevice inherit from SkBaseDevice by reed@google.com · 11 years ago
  84. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 11 years ago
  85. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  86. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  87. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  88. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 11 years ago
  89. da5c6d6 don't initialize the default Skia tracer if one has already been provided by commit-bot@chromium.org · 11 years ago
  90. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 11 years ago
  91. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  92. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  93. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  94. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  95. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
  96. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  97. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  98. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  99. bde4ba2 Revert of Use SkMScalar as intermediates in SkMatrix44::setConcat. (https://codereview.chromium.org/146823002/) by commit-bot@chromium.org · 11 years ago
  100. 94ecb66 Use SkMScalar as intermediates in SkMatrix44::setConcat. by commit-bot@chromium.org · 11 years ago