1. 3d2e654 Upgrade debugger to print more SkPath info (isOval & isRRect) by robertphillips · 9 years ago
  2. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  3. 2b82982 [debugger] Add visualization of center rect for drawBitmapNine calls by robertphillips · 9 years ago
  4. 2944fbb Assert when running SampleApp with msaa 16 on Windows 10 by aleksandar.stojiljkovic · 9 years ago
  5. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  6. 7361bf0 [SkDebugger] Show detailed drawImage info by fmalita · 9 years ago
  7. fe8d5f6 Add generationID to debugger's path information by robertphillips · 9 years ago
  8. 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
  9. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  10. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  11. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  12. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  13. b0cd8b7 [SkDebugger] Handle path empty-bounds gracefully by fmalita · 9 years ago
  14. 4586334 Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer by tomhudson · 9 years ago
  15. b906daf Have /src files use header directly. by herb · 9 years ago
  16. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  17. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  18. 96a5cff Improve debugger's visualization of transparent textures by robertphillips · 9 years ago
  19. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  20. 37497dc Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines. by rmistry · 9 years ago
  21. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  22. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  23. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  24. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  25. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  26. 4f588b5 Replace font name table access with standard Skia function. by caryclark · 9 years ago
  27. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  28. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  32. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  33. 80af645 Update debugger print out of drawImageRect information by robertphillips · 9 years ago
  34. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  35. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  36. 499abab add gm for image->newShader by reed · 9 years ago
  37. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  38. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  39. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  40. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  41. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  42. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  43. b639474 Port SkTextureCompression opts to SkOpts by mtklein · 9 years ago
  44. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  45. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  46. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  47. 849a620 add missing comma by Derek Sollenberger · 9 years ago
  48. d8ea6b4 fix tests for android framework build by djsollen · 9 years ago
  49. aa80e42 Fix straggling SK_VIRTUAL_CONSTRAINT_TYPEs by scroggo · 9 years ago
  50. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  51. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  52. 651c920 Add drawImage{Rect,} support to SkDebugCanvas by fmalita · 9 years ago
  53. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  54. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  55. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  56. af51e04 rename utility to see if a paint will overwrite its pixels by reed · 9 years ago
  57. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  58. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  59. bd3e8cb Cleanup skia test harness due to changes to DisplayListCanvas by Derek Sollenberger · 9 years ago
  60. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  61. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  62. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  63. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  64. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  65. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  66. 98fc73c Change initializer list order to match field declaration order. by sammc · 9 years ago
  67. 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
  68. 4c21dc5 add drawImageNine by reed · 9 years ago
  69. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  70. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  71. 871872f change old picture serialization to really handle images by reed · 9 years ago
  72. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  73. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  74. 61fa22b Add and use SkSemaphore by mtklein · 9 years ago
  75. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  76. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  77. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  78. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  79. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  80. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  81. d26c9fa Fixing leaky handling of SkImage in SkDeferredCanvas. by junov · 9 years ago
  82. 9572a10 don't use accessBitmap by reed · 9 years ago
  83. b97e909 Fix SkAndroidSDKCanvas virtuals by tomhudson · 9 years ago
  84. cd1d41e remove unneeded device:lockpixels by reed · 9 years ago
  85. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  86. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  87. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  88. d8b544c Set OpenGLRenderer light center separately from initial setup by scroggo · 9 years ago
  89. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  90. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  91. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  92. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  93. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  94. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  95. 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
  96. 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
  97. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  98. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  99. 283b587 Update {virtual,override} to follow C++11 style in src/utils. by tfarina · 9 years ago
  100. 743be19 use acquire/release in SkEventTracer.cpp by mtklein · 9 years ago