1. 72657e0 Rebaseline for Mac 10.9 performance trigger flakes by robertphillips@google.com · 12 years ago
  2. 28795f5 Widen the range on some performance trigger flakes by robertphillips@google.com · 12 years ago
  3. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  4. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 12 years ago
  5. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  6. cb69319 Update gyp\images.gyp for move of SkJpegUtility.h from include\images to src\images (in r8267) by robertphillips@google.com · 12 years ago
  7. 24bfdac More SkDrawCommand cleanup by robertphillips@google.com · 12 years ago
  8. 0228856 revert 8331 (broke android text) by reed@google.com · 12 years ago
  9. 253ac10 fix warning (again) for SkMovie by reed@google.com · 12 years ago
  10. b2ef708 Remove Ubuntu gpu performance triggers by robertphillips@google.com · 12 years ago
  11. 5ee708a Fix typo in SkTLazy.h's "operator delete" by robertphillips@google.com · 12 years ago
  12. 069a902 fix warning for SkMovie by reed@google.com · 12 years ago
  13. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 12 years ago
  14. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 12 years ago
  15. a3a09ab More SkDrawCommand cleanup by robertphillips@google.com · 12 years ago
  16. f1b6b06 Clean up GrCircleEdgeEffect and GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  17. 5af3496 Whitespace change to test commit queue by commit-bot@chromium.org · 12 years ago
  18. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  19. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 12 years ago
  20. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  21. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 12 years ago
  22. 53872fb remove now obsolete GetAdvancedTypefaceMetrics API from SkFontHost by mike@reedtribe.org · 12 years ago
  23. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 12 years ago
  24. 398de9a switch to typeface api for tables by reed@google.com · 12 years ago
  25. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  26. 29b7e63 make OpenStream and GetFileName private (soon to go away) by reed@google.com · 12 years ago
  27. fb4038a Performance trigger rebaselines by robertphillips@google.com · 12 years ago
  28. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  29. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 12 years ago
  30. ae3f2ce "Fix" persistent failure of BitmapFactoryTest on debug RazrI by robertphillips@google.com · 12 years ago
  31. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  32. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  33. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 12 years ago
  34. dd4400b Stop printing GL errors for disabling color tables on core profiles on nvidia/windows machines. by commit-bot@chromium.org · 12 years ago
  35. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
  36. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 12 years ago
  37. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  38. 4d94e1b Removed the "any" command from the displacement glsl shader. by sugoi@google.com · 12 years ago
  39. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  40. 9ae7850 Stop the GLPrograms unit test from generating out of range attrib indices for effects. by commit-bot@chromium.org · 12 years ago
  41. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 12 years ago
  42. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 12 years ago
  43. a262eea beef-up upem test for fonts by reed@google.com · 12 years ago
  44. 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 · 12 years ago
  45. 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 12 years ago
  46. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
  47. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
  48. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 12 years ago
  49. 5dc4ca1 Allow more options for setting boolean flag values in SkFlags. by scroggo@google.com · 12 years ago
  50. 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 12 years ago
  51. 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 · 12 years ago
  52. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 4f25baa Adjust performance triggers by robertphillips@google.com · 12 years ago
  54. 5016652 Fail to return a codec if the provided stream does not support rewind. by djsollen@google.com · 12 years ago
  55. 0f2cd17 When SkFlags encounters an invalid flag, quit. by scroggo@google.com · 12 years ago
  56. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  57. 8366df0 Update help in SkFlags. by scroggo@google.com · 12 years ago
  58. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  59. b8210f2 Revert r8269 to fix BuildGM. Warnings-as-errors problem, dunno why I didn't see it locally. by epoger@google.com · 12 years ago
  60. 4bfbc7f Fix submit_try by borenet@google.com · 12 years ago
  61. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 12 years ago
  62. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  63. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  64. 4d98532 Fix build breakage. by bsalomon@google.com · 12 years ago
  65. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  66. 723dd79 Unreviewed. Adding TODO comment to reference newly filed bug. by junov@google.com · 12 years ago
  67. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 12 years ago
  68. 8e3fb2d comments only: update docs for SkStream::readData(), SkWStream::writeData() by epoger@google.com · 12 years ago
  69. a4ecab0 Remove unused declaration by djsollen@google.com · 12 years ago
  70. 0f567c6 Write the config options in place in the help string. by scroggo@google.com · 12 years ago
  71. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  72. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
  73. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 12 years ago
  74. cb62650 Add --resourcePath flag to the test program. by djsollen@google.com · 12 years ago
  75. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 12 years ago
  76. b56277e Whitespace change to trigger rebuilds since skia-autogen looks ok now by rmistry@google.com · 12 years ago
  77. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. 3fbab82 Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itself as opaque. by commit-bot@chromium.org · 12 years ago
  79. f4b6763 Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error by robertphillips@google.com · 12 years ago
  80. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  81. 4c75f24 Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around. by bsalomon@google.com · 12 years ago
  82. 202d139 Work around MSAA/lines issue on Linux bot. by bsalomon@google.com · 12 years ago
  83. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  84. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  85. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  86. 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 12 years ago
  87. f315451 Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures. by bsalomon@google.com · 12 years ago
  88. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  89. a83d3d8 fix angle gmmain build by bsalomon@google.com · 12 years ago
  90. 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
  91. 56a2e0d fix double->float warnings by reed@google.com · 12 years ago
  92. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 12 years ago
  93. 1468781 Fix build break in gmmain.cpp by bsalomon@google.com · 12 years ago
  94. 40deead Add config msaa4 to gm (not run by default) and make MSAA configs not run unless by bsalomon@google.com · 12 years ago
  95. 6a2ea69 More performance rebaselines by robertphillips@google.com · 12 years ago
  96. e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 12 years ago
  97. 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
  98. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  99. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 12 years ago
  100. f735cb3 Remove SkMMapStream.h from core.gypi by robertphillips@google.com · 12 years ago