1. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  2. fdd52c4 Don't build CG on Linux CMake by msarett · 9 years ago
  3. 1897631 Add an SkImageGeneratorCG by msarett · 9 years ago
  4. 08d739c Fix Windows clang compiler complaint by robertphillips · 9 years ago
  5. 042f859 Initialize the font fallback when the direct write font manager is created. by kulshin · 9 years ago
  6. ad514d0 Only modify abort behavior to avoid debugger dialog on windows for bot builds. by bsalomon · 9 years ago
  7. aabd71c SkFontHost_FreeType constructor to correctly release resources. by bungeman · 9 years ago
  8. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  9. 64a3c95 Check scalar to fixed conversions with axes. by benjaminwagner · 9 years ago
  10. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  11. 4534562 Change type of SkScalerContext_FreeType::fScaleX/Y. All uses want FT_F26Dot6. by benjaminwagner · 9 years ago
  12. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  13. 70bb808 Add request cache to SkFontHost_fontconfig. by bungeman · 9 years ago
  14. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  15. 944c2d9 SkOSFile_stdio: less :: by mtklein · 9 years ago
  16. ebc465b Add support for caching font files in the Android SkFontMgr. by khushalsagar · 9 years ago
  17. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  18. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  19. 918090c SkTArray to move when moving. by bungeman · 9 years ago
  20. 6b48984 Don't print dialog box prior to crashing. by djsollen · 9 years ago
  21. 50b98b4 add note about security and new subclasses by reed · 9 years ago
  22. 69d1603 Add option to specify a font collection when creating a by kulshin · 9 years ago
  23. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  24. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  25. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  26. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  27. c721196 Fixed compilation on mingw. by cjacek · 9 years ago
  28. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  29. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  30. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  31. 5eff9e7 Implement onMatchFamilyStyle for Mac. by bungeman · 9 years ago
  32. a913275 SkStream/Priv cleanups by scroggo · 9 years ago
  33. 576c206 Update tests to produce more sensible output for Android framework builds. by djsollen · 9 years ago
  34. f33e7a3 remove unused SkGlobalInitialization_none.cpp by reed · 9 years ago
  35. 6054d68 reorg global initialization, separating core from optional by reed · 9 years ago
  36. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  37. 2b12376 SkTime: Stop using POSIX entensions to time.h for timezone by halcanary · 9 years ago
  38. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  39. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  40. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  41. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  42. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  43. 7a897c0 Change use of LoadLibrary to LoadLibraryA by jvanverth · 9 years ago
  44. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  45. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  46. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  47. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  48. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  49. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  50. ba923d3 SkImageShaderFactoryToName SkAlphaThresholdFilterFactoryToName by halcanary · 9 years ago
  51. 2211a7b Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching. by benjaminwagner · 9 years ago
  52. b8b479b use malloc/calloc/free instead of moz_malloc/moz_calloc/moz_free in ports/SkMemory_mozalloc.cpp by lsalzman · 9 years ago
  53. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  54. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  55. ee10a42 Add decodeYUV8Planes to SkImageDecoder_empty by scroggo · 9 years ago
  56. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  57. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  58. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  59. 3f846ae Take mutex when calling into FreeType. by bungeman · 9 years ago
  60. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  61. ef27ce3 Use only one CGFont/CTFont per scaler context on Mac. by bungeman · 9 years ago
  62. e4881b6 add a note by mtklein · 9 years ago
  63. bdef140 Send SkDebugf through stderr and flush on Windows too. by mtklein · 9 years ago
  64. 6440f0b Add shared mutexes to the direct write cache code to get better parallelism. by herb · 9 years ago
  65. 546dc32 Use SkAutoTExclusive guard in DirectWrite port. by herb · 9 years ago
  66. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  67. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  68. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  69. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  70. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  71. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  72. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  73. c7378af Add a mutex to protect the DWrite calls. by herb · 9 years ago
  74. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  75. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  76. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  77. 0584631 Avoid last param to CTFontCreateWithGraphicsFont. by bungeman · 9 years ago
  78. 7cbeaae Avoid CTFontCreateCopyWithAttributes. by bungeman · 9 years ago
  79. 4de8c3a Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of https://codereview.chromium.org/1344213004/ ) by bungeman · 9 years ago
  80. d329671 Avoid CTFontCreateCopyWithAttributes. by bungeman · 9 years ago
  81. cd56f81 SkImageSource by fmalita · 9 years ago
  82. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  83. 75db90c Missing EncodeData(SkImageInfo...) in SkImageEncoder_empty by fmalita · 9 years ago
  84. 0881b95 Give reason while file open failed. by bungeman · 9 years ago
  85. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  86. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  87. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  88. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  89. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  90. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  91. f052715 Use portable code for family names with DirectWrite. by bungeman · 9 years ago
  92. 6fbdeef Revert of Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. (patchset #1 id:1 of https://codereview.chromium.org/1283183004/ ) by mtklein · 9 years ago
  93. e844530 Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. by mtklein · 9 years ago
  94. c5b7df4 Remove an unused function. by thakis · 9 years ago
  95. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  96. 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
  97. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  98. 24a104d Revert character in typeface test on Android. by bungeman · 9 years ago
  99. c3eb50c Minor cleanup of SkLightingShader by robertphillips · 9 years ago
  100. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago