- e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
- 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
- 4a8084c Revert r9081 by epoger@google.com · 11 years ago
- 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 11 years ago
- d028056 add SK_API by reed@google.com · 11 years ago
- 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
- 3b34505 add block comment describing sync nature of SkStream by reed@google.com · 11 years ago
- b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
- 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
- c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
- 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 11 years ago
- b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 12 years ago
- 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 12 years ago
- da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 12 years ago
- 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
- 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 12 years ago
- 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
- af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 12 years ago
- 5c341d1 reenable __builtin_clz for GNUC (and clang), recognizing that it is undefined for a zero argument, by reed@google.com · 12 years ago
- de58012 temp work-around for mysterious failure of shadertext2 when using __builtin_clz by reed@google.com · 12 years ago
- 7729534d reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker) by reed@google.com · 12 years ago
- 44d37d9 revert 8897 -- broke clang build by reed@google.com · 12 years ago
- c267b4b use intrinsics on more platforms for SkCLZ by reed@google.com · 12 years ago
- 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 12 years ago
- 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 12 years ago
- f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
- 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
- 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 12 years ago
- 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
- d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
- d42f758 add block comment for using SkChecksum by reed@google.com · 12 years ago
- 3b97af5 path ops -- use standard max, min, double-is-nan by caryclark@google.com · 12 years ago
- e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 12 years ago
- 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
- c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
- cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 12 years ago
- 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 12 years ago
- 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
- 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
- 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
- 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 12 years ago
- 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 12 years ago
- 0c5c386 add extrema for conics by mike@reedtribe.org · 12 years ago
- 6f4cf2a Remove 'friend SkRefCnt' from SkData. https://codereview.chromium.org/13925021/ by bungeman@google.com · 12 years ago
- 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 12 years ago
- b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 12 years ago
- 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 12 years ago
- 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
- c518710 experimental start to arcs by reed@google.com · 12 years ago
- dd96eb4 explicitly initialize all entries in array of SkBaseMatrix, since we can't say by reed@google.com · 12 years ago
- ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
- 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
- c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
- 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
- 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 12 years ago
- df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
- 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
- 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
- a9e1824 SkDraw.h #include cleanup by tomhudson@google.com · 12 years ago
- 00aae97 Remove unused header declaration. by commit-bot@chromium.org · 12 years ago
- 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
- c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
- fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
- d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
- 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
- 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
- f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 12 years ago
- 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 12 years ago
- 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
- e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
- a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 12 years ago
- e74f83b remove SkFontHost::EnsureTypefaceAccessible declaration (no longer implemented or called) by reed@google.com · 12 years ago
- 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
- 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
- 5ee708a Fix typo in SkTLazy.h's "operator delete" by robertphillips@google.com · 12 years ago
- 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
- 53872fb remove now obsolete GetAdvancedTypefaceMetrics API from SkFontHost by mike@reedtribe.org · 12 years ago
- 29b7e63 make OpenStream and GetFileName private (soon to go away) by reed@google.com · 12 years ago
- 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
- 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
- 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 12 years ago
- c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
- c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
- 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
- ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
- 8e3fb2d comments only: update docs for SkStream::readData(), SkWStream::writeData() by epoger@google.com · 12 years ago
- 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
- 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
- 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 12 years ago