1. ef0fed3 Remove position from FrontBufferedStream by scroggo · 9 years ago
  2. 34d26b9 dead code: really kill these off again by mtklein · 9 years ago
  3. e90b485 restore empty files so that Chrome GN config can remove them... by mtklein · 9 years ago
  4. 048494c clean up more dead code by mtklein · 9 years ago
  5. f60a890 Delete dead code. SkBitmapHasher has not been used since gm. by mtklein · 9 years ago
  6. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago
  7. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 9 years ago
  8. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  9. 2df7813 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #2 id:20001 of https://codereview.chromium.org/1681643002/ ) by ethannicholas · 9 years ago
  10. 32fff1b Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  11. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  12. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  13. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  14. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  15. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  16. 5ba2b96 move more geometry to simd by caryclark · 9 years ago
  17. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  18. 55d4905 Add svg path arcto by caryclark · 9 years ago
  19. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  20. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  21. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  22. 233bab9 Add Lua SkXfermode skp scraping support by robertphillips · 9 years ago
  23. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  24. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  25. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  26. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  27. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  28. 0d48e41 [SkDebugger] Display run glyph positioning modes by fmalita · 9 years ago
  29. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  30. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  31. b39f39f remove unused SkCullPoints by reed · 9 years ago
  32. 14d8fa0 Move SkAndroidSDKCanvas to tools and ensure that it is built on all Android builds by djsollen · 9 years ago
  33. a2b6fdd update androidsdk to new savelayer signature by reed · 9 years ago
  34. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  35. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  36. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  37. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  38. 28e80f4 Fix a crash in SkParsePath::FromSVGString by scroggo · 9 years ago
  39. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  40. e77f2da [SkDebugger] Show more text blob details by fmalita · 9 years ago
  41. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  42. 22a517f report back colorfilters in lua by reed · 9 years ago
  43. 3d2e654 Upgrade debugger to print more SkPath info (isOval & isRRect) by robertphillips · 9 years ago
  44. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  45. 2b82982 [debugger] Add visualization of center rect for drawBitmapNine calls by robertphillips · 9 years ago
  46. 2944fbb Assert when running SampleApp with msaa 16 on Windows 10 by aleksandar.stojiljkovic · 9 years ago
  47. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  48. 7361bf0 [SkDebugger] Show detailed drawImage info by fmalita · 9 years ago
  49. fe8d5f6 Add generationID to debugger's path information by robertphillips · 9 years ago
  50. 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
  51. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  52. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  53. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  54. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  55. b0cd8b7 [SkDebugger] Handle path empty-bounds gracefully by fmalita · 9 years ago
  56. 4586334 Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer by tomhudson · 9 years ago
  57. b906daf Have /src files use header directly. by herb · 9 years ago
  58. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  59. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  60. 96a5cff Improve debugger's visualization of transparent textures by robertphillips · 9 years ago
  61. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  62. 37497dc Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines. by rmistry · 9 years ago
  63. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  64. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  65. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  66. 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
  67. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  68. 4f588b5 Replace font name table access with standard Skia function. by caryclark · 9 years ago
  69. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  70. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  71. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  72. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  73. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  74. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  75. 80af645 Update debugger print out of drawImageRect information by robertphillips · 9 years ago
  76. 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
  77. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  78. 499abab add gm for image->newShader by reed · 9 years ago
  79. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  80. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  81. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  82. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  83. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  84. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  85. b639474 Port SkTextureCompression opts to SkOpts by mtklein · 9 years ago
  86. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  87. 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
  88. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  89. 849a620 add missing comma by Derek Sollenberger · 9 years ago
  90. d8ea6b4 fix tests for android framework build by djsollen · 9 years ago
  91. aa80e42 Fix straggling SK_VIRTUAL_CONSTRAINT_TYPEs by scroggo · 9 years ago
  92. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  93. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  94. 651c920 Add drawImage{Rect,} support to SkDebugCanvas by fmalita · 9 years ago
  95. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  96. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  97. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  98. af51e04 rename utility to see if a paint will overwrite its pixels by reed · 9 years ago
  99. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  100. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago