1. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  2. d71b757 Serialize the font index. by bungeman · 10 years ago
  3. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  4. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  5. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  6. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  7. ec730b9 Remove fOrigFontID from SkScalerContextRec. by bungeman · 10 years ago
  8. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  9. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  10. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  11. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  12. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  13. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  14. f59eab2 patch from issue 383923002 by reed · 10 years ago
  15. 65b6fa1 Use stack allocation for Android data in SkScalerContext::MakeRec(). by jvanverth · 10 years ago
  16. a5c0844 Remove SK_IGNORE_FASTER_TEXT_FIX. by Ben Wagner · 10 years ago
  17. dc1cf66 Remove A8_LCD luminance hack. by jvanverth · 10 years ago
  18. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  19. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  20. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  21. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  22. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  23. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  24. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  25. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 10 years ago
  26. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  27. 584f337 fix utf32 text in subpixel mode by commit-bot@chromium.org · 10 years ago
  28. 40f6e3a add release-mode checks for null, at least for a while by commit-bot@chromium.org · 10 years ago
  29. f239d91 guard against self-assignment by commit-bot@chromium.org · 10 years ago
  30. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  31. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  32. 45d86e7 always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  33. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  34. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  35. 9206da6 Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  36. f48182b SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  37. fffb2cd Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  38. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  39. e78f7cf change tooBitForLCD to compare against linear size of the text, not the area by commit-bot@chromium.org · 10 years ago
  40. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  41. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 10 years ago
  42. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 10 years ago
  43. d957984 Factory methods for heap-allocated SkAnnotation objects. by commit-bot@chromium.org · 10 years ago
  44. 5007aab Upstream changes from Android by commit-bot@chromium.org · 10 years ago
  45. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  46. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 10 years ago
  47. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  48. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 10 years ago
  49. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  50. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  51. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 10 years ago
  52. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  53. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  54. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  55. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  56. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 7f78611 Clean up 4 old bytes per paint. by commit-bot@chromium.org · 11 years ago
  58. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  59. 950923b All SkAnnotations are no-draw. Propose we fold that through. by commit-bot@chromium.org · 11 years ago
  60. 3e7e992 Add display of filterLevel to debugger by robertphillips@google.com · 11 years ago
  61. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  62. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  64. 80f3fcd Update #if to #ifdef for consistency by commit-bot@chromium.org · 11 years ago
  65. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  66. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  67. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  68. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  69. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 11 years ago
  70. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
  72. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
  73. 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 11 years ago
  74. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  75. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  76. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  77. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  78. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  79. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  80. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 11 years ago
  81. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  82. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  83. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 11 years ago
  84. 8d38d51 Fixed sk_getMetrics_utf32_xy function by sugoi@google.com · 11 years ago
  85. 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 11 years ago
  86. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  87. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 11 years ago
  88. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  89. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  90. b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
  91. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  92. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  93. 5cd3656 Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR. by scroggo@google.com · 12 years ago
  94. b1a72cb Remove state from SkColorSpaceLuminance to avoid memory management. by bungeman@google.com · 12 years ago
  95. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  96. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  97. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  98. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  99. ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago
  100. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 12 years ago