1. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  2. 36ee020 Trigger rebuilds on ChromeOS (RunBuilders:Skia_ChromeOS_Alex_Release_32) by rmistry@google.com · 11 years ago
  3. c215d10 Trigger rebuilds on Mac-10.7 32 bit by rmistry@google.com · 11 years ago
  4. c826a7c Trigger rebuilds on Mac-10.7 (RunBuilders:Skia_MacMiniLion_Float_Debug_64) by rmistry@google.com · 11 years ago
  5. e8be73b oops, don't say static for an extern function by reed@google.com · 11 years ago
  6. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  7. 02c7764 Whitespace change to trigger rebuilds by rmistry@google.com · 11 years ago
  8. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. 0e3f621 Whitespace change to test compile-only bots by borenet@google.com · 11 years ago
  10. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 11 years ago
  11. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 11 years ago
  12. 33179c8 Unreviewed build fix by sugoi@google.com · 11 years ago
  13. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 11 years ago
  14. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 11 years ago
  15. 2874906 Unreviewed build fix by sugoi@google.com · 11 years ago
  16. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  17. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  18. c452d82 move fontmgr into include/ports for now by reed@google.com · 11 years ago
  19. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  20. 6864cb8 Rebaseline Mac 10.8 performance flakes by robertphillips@google.com · 11 years ago
  21. 0e642cd Whitespace change to trigger RazrI builds. by rmistry@google.com · 11 years ago
  22. d257a7e limit SkFontHost::NextLogicalTypeface to only android (the only backend that by reed@google.com · 11 years ago
  23. 71ebd05 Fix non-Windows build break in r8364. by bsalomon@google.com · 11 years ago
  24. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  25. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 11 years ago
  26. e74f83b remove SkFontHost::EnsureTypefaceAccessible declaration (no longer implemented or called) by reed@google.com · 11 years ago
  27. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  28. 77279cb Fix compiler errors/warnings in r8355 by robertphillips@google.com · 11 years ago
  29. 44b85fe Rebaselining performance flake by robertphillips@google.com · 11 years ago
  30. 0df2a9a SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  31. 4d3751d Rebaselining performance flakes by robertphillips@google.com · 11 years ago
  32. 23bbc84 Whitespace change to test emails by rmistry@google.com · 11 years ago
  33. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 11 years ago
  34. b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 11 years ago
  35. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  36. 72657e0 Rebaseline for Mac 10.9 performance trigger flakes by robertphillips@google.com · 11 years ago
  37. 28795f5 Widen the range on some performance trigger flakes by robertphillips@google.com · 11 years ago
  38. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 11 years ago
  39. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 11 years ago
  40. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  41. cb69319 Update gyp\images.gyp for move of SkJpegUtility.h from include\images to src\images (in r8267) by robertphillips@google.com · 11 years ago
  42. 24bfdac More SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  43. 0228856 revert 8331 (broke android text) by reed@google.com · 11 years ago
  44. 253ac10 fix warning (again) for SkMovie by reed@google.com · 11 years ago
  45. b2ef708 Remove Ubuntu gpu performance triggers by robertphillips@google.com · 11 years ago
  46. 5ee708a Fix typo in SkTLazy.h's "operator delete" by robertphillips@google.com · 11 years ago
  47. 069a902 fix warning for SkMovie by reed@google.com · 11 years ago
  48. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 11 years ago
  49. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 11 years ago
  50. a3a09ab More SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  51. f1b6b06 Clean up GrCircleEdgeEffect and GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  52. 5af3496 Whitespace change to test commit queue by commit-bot@chromium.org · 11 years ago
  53. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  54. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 11 years ago
  55. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 11 years ago
  56. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 11 years ago
  57. 53872fb remove now obsolete GetAdvancedTypefaceMetrics API from SkFontHost by mike@reedtribe.org · 11 years ago
  58. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 11 years ago
  59. 398de9a switch to typeface api for tables by reed@google.com · 11 years ago
  60. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 11 years ago
  61. 29b7e63 make OpenStream and GetFileName private (soon to go away) by reed@google.com · 11 years ago
  62. fb4038a Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  63. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  64. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 11 years ago
  65. ae3f2ce "Fix" persistent failure of BitmapFactoryTest on debug RazrI by robertphillips@google.com · 11 years ago
  66. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 11 years ago
  67. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  68. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 11 years ago
  69. dd4400b Stop printing GL errors for disabling color tables on core profiles on nvidia/windows machines. by commit-bot@chromium.org · 11 years ago
  70. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  71. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 11 years ago
  72. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 11 years ago
  73. 4d94e1b Removed the "any" command from the displacement glsl shader. by sugoi@google.com · 11 years ago
  74. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 11 years ago
  75. 9ae7850 Stop the GLPrograms unit test from generating out of range attrib indices for effects. by commit-bot@chromium.org · 11 years ago
  76. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 11 years ago
  77. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 11 years ago
  78. a262eea beef-up upem test for fonts by reed@google.com · 11 years ago
  79. 9dcf465 When we read from a RemoteFontStream (might happen maybe with other streams), stream's data might be partially consumed. If so, when we try to read the whole content of the font, we fail, because we read only part of the content. by edisonn@google.com · 11 years ago
  80. 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 11 years ago
  81. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 11 years ago
  82. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 11 years ago
  83. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 11 years ago
  84. 5dc4ca1 Allow more options for setting boolean flag values in SkFlags. by scroggo@google.com · 11 years ago
  85. 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 11 years ago
  86. 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
  87. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  88. 4f25baa Adjust performance triggers by robertphillips@google.com · 11 years ago
  89. 5016652 Fail to return a codec if the provided stream does not support rewind. by djsollen@google.com · 11 years ago
  90. 0f2cd17 When SkFlags encounters an invalid flag, quit. by scroggo@google.com · 11 years ago
  91. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 11 years ago
  92. 8366df0 Update help in SkFlags. by scroggo@google.com · 11 years ago
  93. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  94. b8210f2 Revert r8269 to fix BuildGM. Warnings-as-errors problem, dunno why I didn't see it locally. by epoger@google.com · 11 years ago
  95. 4bfbc7f Fix submit_try by borenet@google.com · 11 years ago
  96. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 11 years ago
  97. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  98. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 11 years ago
  99. 4d98532 Fix build breakage. by bsalomon@google.com · 11 years ago
  100. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago