1. 1aa5129 Reduce size of second iteration in SkTileGridNextDatum<>(). by tomhudson@google.com · 11 years ago
  2. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  3. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 11 years ago
  4. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  5. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 11 years ago
  6. fc2f0d0 use SkTCast by reed@google.com · 11 years ago
  7. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 11 years ago
  8. e9bbc81 move typeface cache limit from 128 to 1024 (128 is a joke, not sure what a by reed@google.com · 11 years ago
  9. db23509 always call SkFontMgr::Factory() (now that everyone has impl'd it) by reed@google.com · 11 years ago
  10. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 11 years ago
  11. b368551 fix mask error for BW text, where I forgot to look at just the low-8 bits by reed@google.com · 11 years ago
  12. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  13. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 11 years ago
  14. 919e9c3 fix infinite recursion calling (non)virtual by reed@google.com · 11 years ago
  15. ca5c841 respect slant param by reed@google.com · 11 years ago
  16. 7244e88 #if 0 reference to SkFontMgr::Factory for now by reed@google.com · 11 years ago
  17. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 11 years ago
  18. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  19. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  20. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  21. d257a7e limit SkFontHost::NextLogicalTypeface to only android (the only backend that by reed@google.com · 11 years ago
  22. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 11 years ago
  23. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  24. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  25. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  26. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 11 years ago
  27. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 11 years ago
  28. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 11 years ago
  29. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 11 years ago
  30. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 11 years ago
  31. 311d4ea This changes fixes issues with the non-separable blend modes. They were not producing the correct results if alpha was involved. by commit-bot@chromium.org · 11 years ago
  32. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 11 years ago
  33. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  34. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  35. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  36. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  37. 54d5f83 update coding style by mike@reedtribe.org · 11 years ago
  38. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  39. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  40. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  41. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  42. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  43. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 11 years ago
  44. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  45. 35e1563 Patch to fix NULL ptr dereference in 8171 on Linux by robertphillips@google.com · 11 years ago
  46. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  47. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  48. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  49. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  50. c04987f Fixed unitialized memory access bug in r8106 by robertphillips@google.com · 11 years ago
  51. 5ba0d90 Fixed compiler error/warning by robertphillips@google.com · 11 years ago
  52. 7ed1534 fix warning: use size_t when comparing to SK_ARRAY_COUNT by reed@google.com · 11 years ago
  53. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 11 years ago
  54. b8f9610 Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore/restore optimization by robertphillips@google.com · 11 years ago
  55. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  56. 5687a3e fix handling of stroked cubics when we exhaust our recursion limit. by reed@google.com · 11 years ago
  57. 8fff398 fix missing ! typo when we switched to skip() helper function. by reed@google.com · 11 years ago
  58. ed268bf add (mac) test for ttcindex in SkFontStream by reed@google.com · 11 years ago
  59. 27bf728 Unreviewed build fix. by sugoi@google.com · 11 years ago
  60. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  61. 61f70b4 doh. must dynamically allocate space for reading large(r) TTC header when ttcIndex > 0 by reed@google.com · 11 years ago
  62. 0f12e1f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  63. 7d3451b Add a map from index to SkFlatData* in SkFlatDictionary by robertphillips@google.com · 11 years ago
  64. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  65. bdd82f4 remove dead/#if 0/if (0) code blocks. no change to compiled output. by reed@google.com · 11 years ago
  66. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  67. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  68. 3c1ea3a land https://chromiumcodereview.appspot.com/12440004/ by reed@google.com · 11 years ago
  69. 45fc9d9 Put SkPictureRecord saveLayer optimization behind a compiler flag by robertphillips@google.com · 11 years ago
  70. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  71. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  72. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  73. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 11 years ago
  74. 90ee448 rewind at the start of each FontStream api (since we rewinding internally anyway) by reed@google.com · 11 years ago
  75. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 11 years ago
  76. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  77. b069e40 Fix an unused variable warning. by scroggo@google.com · 11 years ago
  78. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 11 years ago
  79. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 11 years ago
  80. 4969044 short-circuit if the requested typeface matches what we've been given. by reed@google.com · 11 years ago
  81. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  82. 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  83. dc09f07 move some of the impl in fonthost into typeface virtuals by mike@reedtribe.org · 11 years ago
  84. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  85. e37ad35 Reland r7918 & r7916 by robertphillips@google.com · 11 years ago
  86. cf59510 Revert r7918 & r7916 due to Linux rendering issues by robertphillips@google.com · 11 years ago
  87. 6dd683a Fix for Mac compiler problem in 7916 by robertphillips@google.com · 11 years ago
  88. 4310c66 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 11 years ago
  89. 43c0ac9 Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible by robertphillips@google.com · 11 years ago
  90. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  91. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  92. 826b415 Only print error message in debug mode. by scroggo@google.com · 11 years ago
  93. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 11 years ago
  94. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 11 years ago
  95. 8d38d51 Fixed sk_getMetrics_utf32_xy function by sugoi@google.com · 11 years ago
  96. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  97. 1086305 remove duplicate impl for getFileName() on SkFDStream by reed@google.com · 11 years ago
  98. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 11 years ago
  99. 7b5b18d don't #include <unistd.h> if we're windows by reed@google.com · 11 years ago
  100. fc573ab don't try to access filedescriptors on windows by reed@google.com · 11 years ago