1. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  2. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  3. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  4. 58e30fe Simplify the circle outset code and add comment relating it to the shader code. by bsalomon@google.com · 12 years ago
  5. ee040a7 Make GrGLShaderBuilder responsible for enabling GLSL extensions by bsalomon@google.com · 12 years ago
  6. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
  7. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 12 years ago
  8. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 12 years ago
  10. 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 · 12 years ago
  11. e80c2bc Fix more clang tautological-constant-out-of-range-compare errors. by tfarina@chromium.org · 12 years ago
  12. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
  13. fc2f0d0 use SkTCast by reed@google.com · 12 years ago
  14. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 12 years ago
  15. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
  16. b6b72e5 Attempt to silence signed/unsigned warnings in android build. by bsalomon@google.com · 12 years ago
  17. dea7ee0 add caching to fontmgr for mac by reed@google.com · 12 years ago
  18. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 12 years ago
  19. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 12 years ago
  20. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
  21. c1c68bd Remove dubious assertion. by tfarina@chromium.org · 12 years ago
  22. e9bbc81 move typeface cache limit from 128 to 1024 (128 is a joke, not sure what a by reed@google.com · 12 years ago
  23. db23509 always call SkFontMgr::Factory() (now that everyone has impl'd it) by reed@google.com · 12 years ago
  24. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
  25. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 12 years ago
  26. db44625 Fix assertion failure in SkGpuDevice from 8412. by bsalomon@google.com · 12 years ago
  27. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 12 years ago
  28. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  29. b368551 fix mask error for BW text, where I forgot to look at just the low-8 bits by reed@google.com · 12 years ago
  30. 3dcbd46 CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) by reed@google.com · 12 years ago
  31. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 12 years ago
  33. 4f65a27 Address clang static analyzer issues by robertphillips@google.com · 12 years ago
  34. ce8b3de store real fontstyle on mac fonts by reed@google.com · 12 years ago
  35. 919e9c3 fix infinite recursion calling (non)virtual by reed@google.com · 12 years ago
  36. ca5c841 respect slant param by reed@google.com · 12 years ago
  37. 7244e88 #if 0 reference to SkFontMgr::Factory for now by reed@google.com · 12 years ago
  38. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 12 years ago
  39. e9144c6 Program key coverage/discard fixes. by bsalomon@google.com · 12 years ago
  40. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 12 years ago
  41. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  42. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  44. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 12 years ago
  45. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 12 years ago
  46. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 12 years ago
  47. 2874906 Unreviewed build fix by sugoi@google.com · 12 years ago
  48. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  49. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  50. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  51. d257a7e limit SkFontHost::NextLogicalTypeface to only android (the only backend that by reed@google.com · 12 years ago
  52. 71ebd05 Fix non-Windows build break in r8364. by bsalomon@google.com · 12 years ago
  53. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  54. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 12 years ago
  55. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  56. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 12 years ago
  57. 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
  58. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  60. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  61. 0228856 revert 8331 (broke android text) by reed@google.com · 12 years ago
  62. 253ac10 fix warning (again) for SkMovie by reed@google.com · 12 years ago
  63. 069a902 fix warning for SkMovie by reed@google.com · 12 years ago
  64. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 12 years ago
  65. f1b6b06 Clean up GrCircleEdgeEffect and GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  66. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 12 years ago
  68. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  69. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 12 years ago
  70. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 12 years ago
  71. 398de9a switch to typeface api for tables by reed@google.com · 12 years ago
  72. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  73. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  74. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 12 years ago
  75. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  76. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  77. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 12 years ago
  78. dd4400b Stop printing GL errors for disabling color tables on core profiles on nvidia/windows machines. by commit-bot@chromium.org · 12 years ago
  79. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 12 years ago
  80. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  81. 4d94e1b Removed the "any" command from the displacement glsl shader. by sugoi@google.com · 12 years ago
  82. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  83. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 12 years ago
  84. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 12 years ago
  85. 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
  86. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
  87. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
  88. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 12 years ago
  89. 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 12 years ago
  90. 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
  91. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 5016652 Fail to return a codec if the provided stream does not support rewind. by djsollen@google.com · 12 years ago
  93. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  94. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  95. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  96. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  97. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  98. 723dd79 Unreviewed. Adding TODO comment to reference newly filed bug. by junov@google.com · 12 years ago
  99. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 12 years ago
  100. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago