1. 9504dd5 Remove SK_IGNORE_DWRITE_RENDERING_FIX. by Ben Wagner · 10 years ago
  2. 256b351 CTFontCopy*Name may return NULL. by bungeman · 10 years ago
  3. e438ddb Uses optional mutex to guard construction of the singleton, which by tomhudson · 10 years ago
  4. e41f388 Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by mtklein · 10 years ago
  5. 60b08a0 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  6. cad0cb2 Grant independence to SkBaseMutex on Windows. by tomhudson · 10 years ago
  7. 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
  8. df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  9. 935a9f6 force opaque if kCGImageAlpha returns None by reed · 10 years ago
  10. 761b250 DirectWrite to detect GDI only fonts. by bungeman · 10 years ago
  11. 26337e9 Fix SkTypeface::serialize() on Mac by properly indicating local fonts by caseq · 10 years ago
  12. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  13. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  14. 5a940b5 Tidy up fOwner in SkMutex_pthread.h. by mtklein · 10 years ago
  15. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  16. c83780c Remove unneeded return from DirectWrite. by Ben Wagner · 10 years ago
  17. 740c3f1 Better rendering detection with DirectWrite. by bungeman · 10 years ago
  18. a3530ef DirectWrite to not round already subpixel metrics. by bungeman · 10 years ago
  19. e486ec4 In Debug, SkMutex(pthread) crashes on re-entrant aquire from same thread. by halcanary · 10 years ago
  20. d7f846b Add needed virtual destructors. by bungeman · 10 years ago
  21. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  22. 33eb30f Clean up DirectWrite typeface cache matching. by bungeman · 10 years ago
  23. 6d867d4 DirectWrite to use PostScript name for PDF. by bungeman · 10 years ago
  24. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  25. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 10 years ago
  26. 6059f16 SkNEW as default Create() for SkLazyPtr macros. by mtklein · 10 years ago
  27. f0419e9 Hide chooseFromOneChoice along with Chooser. by scroggo · 10 years ago
  28. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  29. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  30. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  31. 19cae4f use __atomics in SkBarriers_tsan.h by mtklein · 10 years ago
  32. a8928b7 Add SkBarriers_tsan.h. by mtklein · 10 years ago
  33. b0b0feb Fix SK_API for DirectWrite port. by Ben Wagner · 10 years ago
  34. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago
  35. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  36. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  37. df1640d Remove SK_IGNORE_DWRITE_BITMAP_FIX. by bungeman · 10 years ago
  38. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  39. 832cb66 Update TSAN suppressions. by mtklein · 10 years ago
  40. be7de4f Update TSAN suppressions. by mtklein · 10 years ago
  41. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  42. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  43. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  44. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  45. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  46. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  47. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  48. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  49. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  50. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 10 years ago
  51. 8de5b7b Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 10 years ago
  52. 81496fb Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  53. 05d1cc2 Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/) by commit-bot@chromium.org · 10 years ago
  54. 6640ee3 Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/) by commit-bot@chromium.org · 10 years ago
  55. 5133fc1 Fix SkAtomics_win.h typos. by commit-bot@chromium.org · 10 years ago
  56. 3fdc7d6 Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  57. 7c18351 Better handling of bitmaps in DirectWrite. by bungeman@google.com · 10 years ago
  58. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  59. abf4189 Drop support for non-atomic non-mutex platforms. by commit-bot@chromium.org · 10 years ago
  60. 81da061 Implement sk_atomic_conditional_inc with sk_atomic_cas. by commit-bot@chromium.org · 10 years ago
  61. 3c134a9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  62. e5a8e66 move ashmem switching logic to SkDiscardableMemory::Create by commit-bot@chromium.org · 10 years ago
  63. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  64. e4ae0bc Fix undefined behavior in DirectWrite GDI compatible metrics. by bungeman@google.com · 10 years ago
  65. d3031aa Stage fixes for underline position. by commit-bot@chromium.org · 10 years ago
  66. e92c68f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  67. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  68. 7584c29 Un-swap underline position and thickness calcualtions in DirectWrite. by bungeman@google.com · 10 years ago
  69. 1c26111 Fix typo in SkFontHost_win.cpp in comment. by bungeman@google.com · 10 years ago
  70. cf800e0 Initialize the SkFontConfigInterface singleton with SkOnce. by bungeman@google.com · 10 years ago
  71. 058670b Add support for kEmbeddedBitmapText_Flag to DirectWrite. by bungeman@google.com · 10 years ago
  72. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  73. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  74. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  75. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  76. c18ba27 Remove SK_IGNORE_FREETYPE_ROTATION_FIX and guarded code. by bungeman@google.com · 10 years ago
  77. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  78. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  79. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  80. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  81. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  82. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  83. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 10 years ago
  84. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  85. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 10 years ago
  86. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 10 years ago
  87. 31db71d Prevent potential leaking of memory by using SkString and SkTArray. by commit-bot@chromium.org · 10 years ago
  88. 8bf34e1 Remove dead code in ports/. by commit-bot@chromium.org · 10 years ago
  89. 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 10 years ago
  90. 921d2b3 The android framework should not embolden glyphs that originate from bold fonts. by commit-bot@chromium.org · 10 years ago
  91. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 10 years ago
  92. c94a028 Add a default-default font for DirectWrite. by bungeman@google.com · 10 years ago
  93. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  94. a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 10 years ago
  95. 29d3777 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  96. 3d21f21 Fix r13897. by bungeman@google.com · 10 years ago
  97. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  98. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 10 years ago
  99. 1d1f234 SkFontStyleSet_DirectWrite::getStyle to properly handle NULL out params. by bungeman@google.com · 10 years ago
  100. ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 10 years ago