1. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 12 years ago
  3. aa2c2ff Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac. by commit-bot@chromium.org · 12 years ago
  4. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
  5. cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 12 years ago
  6. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 12 years ago
  8. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
  9. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  10. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
  11. 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 12 years ago
  12. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 12 years ago
  14. 0c5c386 add extrema for conics by mike@reedtribe.org · 12 years ago
  15. 6f4cf2a Remove 'friend SkRefCnt' from SkData. https://codereview.chromium.org/13925021/ by bungeman@google.com · 12 years ago
  16. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 12 years ago
  18. b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 12 years ago
  19. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 12 years ago
  20. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
  22. c518710 experimental start to arcs by reed@google.com · 12 years ago
  23. dd96eb4 explicitly initialize all entries in array of SkBaseMatrix, since we can't say by reed@google.com · 12 years ago
  24. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  25. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  26. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  27. 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
  28. 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 12 years ago
  29. df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
  30. 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
  32. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 12 years ago
  33. a9e1824 SkDraw.h #include cleanup by tomhudson@google.com · 12 years ago
  34. 00aae97 Remove unused header declaration. by commit-bot@chromium.org · 12 years ago
  35. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  37. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  38. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  39. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
  40. 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
  41. 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
  42. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 12 years ago
  43. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 12 years ago
  44. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  45. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  46. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  47. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 12 years ago
  48. e74f83b remove SkFontHost::EnsureTypefaceAccessible declaration (no longer implemented or called) by reed@google.com · 12 years ago
  49. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  50. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  51. 5ee708a Fix typo in SkTLazy.h's "operator delete" by robertphillips@google.com · 12 years ago
  52. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  53. 53872fb remove now obsolete GetAdvancedTypefaceMetrics API from SkFontHost by mike@reedtribe.org · 12 years ago
  54. 29b7e63 make OpenStream and GetFileName private (soon to go away) by reed@google.com · 12 years ago
  55. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  56. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  57. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 12 years ago
  58. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  60. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  61. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  62. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  63. 8e3fb2d comments only: update docs for SkStream::readData(), SkWStream::writeData() by epoger@google.com · 12 years ago
  64. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  65. 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
  66. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 12 years ago
  67. e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 12 years ago
  68. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  70. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  71. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  72. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  73. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  74. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 12 years ago
  75. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 2d927e9 make OpenStream and GetFileName public ... for now, until we fix FreeType backend. by reed@google.com · 12 years ago
  77. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  78. 2863f08 have reset() return its argument as a convenience by reed@google.com · 12 years ago
  79. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  80. 530efc8 Remove extraneous paren. Review URL: https://codereview.chromium.org/12750004 by bsalomon@google.com · 12 years ago
  81. 059a4c7 refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. by commit-bot@chromium.org · 12 years ago
  82. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 12 years ago
  84. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  85. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  86. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
  88. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 12 years ago
  89. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  90. b9cf393 Add missing #include <stdarg.h> to SkString.h (fix Android build) by bsalomon@google.com · 12 years ago
  91. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  92. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  94. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  95. a718c5e add SK_API to more stream subclasses (for shared library use) by reed@google.com · 12 years ago
  96. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
  97. 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
  98. dc09f07 move some of the impl in fonthost into typeface virtuals by mike@reedtribe.org · 12 years ago
  99. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  100. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago