1. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  2. 584f337 fix utf32 text in subpixel mode by commit-bot@chromium.org · 10 years ago
  3. 40f6e3a add release-mode checks for null, at least for a while by commit-bot@chromium.org · 10 years ago
  4. f239d91 guard against self-assignment by commit-bot@chromium.org · 10 years ago
  5. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  6. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  7. 45d86e7 always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  8. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  9. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  10. 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
  11. f48182b SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  12. 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
  13. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  14. e78f7cf change tooBitForLCD to compare against linear size of the text, not the area by commit-bot@chromium.org · 10 years ago
  15. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  16. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 10 years ago
  17. 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
  18. d957984 Factory methods for heap-allocated SkAnnotation objects. by commit-bot@chromium.org · 10 years ago
  19. 5007aab Upstream changes from Android by commit-bot@chromium.org · 10 years ago
  20. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  21. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 10 years ago
  22. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  23. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 10 years ago
  24. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  25. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  26. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 10 years ago
  27. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  28. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  29. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  30. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  31. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. 7f78611 Clean up 4 old bytes per paint. by commit-bot@chromium.org · 11 years ago
  33. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  34. 950923b All SkAnnotations are no-draw. Propose we fold that through. by commit-bot@chromium.org · 11 years ago
  35. 3e7e992 Add display of filterLevel to debugger by robertphillips@google.com · 11 years ago
  36. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  37. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  39. 80f3fcd Update #if to #ifdef for consistency by commit-bot@chromium.org · 11 years ago
  40. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  41. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  42. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  43. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  44. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 11 years ago
  45. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  46. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
  47. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
  48. 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 11 years ago
  49. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  50. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  51. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  52. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  53. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  54. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  55. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 11 years ago
  56. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  57. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  58. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 11 years ago
  59. 8d38d51 Fixed sk_getMetrics_utf32_xy function by sugoi@google.com · 11 years ago
  60. 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 11 years ago
  61. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  62. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  63. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  64. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  65. b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
  66. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  67. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  68. 5cd3656 Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR. by scroggo@google.com · 12 years ago
  69. b1a72cb Remove state from SkColorSpaceLuminance to avoid memory management. by bungeman@google.com · 12 years ago
  70. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  71. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  72. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  73. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  74. ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago
  75. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 12 years ago
  76. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  77. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  78. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  79. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  80. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  81. 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 12 years ago
  82. e691376 move SkTextToPathIter into private header by reed@google.com · 12 years ago
  83. 2bf82d8 Set fReservedAlign to 0. by bungeman@google.com · 12 years ago
  84. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  85. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  86. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
  87. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  88. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  89. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  90. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  91. 89e615d Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cpp by junov@chromium.org · 12 years ago
  92. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  93. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  94. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  95. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  96. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  97. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  98. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  99. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  100. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago