1. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  3. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 12 years ago
  4. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 12 years ago
  5. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 12 years ago
  6. 2874906 Unreviewed build fix by sugoi@google.com · 12 years ago
  7. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  8. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  9. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  10. d257a7e limit SkFontHost::NextLogicalTypeface to only android (the only backend that by reed@google.com · 12 years ago
  11. 71ebd05 Fix non-Windows build break in r8364. by bsalomon@google.com · 12 years ago
  12. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  13. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 12 years ago
  14. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  15. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 12 years ago
  16. b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 12 years ago
  17. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  19. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  20. 0228856 revert 8331 (broke android text) by reed@google.com · 12 years ago
  21. 253ac10 fix warning (again) for SkMovie by reed@google.com · 12 years ago
  22. 069a902 fix warning for SkMovie by reed@google.com · 12 years ago
  23. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 12 years ago
  24. f1b6b06 Clean up GrCircleEdgeEffect and GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  25. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 12 years ago
  27. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  28. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 12 years ago
  29. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 12 years ago
  30. 398de9a switch to typeface api for tables by reed@google.com · 12 years ago
  31. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  32. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  33. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 12 years ago
  34. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  35. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  36. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 12 years ago
  37. dd4400b Stop printing GL errors for disabling color tables on core profiles on nvidia/windows machines. by commit-bot@chromium.org · 12 years ago
  38. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 12 years ago
  39. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  40. 4d94e1b Removed the "any" command from the displacement glsl shader. by sugoi@google.com · 12 years ago
  41. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  42. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 12 years ago
  43. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior 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. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
  46. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
  47. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 12 years ago
  48. 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 12 years ago
  49. 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
  50. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  51. 5016652 Fail to return a codec if the provided stream does not support rewind. by djsollen@google.com · 12 years ago
  52. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  53. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  54. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  55. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  56. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  57. 723dd79 Unreviewed. Adding TODO comment to reference newly filed bug. by junov@google.com · 12 years ago
  58. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 12 years ago
  59. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  60. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 12 years ago
  61. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 12 years ago
  62. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 3fbab82 Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itself as opaque. by commit-bot@chromium.org · 12 years ago
  64. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  65. 202d139 Work around MSAA/lines issue on Linux bot. by bsalomon@google.com · 12 years ago
  66. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  67. 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
  68. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  69. 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
  70. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 12 years ago
  71. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  72. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 12 years ago
  73. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  75. 54d5f83 update coding style by mike@reedtribe.org · 12 years ago
  76. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  77. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  78. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  79. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  80. a6c76db Do not use SkTDS32Array when building for 64 bit. by scroggo@google.com · 12 years ago
  81. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  82. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  83. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 12 years ago
  84. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 12 years ago
  86. 35e1563 Patch to fix NULL ptr dereference in 8171 on Linux by robertphillips@google.com · 12 years ago
  87. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 12 years ago
  88. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 0c63fcd Add purge all caches to our ashmem wrapper. by commit-bot@chromium.org · 12 years ago
  90. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  91. bda74d3 fix (bool) warning with SkToBool by reed@google.com · 12 years ago
  92. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 12 years ago
  93. bff83f6 fix window's build errors by commit-bot@chromium.org · 12 years ago
  94. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  95. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 12 years ago
  96. 152336f Fix uninitialized memory access by robertphillips@google.com · 12 years ago
  97. c3413d6 Increase bits for effect attribute key. by jvanverth@google.com · 12 years ago
  98. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  99. 306b2ce Use stream usage for dynamic vertex data. by bsalomon@google.com · 12 years ago
  100. 0b8a2fe comment out debugging printfs by reed@google.com · 12 years ago